This should be treated as a friendly advice to the developer: NEVER EVER EVER USE ASYNC VOID ON NORMAL METHODS ! The only acceptable place to use async void is on event handlers ("delegate void").
You can't catch exceptions thrown from inside them.
Thx very good version 5.0
but i have some ideas for 6.0:
1) Add all users information to database (coordinates, maps, munition,etc..)r
2) Fix repair drone and shield recovery
3) fix ammo, all munition depends by x4
4) Add a system for ship damage (exemple a number into DB that set damage, another exemple number of laser... you can set this number (1:31) moltiplicated for 150)
5) Fix company start map :P all users start into mmo starter map.
6) it's all for now :P
Thx very good version 5.0
but i have some ideas for 6.0:
1) Add all users information to database (coordinates, maps, munition,etc..)r
2) Fix repair drone and shield recovery
3) fix ammo, all munition depends by x4
4) Add a system for ship damage (exemple a number into DB that set damage, another exemple number of laser... you can set this number (1:31) moltiplicated for 150)
5) Fix company start map :P all users start into mmo starter map.
6) it's all for now :P
Hi, I'm Xdr of KekoMundo, I'm a programmer of c# and PHP. Today, I present my project. His name is Azure DarkOrbit Server. His a template for other coders who are here.
The template has a user connection, attacks, pathfinder, bonuxBox, portals, NPCs (without AI), mysql api. Is programed in .NET 4.5.
Preview:
Please like and subscribe.
v0.2:
- New CMS
- Some bugs fixed
- New pathfinder.
v0.3:
- Fixed some bugs in attack function and added new messages
- Aliens can attack now
- Added faction system to ships.
v0.4:
- Coded settings system
- Coded to preserve users data.
- Coded ping
- Coded update alerts.
- Portals positions fixed.
- New alien, Devolarium
- Updated algorithm of shield absorb
v0.5:
- Coded remove users from map
- Improved voids
- Improving power efficiency
- Fixed bug with BAR_STATUS
- ShipData synchronized with database.
Now I'm working in version 5.14.1 Client of darkorbit.
Sorry my bad english, i am spanish. And i have 15 years old.
Cual es la Contraseńa de Descarga? Gracias haces un buen trabajo
Hey guys,please help me... everytime when i go to i have this error
Warning: require(../KERNEL-DOCMS/Init.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 2
Fatal error: require() [function.require]: Failed opening required '../KERNEL-DOCMS/Init.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\index.php on line 2
Yes,i delete "password" , i make it all from the video... But i still have this error
if(isset($_POST['loginForm_default_username'], $_POST['loginForm_default_password'], $_POST['loginForm_default_login_submit']) && $_POST['loginForm_default_login_submit'] === 'Login'):
$errorData = "";
if(strlen($_POST['loginForm_default_password']) < 6 || strlen($_POST['loginForm_default_password']) > 20 || !preg_match('`[0-9]`', $_POST['loginForm_default_password']) || $_POST['loginForm_default_password'] === '******' || strlen($_POST['loginForm_default_username']) < 3 || strlen($_POST['loginForm_default_username']) > 20):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>';
else:
$query = $MySQLi->query('SELECT ID, Email FROM users WHERE Name = \'' .$_POST['loginForm_default_username'] . '\' AND pwHash = \'' . md5($_POST['loginForm_default_password']) . '\' LIMIT 1');
if($query->num_rows === 1):
$row = $query->fetch_assoc();
/*This is line 12 =>*/ $sessionId = $Core::GenerateRandom(18, true, false);
$MySQLi->query('UPDATE users SET sessionId = \' ' . $sessionId . '\' WHERE ID = ' . $row['ID'] . '');
$_SESSION['server1']['user']['sessionId'] = $sessionId;
$_SESSION['server1']['user']['email'] = $row['Email'];
header('Location: /indexInternal.es?action=internalStart');
else:
$errorData .= '<p class="singup_errorMessage signup_errorMessage">Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>';
endif;
endif;
elseif(isset($_POST['signup_winnings'], $_POST['signup_username'], $_POST['signup_submit'], $_POST['signup_province'], $_POST['signup_passwordRepeat'], $_POST['signup_password'], $_POST['signup_newsletter'], $_POST['signup_instance'], $_POST['signup_email'], $_POST['signup_country'], $_POST['signup_birthdayYear'], $_POST['signup_birthdayMonth'], $_POST['signup_birthdayDay'])):
if($_POST['signup_submit'] == 'Register'):
$errorData = "";
if(strlen($_POST['signup_password']) < 6):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">The password is too short. Please choose a new password which has between 4 and 20 characters.</p>';
elseif(strlen($_POST['signup_password']) > 20):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">The password is too long. Please choose a new password which has between 4 and 20 characters.</p>';
elseif(!preg_match('`[0-9]`', $_POST['signup_password'])):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">The password must include numbers.</p>';
endif;
if(strlen($_POST['signup_username']) < 3):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">This username is too short. Please choose a new username which has between 3 and 20 characters.</p>';
elseif(strlen($_POST['signup_username']) > 20):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">This username is too long. Please choose a new username which has between 3 and 20 characters.</p>';
endif;
if(empty($_POST['signup_email']) || strlen($_POST['signup_email']) > 50 || preg_match("/^[a-z0-9_\.-]+@([a-z0-9]+([\-]+[a-z0-9]+)*\.)+[a-z]{2,7}$/i", $_POST['signup_email']) !== 1):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">Your e-mail address doesn\'t seem to be correct. Please enter a valid e-mail address.</p>';
endif;
if(!isset($_POST['signup_termsAndCondition']) || $_POST['signup_termsAndCondition'] !== '1'):
$errorData .= '<p class="singup_errorMessage signup_errorMessage">Please confirm that you have accepted our Terms & Conditions. Afterwards, you may continue with your registration.</p>';
endif;
Hey guys,please help me... everytime when i go to i have this error
Warning: require(../KERNEL-DOCMS/Init.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 2
Fatal error: require() [function.require]: Failed opening required '../KERNEL-DOCMS/Init.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\index.php on line 2
Yes,i delete "password" , i make it all from the video... But i still have this error
"$errorData .= '<p class="singup_errorMessage signup_errorMessage">Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>';"
There can't be "doesn\'t", you must write:
"$errorData .= "<p class='singup_errorMessage signup_errorMessage'>Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>";"
"$errorData .= '<p class="singup_errorMessage signup_errorMessage">Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>';"
There can't be "doesn\'t", you must write:
"$errorData .= "<p class='singup_errorMessage signup_errorMessage'>Username and password combination doesn\'t exist.<br>Please check your info and try again.</p>";"
To do it works
Thanks for help... but not working :/
Then, you can copy the code, fix things so then I copy it and do it faster? .. I ask this because I do not understand almost nothing about php.
[WTS] 16x Summoner 13x Azure 15x Azure 15x Aloken 04/19/2012 - Dekaron Trading - 13 Replies Selling 164 Summoner, 3 Inventorys, Pet, 2 Costumes, Clean name, Naked, Non-hacked. All infos - 50€ negotiable (pm me for infos)
Selling 152 Azure, 1 Costume, naked, All infos - 20€ (pm me for infos) - SOLD
Selling 155 Aloken, 2 Costumes, 4 Inventorys, Naked, All infos - 35€ (pm me for infos) - THIS ACCOUNT GOT BAGI LEVEL 101 with 14 DAYS LEFT OF 100% AMMY, AND FULL L3 GEAR +0
Selling 131 Azure, 1 Costume, Naked, 15€, All infos - (pm me for infos)
Taking only Paypal payments! PM
...
WTS FULL HELION AZURE SET +7 102-117 + azure lvl 121 09/01/2011 - Dekaron Trading - 2 Replies Today's items are:
magic asca helmet +7 4 x +62
DN asca armor +7 4 x +62
magic asca pants +7
magic x 2 asca boots +7
DN 115 axes +7 (3 x 5% ice,3 x 5% light)
Magic sword lvl 115 +7
Magic shield lvl 117 +7
I am only looking for helion dil.
WTS 146 Azure Knight Siz Server 12/25/2010 - Dekaron Trading - 3 Replies -146
-1 extra backpack
-formal costume
-full 0 ozer set
-crit ring
-comes with registered email and secret answer
looking for a 130+9 DN tb for the account
we will use middle man for the trade
new server called Azure 06/22/2009 - Dekaron Private Server - 5 Replies hi everyone we made a new server come to the server and help us test the server its at here
and you can register there too so come and play with us
WE have the new class in the server
download the client and register
rates 500X, we are going to change the ip soon, idont much about the server i am helping out the server go check out the server and you will see .