question about how to build this website....

8 replies
Hi Warriors...

I have a friend who has a great idea for a website. The thing is, I don't know what's needed to build it. I personally know all about html, and have a bit of experience in php -- meaning I know how to modify it in certain instances.

But, for this specific project I don't really know which direction to go in, so I'm looking for some guidance. Here it is in a nutshell.

The website would include a place for people who visit the site to post ads about their services. They'd need to be able to upload pictures and audio easily to their ads. The ads would be free for 7 days, then the person would be automatically billed weekly to continue running them. Or the person could choose to pay yearly for the ad.

Now, I'm thinking something like a forum format may work... I was looking into vbulletin.com, however that doesn't quite fit the criteria.

Do you know what kind of script would work for this idea? If it would need to be built custom or if there's a service out there like wordpress/vbulletin/etc. that would satisfy?

Any help would be greatly appreciated.

Thanks!
Rebecca
#build #question #website
  • Profile picture of the author pavondunbar
    What you could do is create a membership site...

    Offer a free 7 day trial...

    And then offer a rebill for $X/month or $x/year...

    You would upload the forum/vbulletin, etc. script in your members folder, which is password protected and would require the user to enter in a login and password.

    The membership site script that I would use is PHP Paysite...pretty expensive but I like the ease and use of it.

    I may be wrong but that is how I would go about doing it...

    Just make sure your index.html file is accessible to the public in case you have people like me that want to view ads, not necessarily place them.

    Oh, and make sure you have a hyperlink on the index.html file for members to login to change their ad, upload audio, edit profile, etc...

    Hope this helps.

    Pavon
    {{ DiscussionBoard.errors[550361].message }}
  • So-- if I did it that way, would people who weren't members be able to view the ads? Because that's a key to making the project work.
    {{ DiscussionBoard.errors[550476].message }}
  • Profile picture of the author mywebwork
    Aloha Rebecca

    I agree with Pavon that this model is similar to a membership site, and that membership management software (along with a forum or perhaps a wiki script) will be required. However I doubt that you'll be able to put it all together without at least a little custom scripting.

    It actually doesn't sound to difficult - your paid users could edit their advertisements and you would store the results in a MySQL database. The front page (which would not be password protected) could simply query the database and display the advertisements.

    I would build the site with Joomla or WordPress, both have a selection of membership components or plugins that would satisfy the membership and billing requirements with "off the shelf" software. Then you'd implement some custom code, probably with PHP but Joomla also has a few other options like Facile Forms that could make designing the MySQL database component easier.

    By building on a well-supported platform like Joomla or WordPress you'll make maintenance and future upgrades a lot easier - and as a bonus you'll have access to thousands of open source templates and themes that will really decrease the time it takes to put it all together.

    If you need any more information or require some custom coding I'd be happy to help.

    Best of luck with your project...

    Bill
    {{ DiscussionBoard.errors[550789].message }}
  • Profile picture of the author Simplweb
    You can actually do this *relatively* easy with Joomla and a free extension called Sobi2 (its a directory)

    Sigsiu.NET - Your IT Specialist - Home

    I just made a site with these 2 tools

    Chicago Public Relations Firm, PR Company Counselor, Chicago Media Relations, Management and Promotions

    (its live, so don't post any listings )
    {{ DiscussionBoard.errors[551607].message }}
  • Thanks for the suggestions! Would all the above options be automated... meaning after doing the work to build them and get them up, would I have to do anything to keep the website going?

    Rebecca
    {{ DiscussionBoard.errors[552020].message }}
    • Profile picture of the author mywebwork
      Originally Posted by RebeccaLynn View Post

      Would all the above options be automated... meaning after doing the work to build them and get them up, would I have to do anything to keep the website going?

      Rebecca
      You may want to update the content occasionally, but otherwise it should pretty well run itself. Of course like any site you'll have to perform some work, specifically software updates and site backups. Backups are essential for any site but even more important on a site where members pay you money and entrust you with their information.

      Other "non technical" tasks you'll need to take care of are promoting the site and providing customer service - again since you'll be charging people for this service it's essential to give them timely customer support.

      Bill
      {{ DiscussionBoard.errors[552149].message }}
  • {{ DiscussionBoard.errors[552044].message }}
  • What you could do is create a membership site...

    Offer a free 7 day trial...

    And then offer a rebill for /month or /year...
    What pay processors allow you to do the above? I usually use paypal-- can you set an autobill on paypal?

    Thanks
    {{ DiscussionBoard.errors[552433].message }}

Trending Topics