[REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

Page 10 of 18 FirstFirst ... 23456789101112131415161718 LastLast
Results 136 to 150 of 257
  1. #136
    Apprentice DarthDie is offline
    MemberRank
    Jun 2007 Join Date
    14Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]


  2. #137
    Novice freck is offline
    MemberRank
    Jul 2007 Join Date
    BrasilLocation
    4Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Nice!


  3. #138
    Member q1w2e3 is offline
    MemberRank
    Jun 2007 Join Date
    In A BOX! There so warm :)Location
    99Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Whoever had the idea for the MYSQL connecter, THANK YOU. Although, because I don't work with php much, it's useless without SSO.

  4. #139
    Apprentice PuffMac is offline
    MemberRank
    May 2007 Join Date
    10Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Quote Originally Posted by Dj-Rubber View Post
    i've got that problem 2
    Download the MySQL AB :: MySQL Connector/ODBC 3.51 Downloads connector. Then, after its installed open your config file and make sure the connection is set correctly. The exe will crash if it cant connect to your databse.

    The reason mine wasnt working was because i had the wrong port in the settings :wink2:.

  5. #140
    Enthusiast mipmap is offline
    MemberRank
    Jun 2005 Join Date
    AustraliaLocation
    44Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Quote Originally Posted by MrGiMmE View Post
    jeax ur server is noob becuz u dont have battleball!
    Funny think, I havent seen you EVER coding a server or running a server that DOESNT USE HAMACHI!
    His better then you, he has worked hard and made this server which is AWESOME!

    MrGiMmE

    Present 4 u!
    :2up:

  6. #141
    Valued Member legalaction is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    125Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Quote Originally Posted by PuffMac View Post
    Hello,

    I'm pretty new to MySQL. I setup the config:



    And I have uploaded the SQL databse to my MySQL server. But when I run the exe it gives me this error:

    I think you need a MySQL connector or something but where can I get it?

    Please Help.

    I have that problem to!!!!!!!!! what can i do ?

  7. #142
    Account Upgraded | Title Enabled! Qurb is offline
    MemberRank
    Jul 2006 Join Date
    MelbourneLocation
    500Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Everyone is getting the same error.... don't you people read what jeax says? .... That error happens because the SQL cannot connect to the server.... Check double check and keep checking until it works... That is the only reason :)

  8. #143
    Account Upgraded | Title Enabled! kuifjesjors is offline
    MemberRank
    Dec 2006 Join Date
    The Netherlands, Den BoschLocation
    746Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    I get an another error.
    look at this

  9. #144
    Novice Nallex is offline
    MemberRank
    Dec 2006 Join Date
    3Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    I dont understand the sso. Should i create a php file where it checks the username and password and if the username and pass is correct its creating a random string (sso ticket) and echo it in the loader? But shouldnt it echo out the username and password somewhere? Sry for my english im swedish.

  10. #145
    Novice Nallex is offline
    MemberRank
    Dec 2006 Join Date
    3Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    The error when it cannot connect to mysql was for me that its squares like this [] after the port number. Remove them and i think it would work Sry for my english

  11. #146
    The next don TheAJ is offline
    DeveloperRank
    May 2007 Join Date
    Toronto, CanadaLocation
    3,946Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    SWEET!! Shockwave ban :P

  12. #147
    Novice Nallex is offline
    MemberRank
    Dec 2006 Join Date
    3Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    i made som login code :P But i get Wrong password out. :( Heres the code. (The syle is taken from iJeax.com ~ Login)
    Quote Originally Posted by Check.php
    <?php
    ob_start();
    session_start();
    include ("config.php");
    $username = $_POST['name'];
    $givenpass = $_POST['pass'];
    $tmppass = mysql_query("SELECT password FROM users WHERE username='$username'");

    if ($givenpass == $tmppass)
    {
    // Login
    $rand1=mt_rand(100000,999999);
    $rand2=mt_rand(10000,99999);
    $rand3=mt_rand(10000,99999);
    $rand4=mt_rand(10000,99999);
    $rand5=mt_rand(10000,99999);
    $rand6=mt_rand(0,9);
    $ticket="ST-".$rand1."-".$rand2.$rand3.$rand4.$rand5."-se-sv".$rand6 ;
    mysql_query("UPDATE users SET ssoticket='$ticket' WHERE username='$username'");
    $_SESSION['sso'] = $ticket;
    session_write_close();
    header("Refresh: 0;URL=index.php?client");

    }
    else
    {
    echo "Felaktigt password!";
    }

    ?>
    [QUOTE=index.php]
    <?php
    session_start();

    if(isset($_SESSION['sso'])) {
    $sso = $_SESSION['sso'];
    ?>
    <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
    <param name="src" value=http://ijeax.com/Habbo/habbo.dcr>
    <param name=swText value="">
    <param name="sw8" value="use.sso.ticket=1;sso.ticket=local">
    <param name="sw1" value="connection.info.host=sulake.sytes.net">
    <param name="sw2" value="connection.info.port=1337">
    <param name="sw4" value="connection.mus.host=game.habbohotel.co.uk">
    <param name="sw5" value="connection.mus.port=30001">
    <param name="sw6" value="external.variables.txt=http://www.ijeax.com/Habbo/variables.txt">""
    <param name="sw7" value="external.texts.txt=http://www.ijeax.com/Habbo/external.txt">""
    <embed src=http://ijeax.com/Habbo/habbo.dcr
    bgColor="#000000" width="720" height="540"
    sw1 = "connection.info.host=127.0.0.1"
    sw2 = "connection.info.port=1337"
    sw4 = "connection.mus.host=sulake.sytes.net"
    sw5 = "connection.mus.port=30001"
    sw6 = "external.variables.txt=http://www.ijeax.com/Habbo/variables.txt"
    sw7 = "external.texts.txt=http://www.ijeax.com/Habbo/external.txt"
    sw8 = "use.sso.ticket=1;sso.ticket=<?=$sso?>"
    </embed>
    </object>
    <?
    }
    ?>
    <style type="text/css">
    .dpbox {
    border-color:#000000;
    border-style:solid;
    border-left-width:thin;
    border-right-width:thin;
    border-top-width:thin;
    border-bottom-width:thin;
    margin-bottom:inherit;
    font-family: Tahoma;
    font-size: 10px;
    color: #333333;
    background-color: #DBDBDB;
    }
    .style5 {font-family: Tahoma; font-size: 10px; font-weight: bold; }
    </style><title>Login</title><form method="post" action="check.php">
    <table width="400" border="0" cellspacing="0" cellpadding="5">
    <tr>
    <td><span class="style5">Anv

  13. #148
    Valued Member legalaction is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    125Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    i have the settings good..
    but i get a error what now ?

  14. #149
    Apprentice DarthDie is offline
    MemberRank
    Jun 2007 Join Date
    14Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    *Sighs* Have you downloaded and installed MySQL AB :: MySQL Connector/ODBC 3.51 Downloads ?

  15. #150
    Valued Member legalaction is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    125Posts

    Re: [REL] Project Cold Coffeee ~ Jeax Server [C#, MySQL, Source, Executable]

    Quote Originally Posted by DarthDie View Post
    *Sighs* Have you downloaded and installed MySQL AB :: MySQL Connector/ODBC 3.51 Downloads ?
    Yes i have on that site a few progamms downloaded and installed but i get the same error :S :( plz anyone help me!



Advertisement