corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » PHP / Web Classified Site


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author PHP / Web Classified Site
Nismo
Member

Registered: 12th Sep 02
User status: Offline
5th Jul 11 at 13:49   View User's Profile U2U Member Reply With Quote

Web Gurus,

Ive taken on a job to build a classifieds site for an antique dealer local to me.

They want a CMS based site with a stock section, I have done a cms site before with a classifieds section but i coded it myself and tbh it was a tad messy and awkward to use for the end user.

Is there any scripts out there that people recommend? had a quick search and there seems to be alot of php sripts out there, Im ok with the building of one but want a pretty good image uploaded to go with it.

Theres also the option of learning wordpress and doing something in that but im not going to make much from this project so i dont want to over complicate my work.

ed
Member

Registered: 10th Sep 03
User status: Offline
5th Jul 11 at 15:07   View User's Profile U2U Member Reply With Quote

Set them something up using Wordpress

http://c20xe.co.uk/board/viewthread.php?tid=608185
Dom
Member

Registered: 13th Sep 03
User status: Offline
5th Jul 11 at 15:23   View User's Profile U2U Member Reply With Quote

Wordpress + AWCP (www.awpcp.com) would do the trick, although a lot of the optional modules for AWCP aren't cheap.
I don't know of a PHP classified system off hand, but regarding the image uploading you could make something pretty decent with combo of Uploadify (JQuery + Flash file uploader with PHP backend), JCrop (Jquery Image cropper) and then AJax that to a PHP Imagick script for the actual resizing. And if you're stuck with UI then there are plenty of JQuery/Mootools frameworks about like Vaadin, Mocha, Echo etc.
Sam
Moderator
Premium Member


Registered: 24th Dec 99
Location: West Midlands
User status: Offline
5th Jul 11 at 15:37   View User's Profile U2U Member Reply With Quote

You could also consider an ecommerce system, my recommendations are:

- http://www.opencart.com
- http://www.magentocommerce.com
- http://www.oscommerce.com

I don't tend to use osC much these days as I got fed up of having to code loads of things from scratch that are already standard in other systems like the other two I listed above.

Currently working with OpenCart which is, in my opinion, nicer and quicker to work with than Magento.
ed
Member

Registered: 10th Sep 03
User status: Offline
5th Jul 11 at 15:47   View User's Profile U2U Member Reply With Quote

For image re-sizing, use Timthumb, it will let you resize on the fly and caches the output. You can use mod_rewrite to make it fancy and hide what you're doing.

Uploadify was annoying me with large files, I've been using this now as it breaks the files into chunks when uploading: http://www.plupload.com/ Useful if you're uploading videos e.t.c.
Reedy
Member

Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
5th Jul 11 at 16:17   View User's Profile U2U Member Reply With Quote

I usually use this for the uploader:
http://aquantum-demo.appspot.com/file-upload

Then handle the picture resizing in php using the image functions.
Ian
Site Administrator

Avatar

Registered: 28th Aug 99
Location: Liverpool
User status: Offline
5th Jul 11 at 16:55   View Garage View User's Profile U2U Member Reply With Quote

Having seen Wordpress and AWPCP in action, I wouldn't even consider doing any programming myself.
Reedy
Member

Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
5th Jul 11 at 19:03   View User's Profile U2U Member Reply With Quote

that plupload looks pretty decent. i might have a mess around with it.
Dan
Premium Member

Avatar

Registered: 22nd Apr 02
Location: Gorleston on Sea, Norfolk
User status: Offline
5th Jul 11 at 20:33   View Garage View User's Profile U2U Member Reply With Quote

Magento all the way for a sales site.

Simple for the end user to use, and easy to build.


Adult GiftsClick here to vist us
Nismo
Member

Registered: 12th Sep 02
User status: Offline
5th Jul 11 at 21:02   View User's Profile U2U Member Reply With Quote

Cheers for the input guys, I supose its not really a classifieds site im doing, more of a sales site for the customer, they just want to advertise the items through it, Ill have a look through all the options posted here and see what i like the best, i really should get my head into wordpress if its as easy as people say
ed
Member

Registered: 10th Sep 03
User status: Offline
5th Jul 11 at 21:33   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Reedy
that plupload looks pretty decent. i might have a mess around with it.

It's very good! Will do client side image re-sizing too which can save you some messing if you need/want to resize stuff.
Reedy
Member

Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
5th Jul 11 at 21:57   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by ed
quote:
Originally posted by Reedy
that plupload looks pretty decent. i might have a mess around with it.

It's very good! Will do client side image re-sizing too which can save you some messing if you need/want to resize stuff.


Only issue with that is that I dont want people messing around with the sizes (you could edit the js in page and set it to a different res). I would still prefer to force the image sizing via php on the server side to ensure that I scale correctly ( usually i scale it for zoom, large, medium, thumb ).
Dom
Member

Registered: 13th Sep 03
User status: Offline
5th Jul 11 at 22:24   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by ed
Uploadify was annoying me with large files, I've been using this now as it breaks the files into chunks when uploading: http://www.plupload.com/ Useful if you're uploading videos e.t.c.


