[DEV] SimpleWebs Hosting Sql [DEV]

Joined
Nov 6, 2007
Messages
880
Reaction score
11
Ok most of u know ive allready started simplewebs into flatfile. Well i have now restarted it to sql. It is a hosting site. And it is hosted locally on a Linux machine.
Simple Webs
Status:
login:100% does some weird shit
register:100%
logout:100% untested
Create Sql Database: 10%
Sql Login:90%
Create Sub Domain:100%
Create Files Inside Of Sub Domain: 90%

To Come:
Upload files
Edit acount information
Add domains
Buy Domains
Php5
Html
Html Advanced Mode
Php Advanced Mode
Redirects
Tutoraills
live help
 
Last edited:
Ok most of u know ive allready started simplewebs into flatfile. Well i have now restarted it to sql. It is a hosting site. And it is hosted locally on a Linux machine.
Simple Webs
Status:
login:90% does some weird shit
register:100%
logout:?% untested

To Come:
Create web site
Upload files
Edit acount information
Add domains
Buy Domains
Php5
Html
Html Advanced Mode
Php Advanced Mode
Redirects
Tutoraills
live help
Put you webhost thing on it wont load
PHP:
Error!
Could not connect to remote server

You tried to access the address http://75.71.242.129/, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.
Make sure your Internet connection is active and check whether other applications that rely on the same connection are working.
 
Put you webhost thing on it wont load
PHP:
Error!
Could not connect to remote server

You tried to access the address http://75.71.242.129/, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.
Make sure your Internet connection is active and check whether other applications that rely on the same connection are working.
I've seen it when it was up a couple of weeks ago.
It was actually very nice!
 
Parse error: syntax error, unexpected T_STRING in /opt/lampp/htdocs/HouseKeeping/dbcreate.php on line 7
when creating a database.
Anyways, its looking good.
 
Yeah I keep getting errors
PHP:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/lampp/htdocs/register.php:6) in /opt/lampp/htdocs/index.php on line 3

Looks like the allseeingeye?
 
i think there needs some work
first, the css is too dark. strain on eyes.
the account info thing actually tells me my pw. not safe. md5?
umm, i registered my email as "demo" put some security into that.
at the login.php page, try to make a separate page that checks the login, then make a diff page that uses sessions. i keep getting the information needs to be sent again crap.
Code:
Warning: Division by zero in /opt/lampp/htdocs/edit.php on line 10

Warning: Division by zero in /opt/lampp/htdocs/edit.php on line 14

Warning: fread(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/edit.php on line 15
wen editing the page. arite thats enough criticism. good start. i like it.
 
i think there needs some work
first, the css is too dark. strain on eyes.
the account info thing actually tells me my pw. not safe. md5?
umm, i registered my email as "demo" put some security into that.
at the login.php page, try to make a separate page that checks the login, then make a diff page that uses sessions. i keep getting the information needs to be sent again crap.
Code:
Warning: Division by zero in /opt/lampp/htdocs/edit.php on line 10

Warning: Division by zero in /opt/lampp/htdocs/edit.php on line 14

Warning: fread(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/edit.php on line 15
wen editing the page. arite thats enough criticism. good start. i like it.
ok i will have to look into that. And the username and pass for the acoutn ifno is done in sessions
 
Back