• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

UNNAMED acc. maker 0.3.2 beta for TFS

Status
Not open for further replies.
@up

Remove all numbers in config.lua (Only the ones that doesnt work) Example:

-- 0.66666666666667 is highestLevel * 2 / 3

Delete that line...
Every lines that start with "--" if you whant me to do that for you PM or post your config.lua!
 
I use this server...

The Forgotten Server
Version: 0.3.1 [Patch Level 2] (Crying Damson)


Get this error:

Code:
[B]Warning: Error parsing H:/Documents and Settings/Share/Escritorio/OT SERVER/Server/config.lua on line 126 in H:\xampp\htdocs\install.php on line 71
Database error. Unknown database type in H:/Documents and Settings/Share/Escritorio/OT SERVER/Server/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""[/B]

Thanks! :confused:
 
I have a problem with kill statistics. It says
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/cach/otserv/web/pot/OTS_Player.php:112 Stack trace: #0 /home/cach/otserv/web/pot/OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 /home/cach/otserv/web/killstatistics.php(16): OTS_Player->load('225') #2 /home/cach/otserv/web/index.php(112): include('/home/cach/otse...') #3 {main} thrown in /home/cach/otserv/web/pot/OTS_Player.php on line 112

How can i fix it?
Thanks.
 
Gesior.pl can u send me a private message of ur email ?? i need help of how to do my website for my server

Kind Regards///Caamraan
 
gesior plis hlep

i want this powergems

in this place

PHP:
$main_content .= '<br><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100><TR><TD><IMG 

SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=400><TR 

BGCOLOR='.$config['site']['vdarkborder'].'><TD COLSPAN=2 CLASS=white WIDTH=100><B>Skills</B></TD><TD COLSPAN=2 CLASS=white WIDTH=100><b>Experience 

Charts</b></td></TR>';

include "charts.php";

				$main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Magic level</td><td 

align="right">'.$player->getMagLevel().'</td><td rowspan="8" width="180"><center>".InsertChart ( "charts.swf", "charts_library", 

"charinfo.php?type=exp&uniqueID=" . uniqid(rand(),true) . "&guid=" . $player->getId(), 500, 300 )."</center></td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Fist Fighting</td><td 

align="right">'.$player->getSkill(0).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Club Fighting</td><td 

align="right">'.$player->getSkill(1).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Sword Fighting</td><td 

align="right">'.$player->getSkill(2).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Axe Fighting</td><td 

align="right">'.$player->getSkill(3).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Distance Fighting</td><td 

align="right">'.$player->getSkill(4).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Shielding</td><td 

align="right">'.$player->getSkill(5).'</td></tr>';
				$main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Fishing</td><td 

align="right">'.$player->getSkill(6).'</td></tr>';
				$main_content .= '</TABLE></TABLE>';
 
PHP:
$main_content .= '<br><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100><TR><TD><IMG 

SRC="'.$layout_name.'/images/general/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=400><TR 

BGCOLOR='.$config['site']['vdarkborder'].'><TD COLSPAN=2 CLASS=white WIDTH=100><B>Skills</B></TD><TD COLSPAN=2 CLASS=white WIDTH=100><b>Experience 

Charts</b></td></TR>';

include "charts.php";

                $main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Magic level</td><td 

align="right">'.$player->getMagLevel().'</td><td rowspan="8" width="180"><center>'.InsertChart ( "charts.swf", "charts_library", "charinfo.php?type=exp&uniqueID=" . uniqid(rand(),true) . "&guid=" . $player->getId(), 500, 300 ).'</center></td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Fist Fighting</td><td 

align="right">'.$player->getSkill(0).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Club Fighting</td><td 

align="right">'.$player->getSkill(1).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Sword Fighting</td><td 

align="right">'.$player->getSkill(2).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Axe Fighting</td><td 

align="right">'.$player->getSkill(3).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Distance Fighting</td><td 

align="right">'.$player->getSkill(4).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['darkborder'].'"><td width="150">Shielding</td><td 

align="right">'.$player->getSkill(5).'</td></tr>';
                $main_content .= '<tr bgcolor="'.$config['site']['lightborder'].'"><td width="150">Fishing</td><td 

align="right">'.$player->getSkill(6).'</td></tr>';
                $main_content .= '</TABLE></TABLE>';
 
When i added http://otland.net/f118/gesior-acc-maker-shopsystem-new-offer_types-21611/

The new item's i did could not be recived, like : need cap, hands needs to be free.

So i removed z_ots_comunication
And added it again..

Now i get this
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '10' for key 1' in C:\xampp\htdocs\shopsystem.php:650 Stack trace: #0 C:\xampp\htdocs\shopsystem.php(650): PDO->query('INSERT INTO `z_...') #1 C:\xampp\htdocs\index.php(184): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\shopsystem.php on line 650

Help me please? send me an private if you can help me!:(
 
in next update (if will exist ofc ) u should all fallowing things
Code:
support .php for guild wars
Code:
in shopsystem.php support for changing nick and for ban /rs delete
Code:
signatures in php
i know that these codes not all i can find on net but will be great if i will see these codes inserted to the acc :)
 
$sock = @fsockopen("127.0.0.1", $config['server']['port'], $errno, $errstr, 1);
->
$sock = @fsockopen($config['server']['ip'], $config['server']['port'], $errno, $errstr, 1);

Not everyone have acc and engine on the same machine.
 
Error:

b6ea9cb8b607f3c5.jpg



Can you speak in polish and send e-mail to my???
[email protected]

Please.
 
@up

To go to line 256, open the file config.lua, press ALT + G and type "256"

Yours, gnr
 
Status
Not open for further replies.
Back
Top