Can't say i've ever had issues with Uploadify using 300-400mb files (apart from PHP timeouts etc), but plupload looks pretty decent especially with the 'chunking'.
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
6th Jul 11 at 07:14   View Garage View User's Profile U2U Member Reply With Quote

Joomla
Gary
Premium Member

Avatar

Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
6th Jul 11 at 09:11   View Garage View User's Profile U2U Member Reply With Quote

Zencart all the way. Far better than OSC.

Not tried the others that sam mentioned.

It will do what you want, and there are hundreds of add-on's that are very easy to install.

I did this in Zen http://www.gasworksair.co.uk

With no previous PHP, CSS experience
Brett
Premium Member

Avatar

Registered: 16th Dec 02
Location: Manchester
User status: Offline
6th Jul 11 at 09:16   View Garage View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Gary
I did this in Zen http://www.gasworksair.co.uk


Doesn't seem to look right in IE
Dom
Member

Registered: 13th Sep 03
User status: Offline
6th Jul 11 at 09:47   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Gary
Zencart all the way. Far better than OSC.

Not tried the others that sam mentioned.

It will do what you want, and there are hundreds of add-on's that are very easy to install.

I did this in Zen http://www.gasworksair.co.uk

With no previous PHP, CSS experience


Spelling mistake on frontpage - 'A quick Overveiv of products....'
Steve
Premium Member

Avatar

Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
6th Jul 11 at 10:50   View Garage View User's Profile U2U Member Reply With Quote

Managment also
Sam
Moderator
Premium Member


Registered: 24th Dec 99
Location: West Midlands
User status: Offline
6th Jul 11 at 10:57   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Gary
Zencart all the way. Far better than OSC.

Not tried the others that sam mentioned.

It will do what you want, and there are hundreds of add-on's that are very easy to install.

I did this in Zen http://www.gasworksair.co.uk

With no previous PHP, CSS experience


ZenCart is just a "fork" of osC so in essence it's the same platform. It's better than osC in that Zen has a lot of features as standard which you have to manually bolt on/code for the vanilla osC installation.

I definately like OpenCart though (the one from the .com website not .org) it's kinda got the look and feel of Magento but without all the overheads.

Actually using OpenCart at the moment on my new online shop for computer systems/parts - when I get round to finishing populating the store with products that is
Gary
Premium Member

Avatar

Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
6th Jul 11 at 12:19   View Garage View User's Profile U2U Member Reply With Quote

Yeah i know the crfack with OSC and Zen, but Zen has just left OSC behind!

Might have to take a look at this OpenCart though.
Dom
Member

Registered: 13th Sep 03
User status: Offline
6th Jul 11 at 12:25   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Gary
I did this in Zen http://www.gasworksair.co.uk



Off topic again, i'd also use a htaccess redirect rather than meta redirects as meta redirects are common with spam sites and can cause SEO issues.

Back on topic though, agree with Sam in that Opencart is pretty decent and fairly straight forward to use.
Gary
Premium Member

Avatar

Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
6th Jul 11 at 12:28   View Garage View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dom
quote:
Originally posted by Gary
I did this in Zen http://www.gasworksair.co.uk



Off topic again, i'd also use a htaccess redirect rather than meta redirects as meta redirects are common with spam sites and can cause SEO issues.

Back on topic though, agree with Sam in that Opencart is pretty decent and fairly straight forward to use.


Cheers
Reedy
Member

Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
6th Jul 11 at 17:19   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dom
quote:
Originally posted by Gary
I did this in Zen http://www.gasworksair.co.uk



Off topic again, i'd also use a htaccess redirect rather than meta redirects as meta redirects are common with spam sites and can cause SEO issues.

Back on topic though, agree with Sam in that Opencart is pretty decent and fairly straight forward to use.


That confused me at first, I thought I was going to be relocated to a porn site
Gary
Premium Member

Avatar

Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
6th Jul 11 at 17:44   View Garage View User's Profile U2U Member Reply With Quote

It's only on because I used to have a home page then a link to the shop. Couldn't be arsed messing about with directories as zen had a spaz last time so just stuck a quick redirect on there.

Didn't notice the typo's either best get those changed.

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
we are under attack from the danish.. corsa_boy General Chat 22 1530
12th Jun 03 at 09:07
by Sam
 
My CorsaSport web site (Inc Pix and Vids) dave17 General Chat 5 520
24th Aug 03 at 13:54
by Dave17
 
NEED A CHAT ROOM FOR ME WEBSITE Munchie General Chat 5 740
19th Oct 03 at 22:06
by Munchie
 
UPDATES: New Classified system in place / Who is Online list... Ian General Chat 9 612
1st Nov 03 at 00:49
by Mattss Corsa
 
Who Is Interested in Re-Designing A Web Site For Me :-) Bart General Chat 15 469
23rd Sep 04 at 09:47
by broster
 

Corsa Sport » Message Board » Off Day » Geek Day » PHP / Web Classified Site 30 database queries in 0.1907139 seconds