[Release] Enemy MuWeb

Page 15 of 20 FirstFirst ... 57891011121314151617181920 LastLast
Results 211 to 225 of 287
  1. #211
    Rawwwwr! devisz is offline
    MemberRank
    Aug 2009 Join Date
    291Posts

    re: [Release] Enemy MuWeb

    could you add the trade online hours module ?

  2. #212
    Apprentice olszak16 is offline
    MemberRank
    Aug 2009 Join Date
    13Posts

    re: [Release] Enemy MuWeb

    My problems

    http://www.iv.pl/images/53561350365105986548.jpg

    .htaccess
    Code:
    RewriteEngine On
    RewriteBase /
    ErrorDocument 403 /error.php
    ErrorDocument 404 /error.php
    RewriteRule ^Image-verify/?$ ./image.php

    confings.php

    Code:
    <?php
    /* I'm not responsible for any damage of your server if    you don't buy this site */
    $connect['IP']                    =    "127.0.0.1";    //    server IP
    $connect['login']                =    "MuOnlineAdmin";            //    server login
    $connect['pass']                =    "wkfwkRnfRnf";        //    server password
    $connect['database']            =    "MuOnline";        //    database name
    
    
    
    $_SERVER['ROOT_FOLDER']            =    "/4.4";                //    Web Site root folder start with '/' symbol. Ex: /enemy
    $show_error                        =    1;                //    report errors in code 1 - on, 0 - off
    
    $enemy['title']                    =    "ENEMY MU WEB::";    //    web title
    $enemy['template']                =    "enemy";        //    template name (default: enemy)
    
    $enemy['meta_d']                =    "The Best Mu Online Web Site in the world :). Multifunctional, Antihack 100%";                //    Meta Description
    $enemy['meta_k']                =    "Mu, Fun, Moldova, Server, Online, Enemy, Web, MMORPG, Web Site, Template, Best";    //    Meta Keywords
    $enemy['md5']                    =    1;                            //    MD5 1 - on, 0 - off
    $enemy['support']                =    "grisha_90@yahoo.com";        //    Support Email
    $enemy['language']                =    "en";                        //    default site language. suport en|ru|ro
    $enemy["allow_char"]            =    "]a-z0-9^*()_+=~{}/\[-";    //    symbols wich are allowed to use in characters nickname (eregi function, if    you dont know how to arrange symbols dont change this)
    
    $enemy['top10']                    =    1;                //    Show Top10 Panel: 1 - on / 0 - off
    $enemy['banner_panel']            =    0;                //    Show Baners Panel: 1 - on / 0 - off
    $enemy['friends_panel']            =    0;                //    Show Our Friends Panel: 1 - on / 0 - off
    $enemy['advices']                =    1;                //    Show Advices Panel: 1 - on / 0 - off
    $enemy['chat']                    =    1;                //    Show Chat Panel: 1 - on / 0 - off
    /* !@#$%^&*()_+|=-`~[]{}.,?><;:/ */
    
    $enemy['languages']                =    "ru,ro,en";                    //    Site languages.
    
    $enemy['GMs']                    =    "GrInYa";                            //    GM accounts separate by comma (,)
    $enemy['Admins']                =    "GrInYa,test";        //    admin accounts separate by comma (,)
    $enemy['LogAdmins']                =    "GrInYa";            //    admin accounts who can delete site logs, separate by comma (,)
    
    $register['email_activate']        =    0;    //    Need Activate Account: 1- ON , 0 - OFF
    $register['email_subject']        =    "Enemy Mu Web Account Activation";
    $register['email_servername']    =    "Enemy Mu Web";
    
    $server['birthday']                =    12;                //    server birthday (number format)
    $server['birthmonth']            =    11;                //    server birthmounth (number format)
    $server['birthyear']            =    2009;            //    server birthyear (number format)
    $server['birthhour']            =    10;                //    server birthhour (number format)
    $server['birthminutes']            =    40;                //    server birthminutes (number format)
    $server['birthsecundes']        =    00;                //    server birthsecundes (number format)
    
    $server['Season4Master']        =    0;                        //    Season 4 Master Level Show 1/0
    $server['Season4mlvl']            =    "MASTER_LEVEL";            //    Column name of master level. Default: MasterLevel
    $server['Season4mskill']        =    "MagicList";            //    Column name of master Skills. Default: MasterSkills
    $server['Season4mpoints']        =    "ML_POINT";                //    Column name of master Points. Default: MasterPoints
    $server['Season4mlvlt']            =    "T_SkillTree_Info";        //    Table name of master level. if table name is MEMB_INFO leave this NULL
    $server['Season4mlvlw']            =    "CHAR_NAME";            //    Column name of character in table. if table name is MEMB_INFO leave this NULL
    
    $server['version']                =    "Season 3";                //    mu server version
    $server['drop']                    =    "80%";                    //    server drop
    $server['experience']            =    "5x";                    //    server experience
    $server['max_lvl']                =    "400";                    //    maxim level
    $server['reset']                =    "Off";                    //    reset system on/off
    
    $advice['timeout']                =    7000;                    //    Advice Time Out until change; 1 sec = 1000
    
    $forum['count_th_per_pg']        =    10;        //    Count of threads per page
    $forum['count_post_per_pg']        =    5;        //    Count of posts per page
    
    $profile['max_kib_avatar']        =    60000;    //    Max KiB per avatar.
    $profile['max_width_avatar']    =    100;    //    Max width size avatar.
    $profile['max_height_avatar']    =    120;    //    Max height size avatar.
    $profile['min_width_avatar']    =    50;        //    Min width size avatar.
    $profile['min_height_avatar']    =    50;        //    Min height size avatar.
    
    $top['hide_gm']                    =    1;        //    hide gm's on top 1 - on, 0 - off
    $top['hide_banned']                =    1;        //    hide banned nick's on top 1 - on, 0 - off
    $top['hide_nicks']                =    "";        //    hide nick's on tops
    
    $Limit['forum_add_post']        =    8000;    //    Maximum length of message on forum.
    $Limit['news_post']                =    8000;    //    Maximum length of message on forum.
    $Limit['signature']                =    1024;    //    Maximum length of message on forum.
    
    $Limit['max_str']                =    32767;    //    Maximumum character stats.
    $Limit['max_agg']                =    32767;    //    Maximumum character stats.
    $Limit['max_vit']                =    32767;    //    Maximumum character stats.
    $Limit['max_eng']                =    32767;    //    Maximumum character stats.
    $Limit['max_comm']                =    32767;    //    Maximumum character stats.
    
    $reset_column                    =    "resets";    //    Type the resets column name
    $Option['is_resets']            =    1;            //    Show Character Resets
    
    $Option['reset_stats']            =    50;            //    Credits for    Reset stats
    
    $Option['boughtpprr']            =    1;            //    Add Bought points for credits after reset 1 - ON, 0 - OFF
    $Option['boughtppgr']            =    1;            //    Add Bought points for credits after grand reset 1 - ON, 0 - OFF
    
    $Option['reset_stats_type']        =    1;            //    Clear stats after reset 1 - ON, 0 - OFF
    $Option['reset_class']            =    1;            //    Reset the character class status 1 - ON, 0 - OFF
    $Option['clear_skill']            =    1;            //    Clear magic list after reset 1 - ON, 0 - OFF
    $Option['clear_inv']            =    1;            //    Clear Inventory after reset 1 - ON, 0 - OFF
    
    $Option['reset_dk']                =    300;        //    Stats after reset for    DK
    $Option['reset_dw']                =    300;        //    Stats after reset for    DW
    $Option['reset_elf']            =    300;        //    Stats after reset for    ELF
    $Option['reset_mg']                =    300;        //    Stats after reset for    MG
    $Option['reset_dl']                =    300;        //    Stats after reset for    DL
    $Option['reset_sum']            =    300;        //    Stats after reset for    SUM
    
    $Option['clear_pk']                =    1;            //    Credits for    clear 1 pk
    $Option['rename']                =    200;        //    Rename Character
    $Option['news_pg']                =    5;            //    News per page
    $Option['topc_pg']                =    50;            //    Top characters per page
    $Option['reset_level']            =    400;        //    Level for reset
    $Option['zen_per_reset']        =    1000000;    //    Zen for    1 reset
    
    $items['db_type']                =    2;        //    Database Type: 1 - Old Codification(0.99.0X - 0.99.6X) , 2 - New Codification (0.99.8X - Season 6)
    
    $vip['week']                    =    20;            //    Credits for buying vip statur for a week
    $viptime['week']                =    604800;        //    Credits for buying vip statur for a week
    $vip['month']                    =    32;            //    Credits for buying vip statur for a month
    $viptime['month']                =    2592000;    //    Credits for buying vip statur for a month
    $vip['threemonths']                =    90;            //    Credits for buying vip statur for three months
    $viptime['threemonths']            =    7776000;    //    Credits for buying vip statur for three months
    
    $GameServer['check']            =    1;                //    Check game servers
    $GameServer['count']            =    2;                //    Count of game servers
    //If you want to add a new server just add +1 count value at $GameServer['count'] and add a new values like next values
    $GameServer['host'][1]            =    '195.177.64.43';    //    Connect Server's IP/host
    $GameServer['port'][1]            =    '55901';        //    Connect Server's Port
    $GameServer['Name'][1]            =    'Underworld';    //    Server Name
    $GameServer['GSName'][1]        =    '1';        //    Game Server Server Name (in database)
    $GameServer['maxuser'][1]        =    200;                //    Game Server Server Name (in database)
    $GameServer['xp'][1]            =    "300";            //    Game Server Server Name (in database)
    $GameServer['drop'][1]            =    "80%";            //    Game Server Server Name (in database)
    $GameServer['host'][2]            =    '195.177.64.43';    //    Connect Server's IP/host
    $GameServer['port'][2]            =    '55919';        //    Connect Server's Port
    $GameServer['Name'][2]            =    'Castle Siege';    //    Server Name
    $GameServer['GSName'][2]        =    '2';            //    Game Server Server Name (in database)
    $GameServer['maxuser'][2]        =    200;            //    Game Server Server Name (in database)
    $GameServer['xp'][2]            =    "300";                //    Game Server Server Name (in database)
    $GameServer['drop'][2]            =    90;                //    Game Server Server Name (in database)
    
    $chat['maxlines']                =    50;
    $chat['waittime_sec']            =    5;    /* Set this to a minimum wait time between posts (in sec) */
    $chat['maxsmslength']            =    200;    /* Set this to a minimum wait time between posts (in sec) */
    
    //next values are x/1 (or (x*100)percents(%) from nulled item price)
    
    /*
    Example:
    
    Nulled Explosion Blade Price    :    20    kr.
    Per level                        :    0.015    (item +13        =    5.655)    (Fibonaci numbers)
    Per option                        :    0.075    (item +28add    =    1.575)    (Fibonaci numbers)
    Skill                            :    1
    Luck                            :    1
    
    Item with 2 exe options            :    2.5 for first exe option and 2.5*1.5 or 3.75 for second exe option
    
    Total Explosion Blade + 13 + 28add + skill + luck + exedmg + level/20 Price:
        20cr    +    20cr * 5.655    +    20cr * 1.575    +    20cr * 1    +    20cr * 1    +    20cr * 2.5    +    20cr * 3.75    =
        20        +    113.1            +    20                +    20            +    31.5        +    50            +    75            =    329.6    credits
    */
    
    $WebShop['kr_per_level']        =    0.015;    //    Value for item level, From 1 to 13 are Fibonaci numbers, for example: 1,2,3,5,8,13,21,34,55,89,114,...
    $WebShop['kr_per_option']        =    0.075;    //    Value for item additional option, From 1 to 7 are Fibonaci numbers,for example: 1,2,3,5,8,13,21,34,55,89,114,...
    $WebShop['item_skill']            =    1;        //    Value for Item with skill
    $WebShop['item_luck']            =    1;        //    Value for Item with luck
    $WebShop['ancient1']            =    4;        //    ancient item +5 Increase value
    $WebShop['ancient2']            =    5;        //    ancient item +10 Increase value
    $WebShop['exe_option']            =    2.5;    //    one exe option value
    $WebShop['exe_option_inc']        =    1.5;    //    next exe option value increase ($WebShop['exe_option']*$WebShop['exe_option_inc'])
    $WebShop['socket_option']        =    3.5;    //    one socket option value
    $WebShop['socket_option_inc']    =    2;        //    next socket option value increase ($WebShop['socket_option']*$WebShop['socket_option_inc'])
    // end 
    
    $WebShop['socket_slot']            =    30;        //    Socket Item Slot Price
    $WebShop['refinery_price']        =    55;        //    Refinery Level 380 Option Price
    $WebShop['harmony_price']        =    20;        //    Harmony Option Price
    $WebShop['fenrir_destroy']        =    100;    //    fenrir+destroy price
    $WebShop['fenrir_protect']        =    150;    //    fenrir+protect price
    $WebShop['golden_fenrir']        =    200;    //    golden fenrir price
    $WebShop['max_level']            =    13;        //    max level for items (default 13)
    $WebShop['kr_per_point']        =    2;        //    one point level price
    $WebShop['change_class']        =    200;    //    to change class price
    $WebShop['zen_for_kr']            =    200000;    //    zen for    1 credit.
    $WebShop['show_zero']            =    0;        //    To see in webshop items who cost 0 credits: 1-on/0-off
    $WebShop['reduce']                =    1;        //    To reduce price of items to x (0.1 = 10%, 0.5 = 50% 1 = 100% 2 = 200%)
    
    
    if ($items['db_type']    ==    1)
    {
        $_SERVER['itemlenght']    =    20;
        $_SERVER['varbinary']    =    1200;
        $_SERVER['itemnull']    =    "FFFFFFFFFFFFFFFFFFFF";
    }
    elseif ($items['db_type']    ==    2)
    {
        $_SERVER['itemlenght']    =    32;
        $_SERVER['varbinary']    =    1920;
        $_SERVER['itemnull']    =    "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF";
    }
    ?>
    Where he made a mistake

  3. #213
    Member LifeTaker is offline
    MemberRank
    Nov 2009 Join Date
    No.Location
    59Posts

    re: [Release] Enemy MuWeb

    Quote Originally Posted by GrInYa View Post
    wtf man? will you learn me? ...go up and drop all mu db witch use this website...success!
    He's right though, you're relying on PHP's magic quotes features, which is now disabled by default under PHP 5.3.2+ and which will be removed as soon as PHP 6 is out. When it will, your website won't be secure at all and one small quote will make it bug. Ereg(i)() is not binary safe and is deprecated, turning off error reporting is the "easy way out" if you see what i mean. I won't even mention the backdoor you put in in the first place.
    PHP Code:
    if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) {
        
    $_GET array_map('stripslashes'$_GET);
        
    $_POST array_map('stripslashes'$_POST);
        
    $_COOKIE array_map('stripslashes'$_COOKIE);

    Way more flexible for all versions. Of course then you'd need to escape everything with addslashes() or, even better SQL-wise, str_replace(array("'", '"'), array("''", '""'), $var).


    @olszak16
    Check your error log under <xampp>/apache/logs/error.log, if it says something like "RewriteEngine unrecognized", enable mod_rewrite (uncomment it) in your httpd.conf (obviously restart Apache after that).
    Last edited by LifeTaker; 28-09-10 at 12:09 PM.

  4. #214
    Valued Member GrInYa is offline
    MemberRank
    Oct 2008 Join Date
    ChisinauLocation
    149Posts

    re: [Release] Enemy MuWeb

    Quote Originally Posted by LifeTaker View Post
    He's right though, you're relying on PHP's magic quotes features, which is now disabled by default under PHP 5.3.2+ and which will be removed as soon as PHP 6 is out. When it will, your website won't be secure at all and one small quote will make it bug. Ereg(i)() is not binary safe and is deprecated, turning off error reporting is the "easy way out" if you see what i mean. I won't even mention the backdoor you put in in the first place.
    PHP Code:
    if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) {
        
    $_GET array_map('stripslashes'$_GET);
        
    $_POST array_map('stripslashes'$_POST);
        
    $_COOKIE array_map('stripslashes'$_COOKIE);

    show off newbie...ok? ;)

    PS: i know that eregi function is deprecated...and the lattest versionof emw is using preg_match function...but about your magi_quotes...better will be if you will stay quite...because your confirmation are a big shit...maybe you will stop writting stupid confirmations and will look around my website better?

  5. #215
    Apprentice andrejs152 is offline
    MemberRank
    Feb 2010 Join Date
    5Posts

    re: [Release] Enemy MuWeb

    i have problems with enemy muweb 4.3 premium... when i want make reset i can't because in pgs/resetlevel.php such file does not exist,, but where i can get this php file?

  6. #216
    Rawwwwr! devisz is offline
    MemberRank
    Aug 2009 Join Date
    291Posts

    re: [Release] Enemy MuWeb

    GrInYa what to use php4 or php5 ?

    Why in php5 page load slower than php4 ?

    Also http://enemy-web.xzibitwow.com/ is not working ... u got a new address?
    Last edited by devisz; 01-10-10 at 06:03 PM.

  7. #217
    Member LifeTaker is offline
    MemberRank
    Nov 2009 Join Date
    No.Location
    59Posts

    re: [Release] Enemy MuWeb

    Quote Originally Posted by GrInYa View Post
    show off newbie...ok? ;)

    PS: i know that eregi function is deprecated...and the lattest versionof emw is using preg_match function...but about your magi_quotes...better will be if you will stay quite...because your confirmation are a big shit...maybe you will stop writting stupid confirmations and will look around my website better?
    Lol ok.

    PHP Code:
    }
            else
            {
                
    $password    =    $password;
            } 
    PHP Code:
    if ($ip_not_allow    ==    true)
        { 

    The one who wrote that must really be a pro.
    And I just took a glance at ONE page.

    Anyhow, I'm not using Windows ATM, anyone voluntary (who's using enemy muweb) to turn off his magic quotes ?

  8. #218
    Member LifeTaker is offline
    MemberRank
    Nov 2009 Join Date
    No.Location
    59Posts

    re: [Release] Enemy MuWeb

    Haha I know perfectly how they work (escape GPC ' to \', " to \", and \0 to \\0, which isn't "strictly" correct sql-wise btw), and if you turn off magic quotes and website won't work, then your website isn't coded well

    Edit: wow he deleted his reply now, maybe to make me look stupid? kthxbai
    Can't believe it, trying to make a constructive criticism = you get flamed, you should flame dumbasses who say "useless", "noob release" etc instead
    Last edited by LifeTaker; 02-10-10 at 02:33 PM.

  9. #219
    Rawwwwr! devisz is offline
    MemberRank
    Aug 2009 Join Date
    291Posts

    re: [Release] Enemy MuWeb

    LifeTaker could you fix these coding errors in your free time?


    also why in php5 this website loads slower?

  10. #220
    Valued Member GrInYa is offline
    MemberRank
    Oct 2008 Join Date
    ChisinauLocation
    149Posts

    re: [Release] Enemy MuWeb

    LifeTaker, man just f**k off...i dont know who deleted my post...and i will not explain you how works this website...if you cant understand please leave this topic...bye!

  11. #221
    Apprentice azgardik is offline
    MemberRank
    Jul 2010 Join Date
    UkraineLocation
    14Posts

    re: [Release] Enemy MuWeb

    GrInYa i will recode your web for more security and save credits. link to customer dont work.

  12. #222
    Valued Member GrInYa is offline
    MemberRank
    Oct 2008 Join Date
    ChisinauLocation
    149Posts

    re: [Release] Enemy MuWeb

    azgardik, your choice...but is not needed, because it is already secured...dont listen such newbies like LifeTaker

    PS: no one hack my projects yet
    Last edited by GrInYa; 04-10-10 at 12:15 AM.

  13. #223
    Member LifeTaker is offline
    MemberRank
    Nov 2009 Join Date
    No.Location
    59Posts

    re: [Release] Enemy MuWeb

    Quote Originally Posted by GrInYa View Post
    azgardik, your choice...but is not needed, because it is already secured...dont listen such newbies like LifeTaker

    PS: no one hack my projects yet
    I'll test it with magic quotes off when I have some time
    Last edited by LifeTaker; 04-10-10 at 10:29 AM.

  14. #224
    Rawwwwr! devisz is offline
    MemberRank
    Aug 2009 Join Date
    291Posts

    re: [Release] Enemy MuWeb

    why site loads slower in php 5 than php4 ? can you answer?


    also players can't reset PK from website even if they killed 3+ ppl it says that the player is not PK
    Last edited by devisz; 08-10-10 at 08:53 PM.

  15. #225
    Enthusiast andytang is offline
    MemberRank
    Oct 2010 Join Date
    47Posts

    re: [Release] Enemy MuWeb

    HI GrInYa, can you help me config the username in user control panel.
    when i login with admin account, it says hello TMT.
    or i login with user account, it says helle Muweb



Advertisement