View Full Version : Reciprocal link validation fix
yktan
06-29-2005, 04:31 PM
This mod fixes the problem with reciprocal link validation that fails for certain URLs.
Open up include\functions.php
Find:
if (!empty ($urlArray['path'])) {
Replace with:
if (!empty ($urlArray['query'])) {
This is sooo right and I forgot to include it in RC4.
With all this problems I think we'll have an RC5 next week.
Valtar
07-13-2005, 03:35 AM
Thanks yktan,
I have included it in my script.
Johnny
shortd81
10-16-2005, 04:33 AM
Still not working.
yktan
10-17-2005, 09:29 AM
Hi shortd81, what version of PHPLD are you using? This fix is for RC4 which is a few months old and is intergrated into the directory already. I will be posting a fix that I found for another problem in the URL validation routine in a while.
StockPot
10-27-2005, 03:38 AM
I just had a recip not validate. Using version 5.1
This was the recip url.
Is this the type url that you will be fixing?
Parture
11-03-2005, 05:59 AM
Same problem. The recipricol feature is not working with 5.2. I went to includes and not all the url paths are changed to url array.
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.