4
Seeing as i cant make a new topic keeps telling me to serch when i have 16 times i am trying to make a get script from a ACH database that when the post a user and pass it will make the account
$user = $_GET['user'];
$pass = $_GET['pass'];
$email = $_GET['email'];
$host="192.168.1.10";
$user="user";
$pass="pass";
$connect=mysql_connect($host,$user,$pass);
$pass = md5(password);
mysql_query("INSERT INTO xoops_users (uname, pass, user_sig, name, email, url, user_avatar, user_regdate, user_icq, user_from, user_viewemail, actkey, user_aim, user_yim, user_msnm, posts, attachsig, rank, level, theme, timezone_offset, last_login, umode, uorder, notify_method, notify_mode, user_occ, bio, user_intrest, user_mailok)
VALUES('$user', '$pass' ,'','','','blank.gif','',' 1195462800','','','0','','','','','0','0','0','1','','0.0','0','nest','0','1','0','','','','0' ) ");
is what i have so far yes i know the time stamp is for 2k8 but i cant figure out how to make the time stamp for that day another think i cant figure out is how to make the UID go to the group it needs to be assigned to any help would be enjoyed