IndigoEMU - Java - r63 - MySQL

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 103
  1. #46
    Account Upgraded | Title Enabled! mmaxwell is offline
    MemberRank
    Sep 2009 Join Date
    403Posts

    Re: IndigoEMU [Open Source, Java, MySQL, R63+]

    Quote Originally Posted by Quackster View Post
    Finished applying room decorations.. I need to find the c_images for the wallpaper though..

    I Have The Images Pm Me Ill Send u link?@:

  2. #47
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

    Re: IndigoEMU [Open Source, Java, MySQL, R63+]

    Quote Originally Posted by mmaxwell View Post
    I Have The Images Pm Me Ill Send u link?@:
    Sure! :D

    http://forum.ragezone.com/private.php?do=newpm&u=861739

    Thank you :D

    --

    Thanks to Tweeney I got the images working anyway. Don't worry. It's fine now.


  3. #48
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: IndigoEMU [Java, MySQL, R63A+]

    Quote Originally Posted by Quackster View Post
    Updates!!!

    - Product buying





    - Inventory



    - MUS

    Okay, so the mus. Is I believe, very secure.. why is it secure?

    - The port is hidden
    - When you send a packet to the mus socket, you must have login credentials, example;

    Code:
    ?username=Quack&password=testing1&type=hotelalert&data=:D
    I wrote a basic script for it to connect as well..
    So far, you can only send hotel alerts via website ;D

    PHP Code:
    <?php

        $host 
    "127.0.0.1"
        
    $port 3467;
        
    $stringofdata "login ".$_GET['username']." ".$_GET['password']." type ".$_GET['type']." ".$_GET['data'];
        
        
    $socket socket_create(AF_INETSOCK_STREAMSOL_TCP) or die("Could not create socket\n");

        
    socket_connect($socket$host$port) or die("Could not connect to server on port: ".$port);
         
        
    $len strlen($stringofdata); 
         
        
    socket_send($socket$stringofdata$len0); 
         
        
    socket_close($socket);  

    ?>
    Are you just sending the raw data, or will you be encoding it and sending it through a packet?

  4. #49
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

    Re: IndigoEMU [Java, MySQL, R63A+]

    Quote Originally Posted by Caustik View Post
    Are you just sending the raw data, or will you be encoding it and sending it through a packet?
    Don't see any point wasting time to encode a packet when the server does the verifying son!

  5. #50
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: IndigoEMU [Java, MySQL, R63A+]

    Quote Originally Posted by Caustik View Post
    Are you just sending the raw data, or will you be encoding it and sending it through a packet?
    Why would he do that?

  6. #51
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    Just asking ^^
    Anyway, looks awesome Alex, loving the idea of using PHP to send mus data.
    You could add a mus page into the cms so administrators can send data without the need to be on the client.
    Posted via Mobile Device

  7. #52
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    Quote Originally Posted by Caustik View Post
    Just asking ^^
    Anyway, looks awesome Alex, loving the idea of using PHP to send mus data.
    You could add a mus page into the cms so administrators can send data without the need to be on the client.
    Posted via Mobile Device
    There will be in the Housekeeping of IndigoWEB.

  8. #53
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    More updates soon, but I'll post this for now..


  9. #54
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    Quote Originally Posted by Quackster View Post
    More updates soon, but I'll post this for now..

    Looks great!

  10. #55
    *lurks* WJJ is offline
    MemberRank
    May 2007 Join Date
    United KingdomLocation
    1,589Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    Keep it up man! Looks great!

    Will

  11. #56
    Custom Title Enabled James is online now
    LegendRank
    Jan 2007 Join Date
    DenverLocation
    2,288Posts

    Re: IndigoEMU - Multi-OS [R63+, Open Source, Java, MySQL]

    Any updates, Alex?

  12. #57
    hi i'm robbie Roper is offline
    MemberRank
    Oct 2008 Join Date
    /home/roperLocation
    2,283Posts

    Re: IndigoEMU - Java - r63 - MySQL

    This looks fantastic Alex, well done and oooh very sexy moonwalk!

  13. #58
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: IndigoEMU - Java - r63 - MySQL

    Slow as fuck for loading in the client I went on to test it out, mainly because it was loading SWFS which are at the other side of the world. Gonna be epic though.

  14. #59
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

    Re: IndigoEMU - Java - r63 - MySQL

    Quote Originally Posted by ησвяαιη View Post
    Slow as fuck for loading in the client I went on to test it out, mainly because it was loading SWFS which are at the other side of the world. Gonna be epic though.
    You were loading them through hamachi. And Australia is on the other side of the world ;D

  15. #60
    C# Programmer Jax is offline
    MemberRank
    Dec 2009 Join Date
    1,030Posts

    Re: IndigoEMU - Java - r63 - MySQL

    The emulator dev is looking great!!! Good luck :)



Page 4 of 7 FirstFirst 1234567 LastLast

Advertisement