Mmmh you are certainly doing something wrong. But I don't know what exactly... If you say you had the same problem for BOI, what OS are you using?
Printable View
Mmmh you are certainly doing something wrong. But I don't know what exactly... If you say you had the same problem for BOI, what OS are you using?
i can't reg an account. with myip/reg
Quote:
Login:
Passwd:
Passwd again:
Email:
'; if (isset($_POST['login'])) { $Link = MySQL_Connect($DB_Host, $DB_User, $DB_Password) or die ("Can't connect to MySQL"); MySQL_Select_Db($DB_Name, $Link) or die ("Database ".$DB_Name." do not exists."); $Login = $_POST['login']; $Pass = $_POST['passwd']; $Repass = $_POST['repasswd']; $Email = $_POST['email']; $Login = StrToLower(Trim($Login)); $Pass = StrToLower(Trim($Pass)); $Repass = StrToLower(Trim($Repass)); $Email = Trim($Email); if (empty($Login) || empty($Pass) || empty($Repass) || empty($Email)) { echo "
Por favor, Preencha todos os dados."; } /* elseif (ereg("[^0-9a-zA-Z_-]", $Login, $Txt)) { echo "
O Login est� em um formato incorreto."; } elseif (ereg("[^0-9a-zA-Z_-]", $Pass, $Txt)) { echo "
Password have a incorrect format."; } elseif (ereg("[^0-9a-zA-Z_-]", $Repass, $Txt)) { echo "
Repeat password have a incorrect format."; } */ elseif (StrPos('\'', $Email)) { echo "
O E-mail est� em um formato incorreto."; } else { $Result = MySQL_Query("SELECT name FROM users WHERE name='$Login'") or ("Can't execute query."); if (MySQL_Num_Rows($Result)) { echo "
A conta ".$Login." j� existe"; } $mal = MySQL_Query("SELECT email FROM users WHERE email='$Email'") or ("Can't execute query."); if (MySQL_Num_Rows($mal)) { echo "
O E-mail ".$Email." j� est� cadastrado
"; } elseif ((StrLen($Login) < 4) or (StrLen($Login) > 10)) { echo "
O Login precisa ter mais de 4 e menos 10 car�cteres."; } elseif ((StrLen($Pass) < 4) or (StrLen($Pass) > 10)) { echo "
Password must have more 4 and not more 10 symbols."; } elseif ((StrLen($Repass) < 4) or (StrLen($Repass) > 10)) { echo "
Repeat password must have more 4 and not more 10 symbols."; } elseif ((StrLen($Email) < 4) or (StrLen($Email) > 25)) { echo "
Email must have more 4 and not more 25 symbols."; } elseif ($Pass != $Repass) { echo "
Senhas erradas."; } else { $Salt = $Login.$Pass; $Salt = md5($Salt); $Salt = "0x".$Salt; MySQL_Query("call adduser('$Login', $Salt, '0', '0', '0', '0', '$Email', '0', '0', '0', '0', '0', '0', '0', '', '', $Salt)") or die ("Can't execute query."); $result2 = mysql_query("SELECT * FROM users WHERE name='$Login'") or die("can't find ID"); $row2 = mysql_fetch_array( $result2 ); $ID = $row2['ID']; $TIME = $row2['creatime']; MySQL_Query("INSERT INTO usecashnow (userid, zoneid, sn, aid, point, cash, status, creatime) VALUES ($ID, 1, 1, 23, 99999900, 99999900, 3, '$TIME')"); echo "
Accounter registered."; echo "
Good Luck on Swordsman Online Private By Bola"; } } } echo $Data; ?>
yum install php-5*
designated map is currently not available. can anyone help me with this?? how can i activate a map
Thanks for great work and the detail guide
I can't connect to the website http://YOURIP/reg/
I follow all the instruction step by step, change password and IP in config.php from /var/www/html/reg and from /SWServer/.setup/reg
open port 80 in windows firewall
also use this: iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
service iptables save
any solution would be appreciated.
Hi, is there any command code to add sycee by using d_???? command? Many thanks
How to add / change items in the mall? that works...
Link Dead???
which ports that i have to open to make server online ?