Page 1 of 1

Problem with php script I bought

Posted: Wed Jul 21, 2004 8:06 pm
by ghank
I bought this cool script which helps with reciprocal link exchanging. Only problem is that it only allows for 1 of my links. It will automatically check if my link is on somebody's page periodically and when they fill out a form for a link exchange. But I would like it to check a few different URLs because I like people to link to various pages. Below is the code. The backlink is the table row name and value is my URL ie. http://mydomain.com. Any ideas how I can plug a few domains into the code?

Code: Select all

list($code,$message)=checkURL($pvї'reciprocal'],$configї'backlink']ї'value']);
        if ($code>0) $errorsї]='Please check reciprocal URL : unable to connect';
        elseif ($code==-1) $errorsї]='Please check reciprocal URL : '.$message;
        elseif ($code==-3) $errors&#1111;]='Link back to our site is not found at <b>'.$pv&#1111;'reciprocal'].'</b>';
The script is about 10 pages and some is codelocked. 3 have the backlink and URL in it so my guess it is here that it can be done. Thanks in advance for looking!

Posted: Wed Jul 21, 2004 8:27 pm
by ol4pr0
Did you try mailing the person/site who made that script ?

Posted: Wed Jul 21, 2004 8:44 pm
by ghank
Yah, he said it is not possible, but I think he is being lazy.

Posted: Fri Jul 23, 2004 1:23 pm
by werlop
If you bought the script you shouldn't post the code on this forum.

Posted: Fri Jul 23, 2004 1:24 pm
by jslick
You shouldn't have bought the script.

Posted: Fri Jul 23, 2004 2:37 pm
by ghank
I only posted a few lines from maybe 2000 lines. Yes I should have bought the script, just would like to customize it a little.

Posted: Fri Jul 23, 2004 2:42 pm
by feyd
you should be able to cycle that code through a database query loop with each of the links and stuffs..