ok i am even willing to get this built myself, but it would really, really save us a lot of hassle maintaining our hubs. maybe there are people on this forum who can help with the production of the script OR put me in the right direction where to get started on the hub server (running ptokax)
i have quite a bit of knowledge of php and sql so i can do the website part of this..
what i want:
- a website running at a domain which allows users to ask for registration to our hub..
- the user gets put into a "waiting to be registered" mode
- an OP which i have personally registered to the site (or even automatic if we can get this to work properly) can then register the user with a click of the mouse
- once they are registered, the user could also be put into "waiting to be verified" mode.. this means an OP hasn't verified that users downloads/speed/whatever you want to test for..
- via the website an OP can then put this user on verified so he doesn't need to be checked again..
other ideas
i've heard we should be able to read the contents from the reggedusers.dat file (could be other name lol) from ptokax and load it in to some kind of sql database.. since i can edit the sql database no problem we have part of the problem solved already.. but how do we get the info into the database? and how do ever get it back into the file?
plz tell me we can do this with a webserver running on the server / network computer!! ;)
Hmm.. there was a script done by someone.. i can't remember who it was or what script it is.. but the web registration bit i can remember.. maybe someone will post the link for u. be patience :)
Web Hub Reg (http://board.univ-angers.fr/thread.php?threadid=419&boardid=11&sid=17d25a0d86e8b6e68f7b571b1801963c)
This script will register the users.
A friend and I played with your script matrix and used 2 files from your web-reg scripts. we took the temp.dat and a few lines from the action.php.
We then downloaded php-nuke and installed it on xampp (apache,php,mysql server for windows)
we then edited the user registration script to write to the temp.dat and sweet as it worked.
if anyone is interested in creating a php-nuke, DC++ community with registration for both (will only work local) email me rhl@netspace.net.au and I will mail you the files. Unless someone wants to host it for me as a download you can get it from them.
This is a great web registration script with the enjoyment of making your own site. Very easy to install on a windows 2000\XP PC
one small problem ;( i have 2 windows 2000 servers with the homepage on one and the hub runs on the other. i tried using a mapped network drive but had no success.
i even tried swapping the variables "c","hub" and "ptokax" manually but it still doesn't work even though i tested with admin prioritys.
I talked to our web geeks at work and they told me that there would have to be 2 seperate php script made that would send the data to another destination (from server to pc) with the current set up that matrix1 got working. I was going to look into this but didnt because the hub and apache server seem to run fine together on same pc with out pages being that slow to load.(under a second for a regular page with a few images)
Thanks Matrix1 for the link to the script