• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release]Some iris web

In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
good web ^^

only 1 question ( i know.. im 100% sure is something on my server.. Y_Y).

when loading the site, only show me the banner and the "links" then, simply stop running the php code. i add some screenshoots to try and clarify.

gracias!
 

Attachments

  • imagen1 - [Release]Some iris web - RaGEZONE Forums
    imagen1.jpg
    84.9 KB · Views: 56
  • imagen2 - [Release]Some iris web - RaGEZONE Forums
    imagen2.jpg
    98.5 KB · Views: 66
Newbie Spellweaver
Joined
Nov 28, 2006
Messages
6
Reaction score
1
good web ^^

only 1 question ( i know.. im 100% sure is something on my server.. Y_Y).

when loading the site, only show me the banner and the "links" then, simply stop running the php code. i add some screenshoots to try and clarify.

gracias!

Install the php_dblib in your php.ini. Work!
 
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
Install the php_dblib in your php.ini. Work!

i cant believe it, stupid php for windows dont even have that file Y_Y... no wonder i sucks so much at php.

thx, it fixed all the problems ^^
 
Experienced Elementalist
Joined
Dec 1, 2009
Messages
224
Reaction score
20
hello, anyone can help me with this problem??

elche27 - [Release]Some iris web - RaGEZONE Forums

Uploaded with ImageShack.us

here is the config
PHP:
$title = "Iris Online :: Web page";
$odbc = "WEB_MEMBERDB";
$dbu = "sa";
$dbp = "13maret";
$host = "192.168.0.198";
$database="web_memberdb"; //dont touch this at least u change DB
$database2="iris_gamedb";//dont touch this at least u change DB
$publickey = "6LeLFMESAAAAAAowgSNtYrhukPBfVhlsx1ugaRO7";
$privatekey = "6LeLFMESAAAAAD1lA5qmnJdS4KR7vzwMTQtDuGdm";
$login_length = 6; // Minimal lenght of login
$pass_length = 6; //Minimal lenght of password
$client_dl_url = ""; //URL for client download, displaying on successful registration
$host2="iris\SQLEXPRESS";//change "X" for ur pc name or look it on SQL2005
 
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
hello, anyone can help me with this problem??

elche27 - [Release]Some iris web - RaGEZONE Forums

Uploaded with ImageShack.us

here is the config
PHP:
$title = "Iris Online :: Web page";
$odbc = "WEB_MEMBERDB";
$dbu = "sa";
$dbp = "13maret";
$host = "192.168.0.198";
$database="web_memberdb"; //dont touch this at least u change DB
$database2="iris_gamedb";//dont touch this at least u change DB
$publickey = "6LeLFMESAAAAAAowgSNtYrhukPBfVhlsx1ugaRO7";
$privatekey = "6LeLFMESAAAAAD1lA5qmnJdS4KR7vzwMTQtDuGdm";
$login_length = 6; // Minimal lenght of login
$pass_length = 6; //Minimal lenght of password
$client_dl_url = ""; //URL for client download, displaying on successful registration
$host2="iris\SQLEXPRESS";//change "X" for ur pc name or look it on SQL2005

It can't connect to MsSQL. "iris\SQLEXPRESS" is more likely wrong i never saw mssql 2005/2008 use small letters
 
Back
Top