Jump to content

Ayaka

Inactive Member
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by Ayaka

  1. Now i have one question: Is the default style responsive and if not would it be posible to you to make it responsive? Because i like your standart design and i won't change it that fast. So a mobile/tablet version would be very great.

     

    Its not responsive atm but i will add Media Queries in css soon. maybe i use a framework but i think i will code responsive design myself

    • Love 4
  2. About the Wheel. Can you set more items for one slot? Like if two players hit the same slot, they won't get the same item. 

    Something like, you can have a sword, an armor, a costume, etc, all in one slot. And the player will get randoom one of those. ( your wheel has 10 slots, so something like 10 items per slot would be really nice ).

     

    Really nice work. Keep it up :D

     

    I think thats not necessary: You spin the wheel (random 1) und get 1 item of 3 (random2)?  I think one random function is enough. You can add more items for each level than having slots. The items will apear random from your entries. Example:

    - you add 50 items for level1 but only 10 will apear.

     

    I have tested it so many times. Its really random to win something. But thanks for your suggestion it helps a lot to improve ideas and the CMS basically.  :)

  3. Uuuhh :D have coded a completely new Wheel of Fortune now. The animation is awesome (never did something like this) with sound effects written in javascript php and ajax.

    My system is different from all you know (metin2 wheel). This feature is integrated in the whole system (rip it to other scripts is not really possible without writing a few things new).

     

    Wheel Features:

    - The Wheel has 3 levels

    - You can collect keys in this wheel to get to the next level

    - level 1: 10 possible win slots + 3 key slots

    - level 2: 8 possible win slots + 2 key slots

    - Level 3: 4 possible win slots

    - You have a "life bar". With each spin the bar lose on high. If the bar is empty the level will return to 1

    - If the user is lucky he can get free gold (more in ACP features)

    - User get notifications of won items

     

    Features in ACP:

    - Disable/Enable wheel

    - You can manage all slots by giving the vnum of an item for each level

    - You can manage if there sould be the possibility of winning gold (and how much) in one slot too (instead of an item)

    - You can configurate the life bar

    - You can manage the user access level for the wheel. Normal Users or only VIP Users

    - You can configurate how much one spin costs (coins)

     

    Cheating?

    Not possible. The functions to win something is serverside. Coded some other security functions too.

    - save informations in serveral steps ins sessions

    - used some requests on important steps to check if something happens which is not normal (script modification, ...)

    - check database informations

     

    What about the chance to win?

    Its fucking random:

    spintime = Math.random() * (max - min) + min;
    

    Preview:

    qKjsDrdE.png

    • Love 2
  4.  

     

    Layer 7 is attacking the server itself

    Layer 4 doesn't

     

    Layer 7 doesn't attack something else than your server

    Layer 4 attacks the routers, not your server

    The OSI model is well known to me, still thanks.. you dont get my purposes but its ok.

     

    You said ddosing a website attacks the datacenter (including the own server) but you must mean layer 4 but nobody attacks websites with layer 4

     

     nobody attacks TCP, UDP? interesting. Maybe we should invent booter.

     

    // edit: Im offtopic and out here. i had posted all what i wanted to say

  5. Debian and Windows Server are the most used operating systems for servers but that doesn't mean that they are the best

    FreeBSD has a much better performance

     

    My homepages were the only homepages which were never down because of ddos

    Because i never used apache

    Do you think we've never tested the performace during a layer7 attack?

    Apache is instant down instead of nginx

    All benchmarks never tested an attack and if they did it wasnt a good attack

    Today you need a good protection especially for the homepage but apache isnt able to offer any protection

    If you don't believe me feel free to use apache but don't cry if your homepage is under attack

     

    And i never said that nginx is better because you dont need to install mysql for the php extension

     

    Btw your server doesn't handle an attack - the hoster does

    Your server has 0 connection to the attack...

    And a ddos attack doesn't fuck up the ram ;)

     

    Ok i think we talk at cross purposes. I never said that apache or debian is better. FreeBSD has a much better performance -> Right, never said anything else. What I meant to say is that you can preventing your Apache server as long as you take the time to lock down the server. You never used apache but you're insist that it cant be configurate effective against DDoS, thats interesting. "your server doesn't handle an attack - the hoster does" ?? Read my post again. I was written the same thing but the webserver has 0 connection to the attack? What are you writing xD If it has nothing to do with it, we dont have to talk about which webserver we should use (DDOS is a family of attacks which overwhelm key systems in the datacenter including your webserver) . If apache isnt able to offer any protection then you have no clue how to configuate it.

     

    nginx is great. Im using it for metin2 webserver too, but to say that apache is shit is just wrong. If your main argument is that nginx is the best against DDoS and so fast then you sould look for LSWS. :P [irony]Oh moment. nginx is shit because LSWS mitigates DDoS and its faster then nginx.[/irony]

  6. @topic: We need to install packages, not programs. 
     
    First of all: Tutorial work!
     
    But:
    - First install apache then other packages because Apache is the web server, then MySQL, then PHP (because PHP requires some libraries be available)
     
    I would do this with PORTS. But already said ().
     
    Configurate:
    What about php.ini settings? I am tired of hearing "I have a Too many connections error"
    Security:  
    If you list mods like mod_antiloris, you can add: mod_limitipconn, mod qos, mod_evasive, mod_security, mod_noloris.
     
    - The most important thing to block Attacks on Ubuntu/Debian is (as far as I can see ) definitly Fail2Ban with IPTABLES but i dont know whats the best for BSD
     
     

    Why install mysql?
    And why using apache instead of nginx?

     
    Apache is the most used webserver. With Apache as your Web server, you'll be assured long and reliable service as it's a solid, configurable and capable Web server so why not?? 
    nginx is faster than Apache in transfer rate but has less of a wait time between receiving the request and passing a response back. Benchmarks proved that.  The only question is what you need. i dont think you use apache very often if you ask about why installing mysql.
     
    I dont get the the point here:
     

    You can install the php mysql extension without installing mysql


    And that makes nginx better? Cmon
     

    Today you need a good ddos protection and in the case of a layer 7 attack nginx is much much much better than apache
    nginx runs as an event (apache as a process) so it can handle that better


    I hope you know that the cake hasn't quite turned out as I'd hoped... The disadvantage of process-based servers like apache under heavier loads is that they usually consume far more RAM which significantly degrades performance and has nothing to do with a "good ddos protection". When your server fucked up because of RAM while a DDos attack (CPU trying to process the amount of data that coming in) then i have to say: Leave it all. Without a good hoster (mitigation solution and that is the point against DDoS) your going down with apache and with nginx sooner or later.
     

    It's a fact that nginx is better than apache

     
    Fact is: The BEST webserver does not  exist. The best webserver is the one which is better configurated and better protected. That can be apache or nginx

    edit://

    I do not understand why to use apache wich is shitty for me , instead of nginx ( way better and "smart" ).

     
    why is it shit? Because its not smart to you? Because its not as simple as nginx? too much to install or configurate? Then use LAMP:  http://en.wikipedia.org/wiki/LAMP_(software_bundle)
     
    Why you guys cant give me a compelling evidence WHY the fuck apache is shit? Its a powerfull web server (over 35% of all websites based on it) if you can configurate and protect it. Cant handel apache doesnt mean its shit.

    • Love 2
  7.  

    I dont know what you did exactly so i cant help you but if you follow this tutorial you should get it work:

    Apache: http://www.freebsdmadeeasy.com/tutorials/web-server/configure-apache-web-server-on-freebsd.php

    Mysql: http://www.freebsdmadeeasy.com/tutorials/web-server/install-mysql-server-on-freebsd.php

    PHP: http://www.freebsdmadeeasy.com/tutorials/web-server/install-php-5-for-web-hosting.php

     

    optional:

    phpmyadmin: http://www.freebsdmadeeasy.com/tutorials/web-server/use-phpmyadmin-to-manage-mysql-on-freebsd.php

     

    If you ask me, i would set up a debian server for webhosting. But do it as you want

    Not good tutorial, not work.

    It's for older version php - apache.

     

    A tutorial to do immediately   :D

     

     

     

    Sorry but thats just stupid sciolism. Its a right way to set up a working webserver. If you are note able to Upgrade pkg first you should not set up a server. Ports are FreeBSB's software package system where you officially SHOULD use to install, uninstall, update your softwares packages. Thats the best way to install all packages up-to-date.

  8. Hi sorry for the delayed posting.

    Im complete the english language file to upload it for you to translate but its not finished yet :/

    Give me 2 days more to place all parameters in the file.

    But I have another great announcement! The whole system will have a notification message like metin2dev. You can manage it in your control Panel. You get messages for:

    - Auctionhouse sells

    - wrong logins

    - ticket answers

    - itemshop bought items

    - System messages

    i will upload a preview soon.

    • Love 1
  9. eO55HIk.jpg

    Mouse on left hand? Didnt see that very often ^^

     

    My Specs (not the best but still ok):

     

    AMD FX 8320 8-Core 8 x 3500 MHz

    ASRock 980DE3/U3S3 Mainboard

    16 GB DDR3 PC-1600 Hynix AMD (2 x 8GB Dual Channel)

    2000 GB SATA II 

    AMD Radeon R9 270X 2048 MB DDR5

    600W 12cm LC-POWER Silent-Deluxe ATX

  10. Wow nice Oo i have tested OneSky and its a great thing! I will use this 4 sure :) I will create a project page this afternoon.
     

    That and a auto-language system would be awesome.

     
     
    auto-language detection is possible but im not sure about doing this. I recomment that the SA can choose a main language and if you have an account, you can choose your own. What do other people think? If there is a great demand i will code a feature in Admin Control Panel to enable/disable auto language detection.
     
    //edit: Nevermind, im coding this now :D
    // edit2: finished. Add auto language detection
     

    // Auto language detection
    function autoLanguageDet() {
        // if auto language detection is enabled
        if(settinginfo(autolang) == 1) {
            if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
                $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);        
                // check if languagefile is exist
                if(file_exists("language/".$lang.".php")) {
                    return $lang;                     
                } else {
                    // if language file doesn't exist, load default lang
                    return settinginfo(language);                 
                }       
            } else {
                // if HTTP_ACCEPT_LANGUAGE isnt set, load default lang
                return settinginfo(language);        
            }
        } else {
            // if auto language detection is disabled, load default lang
            return settinginfo(language);             
        }
    }
    
    • Love 4
  11. I see there a VIP User, can you tell us what's with this option ?

    It sould be titled "Manage VIP" i will change this when im coding this section. You can do following things there:

     

    SA's can control features for VIP users. For example (enable/disable):

    - User with VIP status get +% for more Vote Coins.

    - User with VIP status have a chance to get an item when successful voted.

    - User with VIP get -% for remission of itemshop items

    - User with VIP can change their charakter names

    • Love 2
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.