Download and install this: MySQL AB :: MySQL Connector/ODBC 3.51 Downloads
Download and install this: MySQL AB :: MySQL Connector/ODBC 3.51 Downloads
Nice!
Whoever had the idea for the MYSQL connecter, THANK YOU. Although, because I don't work with php much, it's useless without SSO.
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:.
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 :)
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.
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
SWEET!! Shockwave ban :P
i made som login code :P But i get Wrong password out. :( Heres the code. (The syle is taken from iJeax.com ~ Login)
[QUOTE=index.php]Originally Posted by Check.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
i have the settings good..
but i get a error what now ?
*Sighs* Have you downloaded and installed MySQL AB :: MySQL Connector/ODBC 3.51 Downloads ?