- This topic is empty.
-
AuthorPosts
-
January 28, 2008 at 5:56 pm #759543
aaronsmithMemberI will be happy to help him out pm me
January 28, 2008 at 6:46 pm #759546Anonymous
Inactiveme too – please send me a PM
thanks
February 1, 2008 at 2:05 pm #759882Anonymous
GuestHi all and thanks Guys.
I just need some people to trade links with and perhaps suggestions on how to go about the trade that will fit into servicing both our needs.
I thought i sent BF a PM when I saw he was looking for link trades but my PC has been acting up and perhaps i lost that before it was sent. I’ll resend.
Upon checking some of the link trades i did early on … almost all of them were not showing my link anymore. Who knows how many years passed before I caught this?
is there some software you all use that lets you know when your link has been taken down or moved from an exchanged site?
seems like another all-but meaningless chore to have to check link trades to make sure they are being honored .. what about once every couple months anyway. That could add up to a lot of time over a stretch but it seems almost necessary or risk doing all the work and then losing it slowly over the coming months or year because your trades don’t honor their word.
I’m definitely keeping to trades with folks here and gpwa.
thanks all.
thanks again all.
February 1, 2008 at 2:13 pm #759883Anonymous
InactiveI wrote a program that checks the page my links should be on and flags them if they are no longer there.. its tied into my casino portal i made but if your in real need i could take a look at breaking that piece out.
February 1, 2008 at 2:17 pm #759884Anonymous
Inactivehere is the funtion that does the checks..
[PHP]
function check_back_link($remote_url, $your_link) {
$match_pattern = preg_quote(rtrim($your_link, “/”), “/”);
$found = false;
if ($handle = @fopen($remote_url, “r”)) {
while (!feof($handle)) {
$part = fread($handle, 1024);
if (preg_match(“/(.*)/”, $part)) {
$found = true;
break;
}
}
fclose($handle);
}
return $found;
}
[/PHP]February 1, 2008 at 4:51 pm #759906Anonymous
InactiveSteve pm me
BradFebruary 1, 2008 at 6:19 pm #759917
DarkwingMemberHi
im always here for Help
:wavey:February 1, 2008 at 8:11 pm #759925Anonymous
InactiveHi Steve,
PM me with your information and I’ll get your link up.

-
AuthorPosts