Page 1 of 1

Modify a link

Posted: Sat Mar 26, 2005 2:09 pm
by adrianduluman
I want to modify a link or a link name, but I don't want to delete it :D . Can you update the click counter :?:

Posted: Sat Mar 26, 2005 3:02 pm
by adrianduluman
Let's tell you a example :) . I have links to files which are programs. If those programs updates , it appear another version and the link is changed , but I want to keep the number of downloads

Posted: Sat Mar 26, 2005 3:24 pm
by Klemen
Hi,

I will add this to my "to do" list. In the meantime you can try like this:

1. BACKUP your database
2. open clicks.txt in a PLAIN TEXT EDITOR, like Notepad or Wordpad
3. Find the text you are looking for and edit it
4. Upload the edited file to your server (in ASCII mode)

If your CCount starts acting strangely try settings

$settings['system']=2;

If that doesn't work wait for my update :D (might take a few weeks as I am busy as always...)

Regards

Posted: Sat May 07, 2005 9:21 am
by adrianduluman
I have another problem :D I modify the clicks.txt ( I delete some links, I renumber all the links - I started with 1 ). The last link have ID 39, but when I add a new link it have ID 86 . I want the new link to have ID 40. How can I do this :?:

Posted: Sat May 07, 2005 10:04 am
by Klemen
Hi,

Edit the number in "ids.txt" file.

Regards,