PDA

View Full Version : will give a Donation for help!


Timeless
11-01-2005, 10:36 PM
Hi guys,

i will give a donation of 15 $. if anybody could help me with few probs.

I think anything is wrong with my submit page.

-If i set the "Allow multiple submit in different categories" to "NO".
It is still possible to add a 2nd link.But i dont want this, cause in this way a person could add every month the same URL and i dont notice.

-My reciprocal field should be a normal field, without checking the link which is inside there. Cause i get often email from people and they say, i try to give u a reciprocal link but the script said "A link to the TLD could not be found at the specified URL". but if i check then the side, my link is there.


If anybody can help me with this, i will appreciate it. please contact me over PM for more details or access to the webspace.

Greets

David
11-01-2005, 10:53 PM
I'll likely have someone that can help in the next couple of days, but if you can find someone sooner, then that would be good too. If nobody comes forward, PM me.
Thanks

Timeless
11-02-2005, 02:18 PM
to the prob. with the reciprocal field, i have now delete the:

Content visible to registered users only.

in the submit.tpl. Now the error message comes not up, but the script try still to check the backlink URL, cause nothing happend after u clicked on submit. So the first step was right. but where is the 2nd step?


to the prob with the allow submit i found in the database the field, but the value is on "0"...oh, i dont understand that script :( . i sit now 48 hours in front and dont find a solution...i am tired now :cry:

Timeless
11-02-2005, 07:49 PM
Ok, the prob with the reciprocal URL is fixed for me...i have just add a

return 1; in front of the checking function.

now i have only the prob with the "allow submit in different categorys"...

Timeless
11-03-2005, 08:49 PM
ok, i have solved the "allow sumbit" problem too.

THERE is a lil mistake in the code. In the code of the submit.php is:

Content visible to registered users only.

this is not right...there failed the $id. i replaced it with this one:

Content visible to registered users only.

donation for myself :)

David
11-03-2005, 08:58 PM
Good job! 8)

SymbioticDesign
10-28-2006, 05:36 PM
Hi. ;)

I got here from http://www.phplinkdirectory.com/forum/showthread.php?t=1766

I just want to make sure that this is a two step process.

1) In templates/submit.tpl, Delete:
Content visible to registered users only.
2) In submit.php, find:
Content visible to registered users only. And replace it with:
Content visible to registered users only.
I apologize because these instructions seem very straight forward, but you have to realize that us non-coders are often very paranoid about changing code. But, as a layman, after reading, I wasn't really all that sure the 1st step was necessary.

Thanks for your clarification on this...

-Doug