Posts: 111
Threads: 14
Joined: Jan 2010
Enter
Clowdy,
I was commissioned by someone to create an application that is a simple script where a user goes onto a site, posts his url with the site name.
I told him I would do it but make it open source, and he agreed.
Didn't make an admin panel, but I'm thinking about doing it. Not a huge one a fairly simple one.
Anyway:
Demo -
Download v0.1b
Posts: 111
Threads: 14
Joined: Jan 2010
Update: v0.2b
Changes: admin panel
Download:
Download v0.2b
Posts: 972
Threads: 27
Joined: Aug 2009
So, it doesn’t actually have any kind of system behind the link sizes?
Posts: 59
Threads: 14
Joined: Dec 2009
It's a nice little idea. I once made something, slightly similar.
It was called AffWall, what you did was enter your url, with an 88x31 image. Then it entered it into the database, and drew it out onto the "wall". Just like a sorta affiliate thing. Would of been good if i got more than 50 people to the site daily, etc.
Posts: 111
Threads: 14
Joined: Jan 2010
Zegnåt Wrote:So, it doesn’t actually have any kind of system behind the link sizes?
I could implement a weight system based on people the amount of clicks on your site would make it grow.
Posts: 339
Threads: 27
Joined: Nov 2009
Posts: 111
Threads: 14
Joined: Jan 2010
New admin feature -> Undo upon deletion.
Deletion now administered through id's.
You can disable undo feature through configuration file.
Upon updating if you do not wish to overwrite any files just upload: admin.php
And in your config.php add this line:
Code:
$config['admin_allow_undo'] = true; // Turn this off if you are afraid of a security risk with admins.
link coming soon ~
Posts: 111
Threads: 14
Joined: Jan 2010
0.4b - Not released yet supports `link leveling`
Demo reset due to new fields in database.
New Fields:
Code:
ip, api, points, level
You can turn off link leveling, api keys and ip's will still be taken in case you turn it on.
API Documentation -
XML OUTPUT Example