[Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 92
  1. #46
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    How to remove email activation? Beacuse email is not comming...

  2. #47
    Apprentice Mirantes Joshua is offline
    MemberRank
    Jan 2014 Join Date
    8Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    someone can give picture how to use power web?

    - - - Updated - - -

    tutorial

    - - - Updated - - -

    where do i need to put pow folder?

  3. #48
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    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

  4. #49
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    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.

  5. #50
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    ALTER TABLE `account_data`ADD COLUMN `activation` int(1) NOT NULL DEFAULT 0
    Database table "settings" column "activation" Value = 0

    fixed

  6. #51
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    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.

  7. #52
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    no xml make all manually
    C:\xampp\htdocs\themes\default\views\broker.php

  8. #53
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

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

  9. #54
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    Please example screen

  10. #55
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    1. screen is all pages in my account
    2. screen is in my account where i click on, "Account"
    Attached Thumbnails Attached Thumbnails 1.png   2.png  

  11. #56
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    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';

  12. #57
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    Done, but 1st screen error is still in all pages in my account.

  13. #58
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    you had done right the config?
    C:\xampp\htdocs\protected\config\config.php

  14. #59
    Member Deos is offline
    MemberRank
    Oct 2014 Join Date
    Latvia / UKLocation
    54Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    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',
        ),
    );

  15. #60
    Enthusiast tracker is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] ENGLISH PowerWeb 3.0 - Updated for 4.7.5 server files

    the database is correct ?
    dbname=pow
    dbname=ac47_server_gs
    dbname=ac47_server_ls
    in navicate



Page 4 of 7 FirstFirst 1234567 LastLast

Advertisement