liens/?showlink=

Problems installing LinkMan?
Post Reply
wakilnikzad
Posts: 1
Joined: Wed Apr 24, 2013 5:58 am

liens/?showlink=

Post by wakilnikzad »

Script URL: http://www.phpjunkyard.com/php-link-manager.php
Version of script: Version: 1.7
Hosting company: Bluehost
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: liens/?showlink=

Write your message below:

Hello Dears,
Recently I found some links submitted to my website (http://www.IslamPage.org I am using linkman). What I figured is that reciprocal links are fake. when I click on reciprocal link, a webpage is opening like:

Code: Select all

http://www.locationvoiture.co.ma/liens/?showlink=http://www.islampage.org
When I change the URL (http://www.islampage.org) after (=) at the address bar, a new page with the a address is generated. For me it seems something automatic trick that is used for reciprocal link.

You can try this issue by adding a url at the end of the following link after (=)

(removed)

Thank you 8) .
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: liens/?showlink=

Post by Klemen »

I'm afraid it's not easy to detect cheaters like this automatically.

However, you could try this and see if it helps:

1. open file "addlink.php" in text editor
2. find line

Code: Select all

$parsed_rec = parse_url($recurl);
3. just BELOW that line add

Code: Select all

$parsed_own = parse_url($settings['site_url']);
if ( strpos($parsed_rec['query'], $parsed_own['host']) !== false )
{
	file_put_contents($settings['banfile'], 'http://' . $parsed_url['host'] . "\n", FILE_APPEND);
	die('You have been banned from this link exchange');
}
4. Save, upload and test.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply