| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sun Mar 14, 2004 1:06 pm Post subject: Links up free. How to import links? |
|
|
Hello. Congratulations. The script is very good. I've got a site with a lot of links. I'm thinking how to export them to a plain file and how to import all of them to the table of links up. The only problem I find is the field added that isn't a date but an int of 11. Please can anybody help me? The amount of links is very big.
Thanks a lot in advance. |
|
| Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 5691
|
Posted: Sun Mar 14, 2004 2:19 pm Post subject: |
|
|
If this is the only problem, there are two possible solutions:
1) Replace all dates of all links by the same number in the required format, for example 1079259800 for today's time.
2) Use PHP to replace all the dates by the time in int format. |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Mar 14, 2004 2:48 pm Post subject: |
|
|
| Thanks a lot Richard. I think it's easy to make the value fix for all the links imported. |
|
| Back to top |
|
 |
|