BugNeNot / RetailMeNot like script

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
lwc
Forum Commoner
Posts: 35
Joined: Thu Jan 11, 2007 11:04 am

BugNeNot / RetailMeNot like script

Post by lwc »

Is there a script that resembles those sites (especially the latter because it has more features)?

I need a script that:
1) Allows visitors to enter certain X text fields.
2) Automatically sets the category based on present URL query.
3) Lets them supply free text tags (separated by either commas or spaces).
4) Lets them vote for each item.
5) Allows automated submission for trusted users and a queued submissions for anonymous or non approved users.
6) Lets the admin moderate the queue online (approve or delete each item).
7) Lets trusted users edit existing items.

The aforementioned sites only follow the first 3-4 rules:

BugNeNot:
1) Lets visitors enter 3 text fields ("username","password" and "other").
2) As explained above (in this case, the URL query is an URL - e.g. "/www.example.com").
4) Lets them vote for each item (only yes/no).

RetailMeNot:
1) Lets visitors enter 2 text fields ("code" and "discount").
2) As explained above (in this case, the URL query is an URL - e.g. "/www.example.com").
3) Although the users can't add tags themselves, the system somehow adds tags automatically to each category/URL.
4) Lets them vote (only yes/no) and even write comments for each item.

So is there such a script and what would you call it in general ("index script", "listing script", etc.?)

Thanks!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Are you asking us to write an application for you? Good luck.
programmingjeff
Forum Commoner
Posts: 26
Joined: Fri Jan 05, 2007 10:56 am

Post by programmingjeff »

So is there such a script and what would you call it in general ("index script", "listing script", etc.?)
Not that I'm aware of.
Adi21
Forum Newbie
Posts: 1
Joined: Wed Oct 19, 2011 8:02 am

Re: BugNeNot / RetailMeNot like script

Post by Adi21 »

I need this script..thanks!!!
Post Reply