How to remove email activation? Beacuse email is not comming...
How to remove email activation? Beacuse email is not comming...
someone can give picture how to use power web?
- - - Updated - - -
tutorial
- - - Updated - - -
where do i need to put pow folder?
remove email activation
-- ----------------------------
-- Table structure for settings
-- ----------------------------
CREATE TABLE `settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`access_level_admin` int(4) NOT NULL,
`access_level_editor` int(4) NOT NULL,
`hide_top` int(4) NOT NULL,
`page_news` int(4) NOT NULL,
`page_shop` int(4) NOT NULL,
`page_top` int(4) NOT NULL,
`referal_bonus` int(4) NOT NULL,
`referal_bonus_ref` int(4) NOT NULL,
`referal_enable` int(4) NOT NULL,
`referal_level` int(4) NOT NULL,
`trial_days` int(4) NOT NULL,
`trial_enable` int(4) NOT NULL,
`trial_type` int(4) NOT NULL,
`email_activation` int(4) NOT NULL,
`Players.show_inventory` varchar(16) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/////////////////
ALTER TABLE `Players`ADD COLUMN `show_location` int(1) NOT NULL DEFAULT 1
ALTER TABLE `account_data`ADD COLUMN `activation` int(1) NOT NULL DEFAULT 1
fixed
Tracker, your solution doesnt fix anything.
Account successfully created! Please check your email inbox for the activation link.
Error - incorrect details, or your account is not activated.
How to remove activation from this website? There is no chance to get email from uniserverz.
Last edited by Deos; 28-10-15 at 09:50 AM.
ALTER TABLE `account_data`ADD COLUMN `activation` int(1) NOT NULL DEFAULT 0
Database table "settings" column "activation" Value = 0
fixed
Thanks, it works. :)
But looks like my website have something wrong, beacuse full with Error 500
Trying to get property of non-object.
Looks like there have to be some kind of php version, cuz i'm using uniserverz.
no xml make all manually
C:\xampp\htdocs\themes\default\views\broker.php
I have that error in every page... not only in broker.
But, what i have to create manualy...?
I have experience with websites, but something like this i saw first time. :/
Please example screen
1. screen is all pages in my account
2. screen is in my account where i click on, "Account"
query account_data
to 1 by 1
ALTER TABLE `account_data`ADD COLUMN `donatemoney` int(1) NOT NULL DEFAULT 1
ALTER TABLE players ADD `show_inventory` int(1) NOT NULL DEFAULT '1';
ALTER TABLE players ADD `show_location` int(1) NOT NULL DEFAULT '1';
Done, but 1st screen error is still in all pages in my account.
you had done right the config?
C:\xampp\htdocs\protected\config\config.php
Code:<?php return array( 'homeUrl'=>'http://localhost/', // Homepage URL, the slash at the end is required 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', 'name'=>'Aion', 'language' => 'en', 'theme' => 'default', // Name of the themes folder being used 'preload'=>array('log'), 'import'=>array( 'application.models.*', 'application.components.*', ), 'defaultController'=>'news', 'modules'=>array( /*'gii'=>array( 'class'=>'system.gii.GiiModule', 'password'=>'aaa', 'ipFilters'=>array('127.0.0.1','::1'), ),*/ ), 'components'=>array( 'user'=>array( 'allowAutoLogin'=>true, ), 'ih'=>array( 'class'=>'CImageHandler', ), 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, 'rules'=>require(dirname(__FILE__).'/routes.php'), ), // Cache //'cache'=>array( // 'class'=>'CDbCache', //), // Database connection settings 'db'=>array( 'connectionString' => 'mysql:host=localhost;dbname=pow', // Database connection string 'emulatePrepare' => true, 'username' => 'root', 'password' => 'mypassword', 'charset' => 'utf8', 'enableProfiling' => true, 'enableParamLogging'=>true, //'schemaCachingDuration'=>3600, // cache time, sec ), 'gs'=>array( 'class'=>'CDbConnection', 'connectionString' => 'mysql:host=localhost;dbname=ac47_server_gs', // Database gameserver connection string 'emulatePrepare' => true, 'username' => 'root', 'password' => 'mypassword', 'charset' => 'utf8', 'enableProfiling' => true, 'enableParamLogging'=>true, //'schemaCachingDuration'=>3600, // cache time, sec ), // Логинсервер 'ls'=>array( 'class'=>'CDbConnection', 'connectionString' => 'mysql:host=localhost;dbname=ac47_server_ls', // Database loginserver connection string 'emulatePrepare' => true, 'username' => 'root', 'password' => 'mypassword', 'charset' => 'utf8', 'enableProfiling' => true, 'enableParamLogging'=>true, //'schemaCachingDuration'=>3600, // cache time, sec ), 'session' => array( 'class' => 'application.components.MyCDbHttpSession', 'connectionID' => 'db', 'sessionTableName' => 'session', 'autoCreateSessionTable' => false, 'compareIpAddress'=>true, 'compareUserAgent'=>true, 'compareIpBlocks'=>0 ), 'errorHandler'=>array( 'errorAction'=>'site/error', ), 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'CFileLogRoute', 'levels'=>'error, warning', //'class'=>'CProfileLogRoute', // Log //'report'=>'summary', // Log ), /* Log array( 'class'=>'CWebLogRoute', ), */ ), ), ), // Прочие настройки 'params'=>array( 'adminEmail' => 'admin@myemail.com', // Admin email address 'money' => 'donatemoney', // Database column for donations 'version' => '3.0', ), );
the database is correct ?
dbname=pow
dbname=ac47_server_gs
dbname=ac47_server_ls
in navicate