|
This is a classified ads website, run by a
PHP script, that
allows users to post ads, for a fee if desired, and
for surfers to browse the ads and view the cats based on
criteria they are looking for, like price or type. Right now, its set to charge $3 per ad posted. There are
a lot of categories on
the site, but you can easily add or delete them to your
specifications. It is all done in the admin section.
There is also a search option if you know more
specifically what you are looking for.
Viewers can search the database for tickets
based on many criteria.
The search option lets you type a word and it searches all the
ads for that word. It can be a name, team, date,
price...anything. The website also has the most recent posts on the
bottom and a section on the top to search for top ads, your
favorite ads and to browse by picture and a featured section.
Users submit ads.
They need to register in order to submit an ad.
This data gets collected in your database and you can
view or edit it in the admin panel.
Once they register, they get their login and password
emailed to them for future reference. There is also a ‘lost
password’ button in case they forget it and lose the email. They have the option to edit their profile, add
pictures to their profile and manage their listings.
When they want to create a new ad,
they fill out a form with all the data for the ad.
They also have the option to upload picture files.
Then they need to pick one of the packages set up to pay
for the ad. You can
change them or add more.
The
prices can be changed in the admin section.
Then payment is done through Paypal .
You can set it to whatever price you want or keep it free and
make money off of banner ads.
The admin section allows you to add,
edit or delete anything in your databases.
This includes, all the listings,
categories, email, website settings, prices, banners and the admin
password. This
allows for ease of MySQL database maintenance and gives you full
control over your site. You
can go in and delete ads you do not want or agents you do not
want and so on.
There is a banner manager in the admin
section which allows you to add banners with the links. It
will randomly rotate the banners and keep track of how many
views the banners gets along with how many hits. You can
also tell it to only view the banner for a set number of days or
page views, it's up to you.
|