I thought instead of making a new thread when I (or anyone else) find a new bug, I could make one big thread which you (wrzasq) read once in a while....
Here is a full example code for how to use POT to create simple AAC script. index.php: <?php /* PHP OTServ Toolkit usage example ...
POT is designed for current SVN database structure. It won't work with old SQL database or broken database. System requirements PHP 5 PDO...
I have created a simple patch which add a little supportsfor otserv schema ownerid >owner_id and creationdata >creationdate edit: i deleted patch i...
Im not sure that i belongs here but as i know there is a bug connected with the redirecting * when you login into a guild u get a wrong guild id ...
the function get->Rank() ins missing on the file OTS_Player there is: public function __get($name) { ... case 'rank': ...
things like redskulltime redskull in players db doesn't exist anymore (they are now called skull_type and skull_time and the function how they work...
this comand: $deaths = $player->getDeathsList(); foreach($deaths as $death){ // error is here <-- ... } ins giving the following error: Fatal...
Is it possible to get the current version of POT using method or constant? I didn't find anything on wiki or in code. Can this be added in? Sure...
Hey, guys! I need some help on caching. Well, I'm a PHP Developer, and I'm working with POT on a Website I'm developing. I'm trying to load the...
Now POT supports Multi-database support, this means that you can work with more than one database. Can be used for servers that handle with more than...
Hello folks, I have updated POT fixing some reported bugs and some that i've found. Plus, this update now follows the new database structure found...
how do i make hasMonster function to be case insensitive? $criaturas = new OTS_MonstersList($monsterspath); $name = 'demon'; if...
The site dont detect the port of server, but its configured. Why??
Hello, I have error with function getStorage, Player object is loaded: $status_test = $player->getStorage(5000); and gives always nothing...
Hello, im some problem in $info->status() i make that in layout: <?php if(!$status) { echo '<li><b><font color="red">Server is...
Since POT 0.2.0 will break backward compatibility with outdated code here i post main differences that will take place in next release: Dropped...
Its not all time, but its occur. this error: Fatal error: Uncaught exception 'E_OTS_OutOfBuffer' in C:\Arquivos de programas\Apache Software...
Server name: Polania Server owner: Pietia Players online: 0 Maximum allowed number of players: 1000 Server message: Welcome to Polania RL MAP Server...
when i use this: $admin = new OTS_Admin('127.0.0.1'); Show me this error: Warning: unpack() : Type v: not enough input, need 2, have 0 in...
I'm using the last rev of POT and in this code: include_once('pot/OTS.php'); $config = array('driver' => POT::DB_MYSQL, 'host' => 'localhost',...
$info->playerStatus('name here') It isnt working for me: My code: $info = new OTS_ServerInfo($server, $port); if($info->status()) { ...
public function current() { $row = current($this->rows); // selects correct class switch($row) { ...
There are currently 2 users browsing this forum. (0 members & 2 guests)
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules