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?
|
|||
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"); 7. in your template, where you wish for the backlinks to display, put Code: <?=backlinkspider();?> 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 |
|||
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!
|
|||
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 |
|||
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. |
|||
« Next Oldest | Next Newest »
|