PHP/MySQL Script Ideas?

Status
Not open for further replies.

MiKE!

Member
23
2011
2
0
I need to code something ASAP because I need some sort of new portfolio so post your ideas here ;)

BTW I wont code auto uploaders,posters,downloaders etc
Must be something useful for everyone lol
 
4 comments
1) A firefox plugin which shows a pop-up at the right bottom of the broswer when a new release is launched/released on a tracker or a site.. ? how about that ?

I dont really like the idea of RSS, the plugin would be a real help xD
 
1) A firefox plugin which shows a pop-up at the right bottom of the broswer when a new release is launched/released on a tracker or a site.. ? how about that ?

I dont really like the idea of RSS, the plugin would be a real help X-D

^AFAIK firefox plug-ins are coded with javascript,xul
 
Last edited:
an dynamic metatags (title,description,keywords) based on search type category page...
something simple to users can easily adapt to there sites, overigthing the tags.

something like
if(isset($search))
QUERY distinct title from db where title like %$search%
TAG=msql_array
if(isset($page))
TAG=$page
...

using somekind of cache... TAG_RESULT_header.html including that file on header to avoid the db querys
chose one plataform/script where you can apply that and... good work
 
Last edited:
Status
Not open for further replies.
Back
Top