• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

OTForum! 1.0 Beta

and add a limit for the threads, because you can make the thread "jfigbfdgibfdfgbfdgifdbgifdbkfdbgkifdgb" and you will deform the forum :)
 
Eh, pax... i installed it one moment ago and by user-side it's bad... For example it was doing only to tibia layout, not using vdark, dark from sresior idea styling. Eh :(.
 
Maybe I'm doing sth wrong or it's not there but is there a possibility to enable html and bb? ;p if there is I need really fast answer coz tomorrow I will be abroad ;]] thanks
 
it's for sure a nice script paxton! but I would like to suggest a thing for it, you should make a "lock thread/forum" function. or does it exists and i'm just blind? =) Thanks!
 
No, it's not a bug, it is made for maintenace forum.

But look at the code pax.
PHP:
if($install)exit;

PHP:
//Set to true when you configure everything, the forum will start working.
$install = false;

The comment saying if all done then change to true, but php code die()'ing when $install == true ;).
 
Nice Paxton :) However, in the next release, could you add so it shows position of the player also? And so you can edit your posts and also fix the title when someone makes a thread and the text, it's too big actually but I'll fix that myself :D thank you anyway
 
Last edited:
But look at the code pax.
PHP:
if($install)exit;
PHP:
//Set to true when you configure everything, the forum will start working.
$install = false;
The comment saying if all done then change to true, but php code die()'ing when $install == true ;).
Paxton - Victor is actually right on this one. Add an exclamation mark in front of the variable.
Like so.
PHP:
if(!$install) exit;
 
Help

warning: Mysql_connect() [function.mysql-connect]: Unknown mysql server host 'http' (11001) in c:\xampp\htdocs\forum\config.php on line 25

warning: Mysql_select_db() [function.mysql-select-db]: Access denied for user 'odbc'@'localhost' (using password: No) in c:\xampp\htdocs\forum\config.php on line 26

warning: Mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in c:\xampp\htdocs\forum\config.php on line 26

warning: Mysql_query() [function.mysql-query]: Access denied for user 'odbc'@'localhost' (using password: No) in c:\xampp\htdocs\forum\forum.php on line 78

warning: Mysql_query() [function.mysql-query]: A link to the server could not be established in c:\xampp\htdocs\forum\forum.php on line 78

warning: Mysql_num_rows(): Supplied argument is not a valid mysql result resource in c:\xampp\htdocs\forum\forum.php on line 79
 
Back
Top