PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: Fush on 26 March, 2004, 11:03:44

Title: Web Page Registration
Post by: Fush on 26 March, 2004, 11:03:44
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
Title:
Post by: nErBoS on 26 March, 2004, 12:42:30
Hi,

Are you hosting your Web Page ??? if not i belive that is not possible.

Best regards, nErBoS
Title:
Post by: Snooze on 26 March, 2004, 23:49:03
Umm.. how would it be done IF i were hosting my own website ;)


**Snooze
-really trying to learn lua
Title:
Post by: kepp on 26 March, 2004, 23:54:10
With another programming language
Title: I use webreg
Post by: jsjen on 27 March, 2004, 11:18:42
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/
Title:
Post by: plop on 27 March, 2004, 14:19:37
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
Title:
Post by: kepp on 27 March, 2004, 17:51:52
yea, or even Dynamic html?