In WordPress i had to add this code: ------------------------------------------------------------------------------------------------ <?php echo '<a href="http://'.$_GET['showlink'].'">'.$_GET['showlink'].'</a>'; ?> ------------------------------------------------------------------------------------------------ (I had to add an http in the code)
when i go to http://www.mysite.com/?showlink=www.somedirectory.com/ without the HTTP i see the link on my site, I guess this will not be good as Directories do ask to add a back link with http and GSA will give the Reciprocal URL with an http.
Comments
It's not that hard. A reciprocal URL should show the URL of the site you submit to. Now you can e.g.use an URL like...
http://www.something.com/?url=http://url-you-submit.to-com
Your site however takes the parameter url and knows it should place a link on your site. Get it?
Angelina Jolie's first movie...
When i go to http://www.mysite.com/?showlink=http://www.somedirectory.com/, i see the link in the admin menu of the wordpress http://www.mysite.com/wp-admin/customize.php?url=http://www.mysite.com/?showlink=http://www.somedirectory.com/ with the anchor "Customize"
Can anyone help please?
Main Index Template (index.php
In WordPress i had to add this code:
------------------------------------------------------------------------------------------------
<?php
echo
'<a href="http://'.$_GET['showlink'].'">'.$_GET['showlink'].'</a>';
?>
------------------------------------------------------------------------------------------------
(I had to add an http in the code)
when I try a URL with an http i get an 403 error:
http://www.mysite.com/?showlink=http://www.somedirectory.com/
when i go to http://www.mysite.com/?showlink=www.somedirectory.com/ without the HTTP i see the link on my site, I guess this will not be good as Directories do ask to add a back link with http and GSA will give the Reciprocal URL with an http.
I am right?
I think this is something to do with my php.ini?
i.e http://www.domain.com/links.php?showlink=http://www.google.com
so need some help with getting this working..
@Sven
"please remove the "hacker" from your name" rofl!!
thanks for sharing @bloupbloup