array(1=>"LadyClare Server 1","123.456.789","LadyClare","VIP"), */ $server_lists_array=array( 1=>array(1=>"SGDO 1","206.189.42.122","wang22wang","VIP"), 2=>array(1=>"SGDO 2","128.199.207.660","wang22wang","VIP"), ); /* Service Ports Variables */ $port_ssh= '22'; // SSH Ports $port_dropbear= '442, 109'; // Dropbear Ports $port_ssl= '443'; // SSL Ports $port_squid= '3128, 8080, 8000'; // Squid Ports $ovpn_client= ''.$hosts.'/client.ovpn'; // OpenVPN Client Config /* Dont Edit Any Part Of The Code If You Dont Know How It Works*/ $error = false; if (isset($_POST['user'])) { $username = trim($_POST['user']); $username = strip_tags($username); $username = htmlspecialchars($username); $password1 = trim($_POST['password']); $password1 = strip_tags($password1); $password1 = htmlspecialchars($password1); $invite_code = $_POST['invite']; $invite_code = strip_tags($invite_code); $invite_code = htmlspecialchars($invite_code); if (empty($username)) { $error = true; $nameError = "Please Input A Username."; } else if (strlen($username) < 3) { $error = true; $nameError = "Username Must Have Atleat 3 Characters."; } if (empty($password1)) { $error = true; $passError = "Please Input Password."; } else if(strlen($password1) < 3) { $error = true; $passError = "Password Must Have Atleast 3 Characters."; } for ($row = 1; $row < 101; $row++) { if ( $_POST['server'] == $server_lists_array[$row][1] ) { if ( $server_lists_array[$row][4] == "VIP" ) { if ( !empty($invite_code)) { if ( $invite_code != $invite_code_master ) { $error = true; $inviteError = "Invite Code Is Incorrect"; } else { $hosts= $server_lists_array[$row][2]; $root_pass= $server_lists_array[$row][3]; break; } } else { $error = true; $inviteError = "Please Input Invite Code"; } } elseif ( $server_lists_array[$row][4] == "Free" ) { $hosts= $server_lists_array[$row][2]; $root_pass= $server_lists_array[$row][3]; break; } } } if ( $_POST['user_type'] == "VIP User") { if ( empty($invite_code)) { $error = true; $inviteError = "Please Input Invite Code"; } else { $expiration= $vip_user_exp; } } elseif ( $_POST['user_type'] == "Free User") { if ( empty($invite_code)) { $expiration= $free_user_exp; } else { $error = true; $inviteError = "Invite Code If For VIP Users Only"; } } $password1 = $_POST['password']; $nDays = $expiration2; $datess = date('m/d/y', strtotime('+'.$nDays.' days')); $password = escapeshellarg( crypt($password1) ); if( !$error ) { date_default_timezone_set('UTC'); date_default_timezone_set("Asia/Manila"); $my_date = date("Y-m-d H:i:s"); $connection = ssh2_connect($hosts, 22); if (ssh2_auth_password($connection, 'root', $root_pass)) { $show = true; ssh2_exec($connection, "useradd $username -m -p $password -e $datess -d /tmp/$username -s /bin/false"); $succ = 'Added Succesfully'; if ($res) { $errTyp = "success"; $errMSG = "Successfully registered, you may Check your credentials"; $username = ''; $password = ''; } else { $errTyp = "danger"; $errMSG = "Something went wrong, try again later..."; } } else { die('Connection Failed...'); } } } ?>
Get your identity hidden online, your IP Address will be masked with our server IP. Also your connection will be encrypted.
Bypass your school, government or your office internet cencorship. Unblock any site and enjoy Internet Freedom.
Our service may boost your internet speed and make your connection stable (stable PING). This differ by country.
Donation Accepted. Any amount will help.
Thank you !