Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to put backlinkspider on wordpress?
22-09-2011, 03:25 PM
Post: #1
How to put backlinkspider on wordpress?
How to put backlinkspider on wordpress?
Find all posts by this user
Quote this message in a reply
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
25-09-2011, 03:48 PM
Post: #3
RE: How to put backlinkspider on wordpress?
ok, thank you very much, but it's not working!
Find all posts by this user
Quote this message in a reply
25-09-2011, 03:58 PM
Post: #4
RE: How to put backlinkspider on wordpress?
any errors?

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
12-10-2012, 01:46 AM
Post: #5
RE: How to put backlinkspider on wordpress?
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: