Reciprocal link error! - Page 3 - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Bug Reports

Bug Reports "Brrr! Bugs!" Yes, we do hate them as well. But nothing is perfect in this world and if you found a bug let us know so that we can make eSyndiCat Directory Software even better.

Reply
 
Thread Tools Display Modes
Old 04-17-2007   #21
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hello Murali,

Please check up your PM.
Sergey Ten is offline   Reply With Quote
Old 04-17-2007   #22
Murali
 
Join Date: Feb 2007
Posts: 23
Murali is on a distinguished road
Default

Hello Sergey Ten,

Reciprocal details have been sent to you via PM.

Regards,
Murali.
Murali is offline   Reply With Quote
Old 04-18-2007   #23
Murali
 
Join Date: Feb 2007
Posts: 23
Murali is on a distinguished road
Default

Hello Sergey Ten,

Its working,thank you very much..

Thanking you with Regards,
Murali
Murali is offline   Reply With Quote
Old 04-18-2007   #24
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

You are welcome Murali
Sergey Ten is offline   Reply With Quote
Old 05-21-2007   #25
suntaigang
 
Join Date: Oct 2006
Posts: 1
suntaigang is on a distinguished road
Default Hello, I got same error. please tell me how to fix it via email.

Hello, Sergey Ten
I got same error. please tell me how to fix it via email. i use The latest version eSyndiCat Pro v2.1.03
Thank you .

Last edited by suntaigang; 05-22-2007 at 01:27 AM.
suntaigang is offline   Reply With Quote
Old 05-22-2007   #26
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hello and welcome to our support forum suntaigang,

Please read this thread:
http://www.esyndicat.com/forum/about9212.html
Sergey Ten is offline   Reply With Quote
Old 10-03-2007   #27
readvolumes
 
Join Date: Apr 2006
Posts: 140
readvolumes has disabled reputation
Default Going around in circles

Quote:
Originally Posted by Sergey Ten View Post
Hello and welcome to our support forum suntaigang,

Please read this thread:
http://www.esyndicat.com/forum/about9212.html

I'm using 2.1.03, and the solution in the above thread does not seem to work for some of us.
I have implemented it, and as others have mentioned previously it accepts any url in the reciprocal links field, even if the page doesn't have a reciprocal link on it.

Please can someone post a solution to this problem.

Thanks
readvolumes is offline   Reply With Quote
Old 10-04-2007   #28
readvolumes
 
Join Date: Apr 2006
Posts: 140
readvolumes has disabled reputation
Default

Thread Bump

I know everyone is probably very busy playing with 2.2, but if anyone could look at this problem for a few minutes I'd be grateful. It is the last 'bug' I have to sort before making my directory live, so I'm obviously keen to get it fixed.

Thank you
readvolumes is offline   Reply With Quote
Old 10-05-2007   #29
readvolumes
 
Join Date: Apr 2006
Posts: 140
readvolumes has disabled reputation
Thumbs up

Hello,

I also submitted this problem as a ticket to the support desc, and are happy to report that Salva B fixed the problem for me.

I'd like to say a thank you to the support team for their quick and effective help, despite being very busy with the introduction of 2.2.

Thanks

Tim
readvolumes is offline   Reply With Quote
Old 10-08-2007   #30
readvolumes
 
Join Date: Apr 2006
Posts: 140
readvolumes has disabled reputation
Smile

So that anyone else with the same problem can help themselves, I asked the support team to send me the details of how they solved the problem.
This is the solution;

Hi

I did some changes in the function has_url() (/includes/util.php).
Here this function with changes:

function has_url($text, $href='')
{
$reciprocal = "#]+href=(?:[\'\"]{0,1})(?:\s*)".preg_quote($href, "#")."(?:\s*)(?:[\'\"]{0,1})(?:[^>]*)>(?:.*)#is";

$res = 0;

$content = $text;
if ($content)
{
$res = preg_match($reciprocal, $content);
}

// if there were no WWW. part in the URL then check again with
if(!$res && false===strpos($text, "://www."))
{
$href = str_replace("://", "://www.", $href);
$reciprocal = "#]+href=(?:[\'\"]{0,1})(?:\s*)".preg_quote($href, "#")."(?:\s*)(?:[\'\"]{0,1})(?:[^>]*)>(?:.*)#is";
$res = preg_match($reciprocal, $content);
}

return $res;
}

That all

Support
readvolumes is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 04:50 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources