Free Adult Tube-Video Script Forum

Full Version: How to put backlinkspider on wordpress?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to put backlinkspider on wordpress?
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.
ok, thank you very much, but it's not working!
any errors?
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.
Reference URL's