• 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!

[RELEASE] Best ModernAAC Available for FREE

ok i will rep+, but i need help with this problem:

A Database Error Occurred
Error Number: 1146

Table 'rltibia.poll' doesn't exist

SELECT p.id, p.question, GROUP_CONCAT(a.answer SEPARATOR ';') AS answers, GROUP_CONCAT(a.id SEPARATOR ';') AS answers_id FROM poll p JOIN poll_answer a ON p.id = a.poll_id WHERE p.status = 1 AND date_start <= NOW() AND date_end >= NOW()

Edited: no need more solved

http://otland.net/f16/forgottenserver-news-151834/
 
public_html\install
ull find dbSCHEMA.txt
Look in it :p

but here
Code:
CREATE TABLE IF NOT EXISTS `poll` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `question` varchar(150) ,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `date_start` datetime ,
  `date_end` datetime ,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `question` (`question`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
i find changes on code ... ON:
system/application/views/create_character.php
Code:
echo form_open('character/create_character', array('id'=>'createCharacter'));
for
Code:
echo form_open('character/create_character', array('onSubmit'=>'createCharacter(); return false;', 'id'=>'createCharacter'));

on compared to lasted code from modernAcc SVN

Only include features how : zaypal - paypal - injections/home/Aleh-Table
Extras pages:
system/pages/bans.php
system/pages/buypoints.php
system/pages/downloads.php
system/pages/fame.php
system/pages/gifts.php
system/pages/info.php
system/pages/paypal.php
system/pages/rules.php
system/pages/shop.php
system/pages/shopex.php
system/pages/sms.php
system/pages/staff.php
system/pages/terms.php
system/pages/unban.php
 
When I approve something, I first open the file to see if its actually in the right section, if it is then I run it thru Jotti's malware scan, if there's any warning I check their meanings online and if I deem it safe(as in, would I use them myself) I then approve them

I cannot guarantee that something is 100% safe though, there are many things that can hide from anti-virus and such, so its always better for you to recheck it yourself and see if you think its trustworthy
 
Back
Top