Like it. I'll do a design for it^^
Printable View
Like it. I'll do a design for it^^
I think you all should learn what a Content Management System really is.
Content management system - Wikipedia, the free encyclopedia
I already know it?
Nice base :thumbup:
Nice for a base, Not for public use xD
you need get the client id (for register new client) from mus (connect to the emulator)
give me few min..
---------- Post added at 12:34 PM ---------- Previous post was at 12:27 PM ----------
you need registrer user using this code
Quote:
$fp = fsockopen("localhost", 3802, $errno, $errstr, 1); // Open socket to mus (port 3802 @view your config.ini)
fwrite($fp, "00"); // Get Client Id
stream_set_timeout($fp, 3); // set the timeout for the fgets
$Id = fgets($fp, 6); // try get id (try get str of 6 len, or if is minor len wait for timeout..)
fclose($fp); // close.. lol
"INSERT INTO users (id, ... etc) VALUES (". $Id .", .... etc)" // insert new user
Weren't you leaving capostrike? Well nice that you stay for another hour :P
I'm no PHP'er. But, it seems like a tidy base.. Now for someone to alter a CMS to work with this; please, hell not PhoenixPHP ;).
~Jak
CMS - Register, User profiles, user login, u dont need all that fancy 'Housekeeping' shit in a test cms. Durp to u no. Now go away. Thanks <3
Its a good base cms for the emu :)