+ Post New Thread
Page 1 of 5 1 2 3 ... LastLast
Threads 1 to 20 of 87

Forum: PHP OTserv Toolkit

  1. Sticky Thread Sticky: Teh Big Bug Report Thread

    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....

    Started by Runar, 6th October 2007 19:13
    • Replies: 8
    • Views: 1,316
    24th December 2009 13:42 Go to last post
  2. Sticky Thread Sticky: Full example

    Here is a full example code for how to use POT to create simple AAC script. index.php: <?php /* PHP OTServ Toolkit usage example ...

    Started by wrzasq, 13th August 2007 15:54
    5 Pages
    1 2 3 ... 5
    • Replies: 41
    • Views: 6,254
    10th July 2009 21:33 Go to last post
  3. Sticky Thread Sticky: Info

    POT is designed for current SVN database structure. It won't work with old SQL database or broken database. System requirements PHP 5 PDO...

    Started by wrzasq, 11th August 2007 19:38
    4 Pages
    1 2 3 ... 4
    • Replies: 33
    • Views: 3,953
    4th March 2008 23:53 Go to last post
  1. POT update.

    I have created a simple patch which add a little supportsfor otserv schema ownerid >owner_id and creationdata >creationdate edit: i deleted patch i...

    Started by Pietia10, 29th March 2010 23:42
    • Replies: 0
    • Views: 807
    29th March 2010 23:42 Go to last post
  2. Arrow [GUILDS]Redirecting

    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 ...

    Started by Kaw, 23rd February 2010 10:39
    • Replies: 5
    • Views: 451
    1st March 2010 21:41 Go to last post
  3. Player get Rank missing

    the function get->Rank() ins missing on the file OTS_Player there is: public function __get($name) { ... case 'rank': ...

    Started by olavo, 21st February 2010 02:35
    • Replies: 1
    • Views: 281
    21st February 2010 12:37 Go to last post
  4. Pot update...

    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...

    Started by Pietia10, 20th December 2009 17:12
    • Replies: 7
    • Views: 640
    19th February 2010 01:35 Go to last post
  5. death list bug

    this comand: $deaths = $player->getDeathsList(); foreach($deaths as $death){ // error is here <-- ... } ins giving the following error: Fatal...

    Started by olavo, 1st February 2010 04:34
    • Replies: 1
    • Views: 488
    13th February 2010 02:18 Go to last post
  6. Get POT version programatically

    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...

    Started by rocketeerbkw, 15th January 2010 05:06
    • Replies: 3
    • Views: 403
    23rd January 2010 09:15 Go to last post
  7. Question How to cache the Binary/XML Files?

    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...

    Started by Cisneiros, 28th December 2009 02:00
    • Replies: 5
    • Views: 449
    11th January 2010 15:10 Go to last post
  8. Multidb support

    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...

    Started by Nostradamus, 10th January 2010 04:47
    • Replies: 0
    • Views: 309
    10th January 2010 04:47 Go to last post
  9. POT update

    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...

    Started by Nostradamus, 28th December 2009 06:34
    • Replies: 0
    • Views: 377
    28th December 2009 06:34 Go to last post
  10. Question MonstersList, case insensitive?

    how do i make hasMonster function to be case insensitive? $criaturas = new OTS_MonstersList($monsterspath); $name = 'demon'; if...

    Started by olavo, 31st July 2009 18:36
    • Replies: 2
    • Views: 666
    4th August 2009 08:06 Go to last post
  11. Angry TFS php site error

    The site dont detect the port of server, but its configured. Why??

    Started by lks, 5th July 2009 03:05
    • Replies: 1
    • Views: 629
    10th July 2009 09:44 Go to last post
  12. error with getStorage

    Hello, I have error with function getStorage, Player object is loaded: $status_test = $player->getStorage(5000); and gives always nothing...

    Started by Deamon_OTS, 16th May 2009 18:20
    • Replies: 8
    • Views: 667
    16th June 2009 18:26 Go to last post
  13. $info->status() bug?

    Hello, im some problem in $info->status() i make that in layout: <?php if(!$status) { echo '<li><b><font color="red">Server is...

    Started by Masiar, 19th May 2009 23:21
    • Replies: 3
    • Views: 529
    20th May 2009 09:58 Go to last post
  14. Pot 0.2.0

    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...

    Started by wrzasq, 23rd March 2009 14:47
    • Replies: 3
    • Views: 871
    20th April 2009 17:33 Go to last post
  15. OTS_ServerInfo->info() error.

    Its not all time, but its occur. this error: Fatal error: Uncaught exception 'E_OTS_OutOfBuffer' in C:\Arquivos de programas\Apache Software...

    Started by olavo, 19th April 2009 16:57
    • Replies: 1
    • Views: 457
    20th April 2009 01:11 Go to last post
  16. OTS_ServerInfo::players()

    Server name: Polania Server owner: Pietia Players online: 0 Maximum allowed number of players: 1000 Server message: Welcome to Polania RL MAP Server...

    Started by Pietia10, 14th April 2009 19:46
    • Replies: 9
    • Views: 748
    19th April 2009 17:00 Go to last post
  17. OTS_Admin

    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...

    Started by olavo, 16th April 2009 01:28
    • Replies: 7
    • Views: 714
    17th April 2009 17:44 Go to last post
  18. Iots_dao

    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',...

    Started by olavo, 13th April 2009 20:08
    • Replies: 4
    • Views: 519
    15th April 2009 17:21 Go to last post
  19. $info->playerStatus()

    $info->playerStatus('name here') It isnt working for me: My code: $info = new OTS_ServerInfo($server, $port); if($info->status()) { ...

    Started by Junkfood, 1st April 2009 11:46
    • Replies: 9
    • Views: 700
    5th April 2009 15:29 Go to last post
  20. OTS_BAN_LIST.php typo

    public function current() { $row = current($this->rows); // selects correct class switch($row) { ...

    Started by Junkfood, 1st April 2009 16:30
    • Replies: 1
    • Views: 654
    3rd April 2009 00:16 Go to last post

+ Post New Thread
Page 1 of 5 1 2 3 ... LastLast

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 2 users browsing this forum. (0 members & 2 guests)

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 20 replies or 250 views
Hot thread with unread posts
More than 20 replies or 250 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts