more noticings and a question

Discussion in 'Offtopic' started by chugga_fan, Jan 5, 2014.

  1. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    2:02 AM
    i ha ve posted now 5 threads in off topic noticings and i also have to ask: what is the purpose of the website mym's if we can't use it?
     
  2. MrRoooo

    MrRoooo Well-Known Member

    Messages:
    322
    Likes Received:
    67
    Local Time:
    2:02 AM
    its more about how active you are on the fourms
     
  3. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    2:02 AM
  4. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    well it is planned to build a bridge that you can use them ingame or for some features but we couldn´t find the time building it
     
  5. MrRoooo

    MrRoooo Well-Known Member

    Messages:
    322
    Likes Received:
    67
    Local Time:
    2:02 AM
    what do you need to know to build it?
     
  6. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    time time time, which is invest in other things better atm.
     
  7. MrRoooo

    MrRoooo Well-Known Member

    Messages:
    322
    Likes Received:
    67
    Local Time:
    2:02 AM
    What knowledge do you need? C++, PHP, HTML, JAVA?
     
  8. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    2:02 AM
    most likely html
     
  9. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    the biggest part would be the communication between php and java which best works via. post and ssl as we do it with the forum integration. to be honest it wouldn´t be hard to do and also wouldn´t take that much time, because the basic are already within the forum integration but I still don´t feel that it is that important. As we have some tps issues atm.
     
  10. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    2:02 AM
  11. MrRoooo

    MrRoooo Well-Known Member

    Messages:
    322
    Likes Received:
    67
    Local Time:
    2:02 AM
    I could lead a hand with it.... Would be a great learning experience for me. I know some php and html. I did built my own ecommerce site for scratch.
     
  12. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    It would be a post script in php, which tells the server how many credits the user has and which can remove them from the account and a javaplugin which which handles the post inquires and transfers the forum myms to the server. ofc it would need a value which calculates the worth of 1 forum mym in 1 server mym.
     
  13. phantumjosh

    phantumjosh New Member

    Messages:
    13
    Likes Received:
    4
    Local Time:
    12:02 AM
    would be easier doing it with MySQL, just redirect the access for the forum's storage, to the database for the game's MyMs, then you wouldn't have to deal with any obfuscation regarding ratios, or if something changed.
     
  14. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    and too unsecure. Too many people have access to the gameservers and if e-mail adresses leak...
     
  15. phantumjosh

    phantumjosh New Member

    Messages:
    13
    Likes Received:
    4
    Local Time:
    12:02 AM
    If you think that would be insecure, then it hasn't been set up correctly.
     
  16. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    well to make it secure I would have to tunnel the database via ssh as I do it already with another one. but if I do this you have access to all databases if you bruteforce the password. If I don´t tunnel the database and allow an external connection with a user which has only read rights on a specific table the connection is not encrypted. The only good solution I see would be a database cluster wich isn´t easy to setup and takes a lot of time on each server to be secure.

    Via. post as we do it atm, you need a passphrase which you can try to bruteforce too -> if you like. But as you bruteforce it from outside all your proxies will die and blocked quiete fast. Even if you should get in you still only get the information I allow you to get and sql injection won´t work.
     
    phantumjosh likes this.
  17. phantumjosh

    phantumjosh New Member

    Messages:
    13
    Likes Received:
    4
    Local Time:
    12:02 AM
    ah my apologies, yeah, I was under the notion that everything was hosted on the same system. And yeah database clusters are a pain in the ass, when its only for minecraft.
     
  18. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    8:02 AM
    as long as the support of the players allows it I think it is best to split everything over multiple servers. So when the webserver is down everything else runs, same with teamspeak... But I think I will change the datacenter of the webserver and teamspeakserver as they only make problems during the last 2 weeks.
     
  19. phantumjosh

    phantumjosh New Member

    Messages:
    13
    Likes Received:
    4
    Local Time:
    12:02 AM
    yeah for sure, It is really nice however, when everything is running on the same server, as you can then run server sided checks via teamspeak, and the website as to who is who.

    For instance you can run APIs through teamspeak, based on a key assigned to people via their website api etc etc. Pretty interesting stuff if you ask me :)
     

Share This Page