Automatic hosting account creation & advertisement

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ehsen
Forum Newbie
Posts: 3
Joined: Wed Nov 17, 2004 1:24 pm
Location: Pakistan
Contact:

Automatic hosting account creation & advertisement

Post by ehsen »

I have a hosting reseller account and i create the account of every user manually which is awfull process. I want to make this process automatic like other free hosting companies, user just fill a form and bingo everything done.please tell me how can i do this with php.

2. I want to show ads on my user's websites like geocities can you please tell me how to do this. :D
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

1. cpanel?

2. there are a lot of script for that.. search php.resourceinde.com or freshmeat.net
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Automatic hosting account creation & advertisement

Post by josh »

ehsen wrote:I want to make this process automatic like other free hosting companies, user just fill a form and bingo everything done.please tell me how can i do this with php.
You can use the html form tag and then use php to to create database entries based on what they enter...

Could you ask a more specific question next time?
jl
Forum Commoner
Posts: 53
Joined: Tue Nov 09, 2004 12:05 am

Post by jl »

(jshpro, this is quite a specific question, there are applications that do specifically this)

check out clientexec, or modernbill, both of which I _think_ have integration with CPanel account creation. If they don't they're good resources to start from in creating your own hosting management setup

With clientexec, the user signs up on your site actually inside a clientexec script, and I think it does all the work of setting up their account in clientexec (for billing) and their account in CPanel at the same time. ~$99 but worth it
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

It was not specific in my opinion because he did not supply enough information as to what he wants to do...
does he want to create a folder everytime a user signs up?
does he want to create database entries?
does he want to set something up in his .htaccess for when a user signs up..

he did not say WHAT he wants to do
user just fill a form and bingo everything done
what is "everything"


Unless he already has something like cpanel running on his server in which case he didnt say which softwear he was useing i.e. cpanel, vdeck, etc....
jl
Forum Commoner
Posts: 53
Joined: Tue Nov 09, 2004 12:05 am

Post by jl »

jshpro, if you were familiar with what he's talking about you'd understand what he's asking. with a combination like clientexec and cpanel the user just fills in a form and bingo everythings done. It's not really a PHP question at all, IMO.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

Oh when he said "like other free hosting sites" that threw me off, I thought he wanted to make something like geocities and he was asking how his registration script can do everything automatically. I didn't really know what he was asking.
Post Reply