| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin

Joined: 01 Jan 1970 Posts: 582 Location: Somewhere on planet Earth ....
|
Posted: Thu Jun 01, 2006 10:03 am Post subject: Links Wizard 2.1 results to eSyndiCat Pro 1.2 |
|
|
Step by step instructions on how to import Links Wizard 2.1 results into your eSyndiCat Pro 1.2 directory:
1. Download the PHP script: http://www.astanda.com/dir/admin/inject2.phps
and save it as inject2.php in /admin/ directory or your eSyndiCat installation.
2. Open ../admin/util.php file and scroll down to line number 450. You should see something like this:
| Code: |
$out .= "<a href=\"{$url}suggest-link.php?id={$aCategory['id']}\">add link</a>";
|
replace that with this:
| Code: |
$out .= "<a href=\"{$url}suggest-link.php?id={$aCategory['id']}\">add link</a> | ";
$out .= "<a href=\"{$url}inject2.php?id={$aCategory['id']}\">Inject Links</a>";
|
Save and upload util.php file back to ../admin/util.php
3. I assume that you already have a database file that you have built with Links Wizard 2.1. Upload your database file in ASCII mode to your admin directory: http://www.your-site.com/esyndicat/admin/your-database.txt
4. Go to your eSyndiCat admin area and login. Then go to "Browse categories", and select a category where you want to import links to. In the menu you will see a new link "Inject Links". Click that link. You will be asked for a database file name. Enter the file name of your database that you have uploaded in Step 3. Click "Go!".
Thats it. Your links will be imported into that particular category.
If you have any questions then feel free to ask  |
|
| Back to top |
|
 |
phopkins Rookie
Joined: 10 Aug 2006 Posts: 2
|
Posted: Thu Aug 10, 2006 5:32 pm Post subject: Not seperating upload |
|
|
I am trying to do a test upload but it is not seperating the title, decsription etc and I am getting a red sql error message.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'd like to see added. We'll work hard to incorporate your feedback. -- the open d' at line 1
Looking forward to using the software in future.
Regards
Paul |
|
| Back to top |
|
 |
admin Site Admin

Joined: 01 Jan 1970 Posts: 582 Location: Somewhere on planet Earth ....
|
|
| Back to top |
|
 |
|