you should go to appearence/editor, in the right panel look for
Main Index Template (index.php
and before
</div><!-- #content -->
add the code
richardbesson
edited April 2013
Thanks for the help.
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.
I am right?
I think this is something to do with my php.ini?
richardbesson
and BTW, it was not working before because i am using a page as an homepage in wordpress, so i had to add the code in page.php and not in index.php
richardbesson
this was removed from GSA?
Sven www.GSA-Online.de
GSA = company name....and there was nothing removed.
pclweb UK
edited July 2013
has anyone managed to do this using a blank php file.
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