Open with Shaiya Data File Tool your Data.sah and extract the Cash.SData. Open this file with shStudio, click on Save and you will get a Cash.sql. This is the file you have to open and execute.
If I helped click the THANKS-Button and dont say it ;p
To edit the price open the Cash.SData in shStudio, double click on the Item you want to edit and you can change it in the field 'Cost'. Click Save and Import the new file with Shaiya Data File Tool. After it open the Cash.sql and execute it.
wow excelent, 100% funtional..
Philipp_
SW▲G.
Ty so much my friend.
my friend, do you have files for register? i dont find files for web site.
i have files abrassive but i have error:
Parse error: syntax error, unexpected T_DNUMBER, expecting T_VARIABLE or '$' in C:\xampp\htdocs\db.php on line 3
and my config is: for db.config
<?php
// Verify the php_mssql libary is installed and enabled.
if(!function_exists('mssql_connect')){
echo 'You must have the php_mssql library for Apache installed and enabled to connect to an MSSQL database. Uncomment the line that says extension=php_mssql.dll in your php.ini (XAMPP/WAMP only). This requires a restart of the Apache service to take effect.'; die();
}
// Database configuration parameters
$db_host = '127.0.0.1';
$db_user = 'Shaiya';
$db_pass = 'Shaiya123';
/**
* Sanitize user input to prevent SQL injection. Use this on ALL user input!
* This function is from CodeIgniter.
* I researched other methods of doing this, and this looked the most solid to me - Abrasive
* @param string $data
* @return string
*/
function mssql_escape_string($data) {
if(!isset($data) or empty($data)) return '';
if(is_numeric($data)) return $data;
$non_displayables = array(
'/%0[0-8bcef]/', // url encoded 00-08, 11, 12, 14, 15
'/%1[0-9a-f]/', // url encoded 16-31
'/[\x00-\x08]/', // 00-08
'/\x0b/', // 11
'/\x0c/', // 12
'/[\x0e-\x1f]/' // 14-31
);
foreach($non_displayables as $regex)
$data = preg_replace($regex,'',$data);
$data = str_replace("'","''",$data);
return $data;
}
?>
and for db:
<?php
// Connect to MSSQL server - I used an @ symbol to suppress error messages here to avoid giving away the account name in the case of an error.
$conn = @mssql_connect($127.0.0.1,$Shaiya,$Shaiya123) or die('Failed to connect to MSSQL Server.');
$db = @mssql_select_db('PS_UserData',$conn) or die('Failed to select database PS_UserData.');
?>
do you know what is error?
Personally I don't like xamp, it always gives me all kind of errors, try getting wamp and use the same files, to be honest the files are working perfectly, maybe by changing the software it will work
[HelpMe]Bukkit mit Essentails[HelpMe] 08/09/2011 - Minecraft - 4 Replies Hey Community,
Wir wollten Permissions auf unsern Server installieren, aber das war uns dann doch zu kompliziert, bzw. Kann man da ja nicht die neuen InGame freischalten (oder?)
Deswegen haben wir uns Essentails geladen..
Kann uns einer die ganzene Dateien (config,jar etc.) wo drauf ist das, Neue in die Gruppe "Neuling" kommen, und man per i-ein InGame Befehl derjenige freigeschaltet wird und in die Gruppe "Bauer".
Dazu sollte es noch einen Rang geben der heißt "Profi-Bauer".
Und halt noch...
HelpME 04/22/2011 - Dekaron Private Server - 5 Replies when I put the NonAgro and Vac in CE ok enter the game, do not take DC,
when I attack a monster takes about 10 seconds i take DC, and how to avoid it
stay in the game?