fey-ribbon

Demo PHP Info für die 3 Webserver

Soso, es gibt News zu den drei neuen Webservern für das “Webhosting”.

Ich habe mal 3 Testseiten mit einem simplen phpinfo eingerichtet damit ihr euch ein Bild darüber verschaffen könnt, was euch erwarten wird wenn es so weit ist :)

http://demo.web1.speedmann.de/ (NGINX)

http://demo.web2.speedmann.de/ (NGINX)

http://demo.web3.speedmann.de/ (Apache)

Und auch gibt es ein kleines “Status Update” zu meinem Bestellscript (Ein Auszug aus meinen TODOs):

/***************************************************************
/
/
/ Auto Self Signup for ispconfig
/ by Speedmann (speedmann.de)
/
/
/ TODO:
/ –Creating an “get_userid”,”get_domainid”,”get_websiteid” function to
/ make it more easy for users to create new clients.
/ Unfortunatly it seems you can only get domain and website ids on username basis.
/ So this function will be delayd and maybe realized with sql.
/
/ -Adding Captchas?
/
/ -Adding Database Support for Admin validation (no imediate creation of users if required)
/
/ -General MySQL Support to take some stress from ispconfig system
/
/ +/-Add checking if desired username/domain is “not in use” at ispconfig
/ Same here, can check if username is unused, but can’t check if desired domain is unused.
/ I belive the soap api will trhow an error when trying to create an already existing domain,
/ may use this for checking.
/
/ -Clean up code
/
/ -Add security features (Mail Validation, double opt in?)
/ I belive, this will need some database support, delayed until db support is added
/
/ -Find someone who can make a fancy design :-P
/
/ -Do soap connect more dynamic (e.g. connection info as parameter)
/ Soap connection can be initiated with soap_connect() and can be killed with soap_disconnect(),
/ Only needed when some “special” operations are used and not create_everything()
/ config.php file will be added as soon as i understand how.
/
/ + Sending welcome Mail to new client —- Mostly done, should be improved by some kind of templates or so…
/
/ -Improve “get_server” for better readability
/
/ -Include new user per day/hour/week/whatever limits
/ Needs database support.
/
/ -Include limits of total users per server
/ Also needs some Database Support.
/
/ -Self deletion of user account?
/
/ -Wordpress Plugin (Contact form with self registration, admin interface included into wordpress)
/
/ -Create something like config.php for soap connection info, reseller info, webserver availability
***************************************************************/