GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   script to check on your hardlinks trades? (https://gfy.com/showthread.php?t=840888)

DarkJedi 07-12-2008 03:48 AM

script to check on your hardlinks trades?
 
I need a scrip that would check my hardlink trades and make sure that people are keeping my link up.

There surely must be something like this?

VicD 07-12-2008 04:00 AM

I use this for my blogs, works pretty good
Linksorganizer

DarkJedi 07-12-2008 04:20 AM

Quote:

Originally Posted by VicD (Post 14451475)
I use this for my blogs, works pretty good
Linksorganizer

No thanks :1orglaugh

Klen 07-12-2008 04:44 AM

Quote:

Originally Posted by Davey Jones (Post 14451502)
No thanks :1orglaugh

Do you realize there is no better script of that ?

dropped9 07-12-2008 04:46 AM

Quote:

Originally Posted by KlenTelaris (Post 14451542)
Do you realize there is no better script of that ?

Do you realize you are schooling the top a #1 webmaster on the forum?

HAHAHAHA

Fucking dork jedi is a moron.

DarkJedi 07-12-2008 05:05 AM

Quote:

Originally Posted by KlenTelaris (Post 14451542)
Do you realize there is no better script of that ?

Yeah, it's also the best way to get banned from search engines :1orglaugh


Anyway, LinkeX has a good recip link checker and it's free.

I'm looking for something more simple though.

k0nr4d 07-12-2008 08:54 AM

Quote:

Originally Posted by Davey Jones (Post 14451463)
I need a scrip that would check my hardlink trades and make sure that people are keeping my link up.

There surely must be something like this?

Code:

<?php
$result = mysql_query("SELECT * FROM trades");
while($row = mysql_fetch_array($result)) {
  $string = file_get_contents($row[link]);
  if(!eregi("http://www.yourlink.com",$string)) {
      $bad[] = $row[site_name];
  }
}

//and then you've got an array full of the names of the bad trades...
?>


Jdoughs 07-12-2008 09:07 AM

Quote:

Originally Posted by Davey Jones (Post 14451580)
Yeah, it's also the best way to get banned from search engines :1orglaugh


Anyway, LinkeX has a good recip link checker and it's free.


I can't believe you said banned from the engines, then backed it up with recommending Linkex.

LAWLERZ

TommyM 07-12-2008 09:14 AM

LinksOrganizer is the absolut best script for this, use it myself and couldnt be happier

Emil 07-12-2008 09:14 AM

axslinks? http://www.axscripts.com/

Klen 07-12-2008 09:15 AM

Quote:

Originally Posted by Davey Jones (Post 14451580)
Yeah, it's also the best way to get banned from search engines :1orglaugh


Anyway, LinkeX has a good recip link checker and it's free.

I'm looking for something more simple though.

I using lo for a while and i didnt experience any ban neither pr down.Only better pr.

Vendot 07-12-2008 10:57 AM

I had a problem with getting banned with that script too. Id probably feel safer with one of the alternatives.

Gillespie 07-12-2008 11:21 AM

LinkEX is what I use and recommend. It really needs multiple domain support though.

AnniKN 07-12-2008 12:22 PM

Quote:

Originally Posted by k0nr4d (Post 14452051)
Code:

<?php
$result = mysql_query("SELECT * FROM trades");
while($row = mysql_fetch_array($result)) {
  $string = file_get_contents($row[link]);
  if(!eregi("http://www.yourlink.com",$string)) {
      $bad[] = $row[site_name];
  }
}

//and then you've got an array full of the names of the bad trades...
?>


This is awesome!!! :) thanks for posting


All times are GMT -7. The time now is 09:55 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123