Shifty Posted January 29, 2003 Share Posted January 29, 2003 I know this is an easy one but i want to make a web desktop that dynamically sort link that i got to daily based on the number of times that link is viewed in a list, but i dont even know what language to start with. so for example if i go to neowin 10 times, consumptionjunction.com 5 times and hotmail 8 times, there would be a frame page that would have neowin, hotmail and consumptionjunction in a list as links. the kicker is that i want it to stay that way after i reboot or log off. i think this would be pretty cool to have as a small web desktop app. some hints or code would be most a helpful. btw it will be on a windows server box w/ no php or sql available... :wacko: Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted January 29, 2003 Veteran Share Posted January 29, 2003 So, basically you want to make your own spyware :D I'm sure you could build a small app to do that in some language. You'd have to monitor the clicks of IE, that's the hard part. The rest is just taking the array of sites and sorting it and displaying it. I wish I knew how to do the first part, though :/ Link to comment Share on other sites More sharing options...
0 john smith 1924 Veteran Posted January 29, 2003 Veteran Share Posted January 29, 2003 www.iopus.com Link to comment Share on other sites More sharing options...
0 linked Posted January 29, 2003 Share Posted January 29, 2003 i was thinking about making something like that... Dunno how you'd do it any anything but PHP, but I could tell ya php- have totalclicks.php have $neowin, $whatever, $whatever2 and their values make neowin.php with Include(totalclicks.php) $neowin = $neowin + 1 frwite to totalclicks.php redirect to neowin. Then, I dunno what to do from the 2nd part, having them ordered by clicks... maybe have a php file that lists links (in the form of pictures, or icons) depending on the number of visits, and displays the top 3 That's just pHp, like you said, you can't use that... but 1/2 of programming is knowing the code, and 1/2 is knowing how to use it :) Link to comment Share on other sites More sharing options...
Question
Shifty
I know this is an easy one but i want to make a web desktop that dynamically sort link that i got to daily
based on the number of times that link is viewed in a list, but i dont even know what language to start
with.
so for example if i go to neowin 10 times, consumptionjunction.com 5 times and hotmail 8 times,
there would be a frame page that would have neowin, hotmail and consumptionjunction in a list as links.
the kicker is that i want it to stay that way after i reboot or log off.
i think this would be pretty cool to have as a small web desktop app.
some hints or code would be most a helpful.
btw it will be on a windows server box w/ no php or sql available... :wacko:
Link to comment
Share on other sites
3 answers to this question
Recommended Posts