
neviete ako sa to da urobit ? karma jasne +

Kód: Vybrat vše
<?php
/////////////////// MySQL Information ////////////////////
$host = "localhost"; //MySQL Host
$user = "root"; // MySQL Username
$pass = ""; // MySQL Password
$database = ""; // Database name
$adminpassword = "jagcraft.tk"; //Administration Password
//////////////////////////////////////////////////////////
//////////////////// User Database ////////////////////////
$tablename = "accounts"; // Table name (the one that stores user account information)
$username = "username"; // Name of username column
$password = "password"; // Name of password column
$moneyname = "money"; // Name of money/currency column
$xAuth = false; // Are you using xAuth?
///////////////////////////////////////////////////////////
//////////////// InventorySQL Database ////////////////////
$InventorySQL = "InventorySQL"; //Your InventorySQL Table
$viewlimit = 15; //How many items per page
$bankname = "JagBank"; //Name of "Bank"
///////////////////////////////////////////////////////////
//////////////// Miscellaneous Settings ////////////////////
$currencyname = "JagBucks"; //Currency name (what you want to call your currency)
function encryptPass ($raw)
{
$hash = sha1($raw); // Password encryption function. Edit if you need encryption different from default.
return $hash;
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 50 hostů