Anyone know a code/script or something who make it easly to arrange/organice links on my site without making hardlinks ( and without loosing pr) I want to make just like a toplist... but i want to enter it only, its for affiliate links etc, just to send traffic...
you can use php and a mysql database to store your links and reorganize them with a secret and password protected admin page or you could use php to open and edit the file with the links in it that you wish to reorganize and manage and im sure there are other ways todo this as well
If your site is done by using databases then it's easy to add in a bit of SQL to make this happen. Otherwise there are harder methods to do it (php only, javascript I think could do it)