hello.. im new here... can i ask something?
i successfully made a ranCP on my 127.0.0.1
i want to ask if that possible to transfer my files ".php" and other folders to my website using SmartFPT ??
i need to transfer it badly.. :D
Printable View
hello.. im new here... can i ask something?
i successfully made a ranCP on my 127.0.0.1
i want to ask if that possible to transfer my files ".php" and other folders to my website using SmartFPT ??
i need to transfer it badly.. :D
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Index.php:1) in C:\xampp\htdocs\root.inc.php on line 7
@session_start();
@header("Cache-control: private");
@header("Expires: ");
@header("Pragma: ");
@header("X-XSS-Protection: 1");
put like this problem solve......
inside control file open
ctl_rank.inc.php
and change the original
function top5Character(){
$this->rankings->getTop5Character($this->character,$this->hideGM);
}
to this
function top5Character(){
global $_config;
$this->rankings->getTop5Character($this->character,$this->hideGM = $_config['HideGM']);
}
can zip all the file and upload to web?
mostly webside got upzip already
how to add change school function in this..
@TS please add change school function that need POints to change
Can i add a new reborn? Example Super advance ? to make it 4 level requirement
yes all is possible,..
can i also add VIP Points? For the donate item example
is this compatible with chaos v3? sorry for noob question
Update here?
Sir i have problem i already put the right sql server name and my password in the sql but i got this error
Notice: Constant ADODB_FETCH_DEFAULT already defined in C:\wamp\www\Inc\dbconn.php on line 7
Fatal error: Call to undefined function mssql_get_last_message() in C:\wamp\www\Inc\adodb5\drivers\adodb-mssql.inc.php on line 532
maybe u use wrong version xampp..
this must use xampp1.6.6a and the ntwdblib.dll
where is the assassin class? =D
right?PHP Code:$_config['ChaClass'] = array(
1 => "Brawler(Boy)",
2 => "Swordsman(Boy)",
4 => "Archer(Girl)",
8 => "Shaman(Girl)",
16 => "Extreme(Boy)",
32 => "Extreme(Girl)",
64 => "Brawler(Girl)",
128 => "Swordsman(Girl)",
256 => "Archer(Boy)",
512 => "Shaman(Boy)",
4096 => "Assassin(Boy)",
8192 => "Assassin(Girl)"
);