I need a script for my hub that can register people on the hub from a form on the web page.
just wondering if there is one around or if someone can make one for me.
if someone would like to make one for me is it possible to make it only people within specified ip ranges can register
Cheers
Fush
Hi,
Are you hosting your Web Page ??? if not i belive that is not possible.
Best regards, nErBoS
Umm.. how would it be done IF i were hosting my own website ;)
**Snooze
-really trying to learn lua
With another programming language
I just started using webreg, with apache and php. works great so far. But I need more functionality which I cant do myself have no php experience.
If some one could make a webreg that can take an email as well as userid and password so then if peeps forget password they can get an email fired back to them.
Also is there any thought about userstats and stuff for the web Ptokax does it now but doesnt seem to be that exciting
Maybe they could be done together webreg and stats.
I think you can get webreg from here
http://217.120.180.188/forum4/index.php
Install apache and php here
http://internetmaster.com/installtutorial/
QuoteOriginally posted by Snooze
Umm.. how would it be done IF i were hosting my own website ;)
**Snooze
-really trying to learn lua
like kepp says, a php/html/lhtml script on the webserver generates a txt file when a user fills in the form.
every x minutes the hub checks if there is sutch a file, when found the hub processes that data and adds the users.
last step the hub deletes the file.
plop
yea, or even Dynamic html?