PDA

View Full Version : multiple website links can feed off one recip back to phpLD


perry
11-23-2005, 06:06 PM
Hi,

I noticed that site a,b,c and d etc can all put their links up on a phpLD site and refer to only one link back on site a.

The submit.php does not check to make sure the receipt link is on the same site as is asking for the listing.

eg. mysite.com uses recipt on bobsite.com
jillsite.com uses recipt on bobsite.com
samsite.com uses recipt on bobsite.com

Therefore multiple unique site can get listed with only one unique recip back link.

Any fix?

David
11-23-2005, 06:27 PM
Yes, you can use the ID function in the configuration, where they must use the ID attribute in order for the link to validate.

Also, this is where it's good for a human to actually check the first time to make sure the recip looks correct.

perry
11-23-2005, 06:36 PM
Hi,

Thanks for the input.

Does the id function affect the quality of the link as far as google etc is concerned?

Could I not just a a check in the submit.php that checks the URL against the RECPR_URL.

here:SmartyValidate :: register_validator('v_URL',

Anyone know what line I would need to insert.

Thanks for your help.

perry
11-23-2005, 06:39 PM
I want to force the rceipt to have to be from the site asking for the listing.

Thanks again
Perry