Free Adult Tube-Video Script Forum
How to put backlinkspider on wordpress? - Printable Version

+- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum)
+-- Forum: My Category (/forumdisplay.php?fid=1)
+--- Forum: BacklinkSpider.net (/forumdisplay.php?fid=9)
+--- Thread: How to put backlinkspider on wordpress? (/showthread.php?tid=1766)



How to put backlinkspider on wordpress? - elisei - 22-09-2011 03:25 PM

How to put backlinkspider on wordpress?


RE: How to put backlinkspider on wordpress? - Punktured - 22-09-2011 04:06 PM

1. create /backlinkspider/ folder with 777 permissions in your root directory.

2. create /tmp/backlinkspider/ folders with both 777 permissions in your root directory.

3. upload backlinkspider.php to /backlinkspider/ folder.

4. create mylinks.php file in /backlinkspider/ folder.

5. in mylinks.php put some url's.
Example: ?category=bigtits***?category=anal***?category=amateur
Note: they must all be on one line, and do not include your domain name or trailing slash.

6. this is usually done in index.php put:
Code:
include("backlinkspider/backlinkspider.php");
Note: This has to be placed in a file which gets "called" on every page, with most CMS's this is index.php.

7. in your template, where you wish for the backlinks to display, put
Code:
<?=backlinkspider();?>
Note: use that if your placing it into html coding, if your placing it in php coding put
Code:
backlinkspider();


If you have any problems, or questions, let me know...
I will double check these instructions when I am at my own computer.


RE: How to put backlinkspider on wordpress? - elisei - 25-09-2011 03:48 PM

ok, thank you very much, but it's not working!


RE: How to put backlinkspider on wordpress? - Punktured - 25-09-2011 03:58 PM

any errors?


RE: How to put backlinkspider on wordpress? - demonbogdan - 12-10-2012 01:46 AM

don't work for me...
i try on a wordpress ..
i put this on my template and don;t appear anything:

<?php include ('./backlinkspider/backlinkspider.php'); ?>
any solutions?
i want to try it on avs and wordpress.