Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to put backlinkspider on wordpress?
22-09-2011, 04:06 PM
Post: #2
RE: 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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


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

Forum Jump: