Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
SnapPop
really ? i thought config folder is missing sorry my fault :lol:
okay let me check it
:lol: if not work i will up again the web!! and little tuto
1 Attachment(s)
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
chinowyc
:lol: if not work i will up again the web!! and little tuto
humm something is wrong there
http://forum.ragezone.com/attachment...1&d=1335968780
any hint ?
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
SnapPop
Sry i dont up the pag complete :blushing:
Wait!! i'll upload!!
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
chinowyc
Sry i dont up the pag complete :blushing:
Wait!! i'll upload!!
waiting :thumbup:
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
SnapPop
waiting :thumbup:
give me team for configurate!! :) :D
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
chinowyc
give me team for configurate!! :) :D
well i don't have team viewer now but i can share what i edit
Index.php
PHP Code:
<?php
$sql_host = "WIN7-ULTIM-PC\SQLEXPRESS";
$sql_user = "sa";
$sql_pass = "123";
$sql_db = "BlackRogue_Account";
$sqlLink = mssql_connect($sql_host,$sql_user,$sql_pass);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else {
mssql_select_db($sql_db,$sqlLink);
registros.php
PHP Code:
<p align="center"><?php
session_start();
$server_name = "BloodSro Registros/"; // Server name;
$host = "WIN7-ULTIM-PC\SQLEXPRESSS"; // SQL server name for example PC-NAME\SQLEXPRESS
$user = "sa"; // SQL username
$pass = "123"; // SQL password
$db = "BlackRogue_Account"; // SQL Database
$sh = "BlackRogue_Game"; //
$home = ""; // If you want to reditect after register write your hame page link here if not keep it empty.
$silk = "0"; // Start silk amount.
$gold = "0"; // User start gold on storage
$az = 1; // A-Z a-z Only ? 1 = yes 0 = no
$em = 1; // Allow using more than one E-Mail? 1 = yes 0 = no
$cp = 1; // IP LIMIT 1 = yes 0 = no
$li = 10; // IP LIMIT number
@$ip = $_SERVER['REMOTE_ADDR']; // Don't change it
@$connect = odbc_connect("Driver={SQL Server};Server={".$host."}; Database={".$db."}", "".$user."", "".$pass."") or die("<center><b style=\"border:1px dashed #FF0000;\">".str_replace("[Microsoft][ODBC SQL Server Driver][SQL Server]", "", odbc_errormsg())."</b></center>");
?>
eventsInfo.php
PHP Code:
?>
<?php
$sql_host = "WIN7-ULTIM-PC\SQLEXPRESS";
$sql_user = "sa";
$sql_pass = "123";
$sql_db = "BlackRogue_Account";
$sqlLink = mssql_connect($sql_host,$sql_user,$sql_pass);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else {
mssql_select_db($sql_db,$sqlLink);
did you upload the complete one anyway ? :huh:
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
SnapPop
well i don't have team viewer now but i can share what i edit
Index.php
PHP Code:
<?php
$sql_host = "WIN7-ULTIM-PC\SQLEXPRESS";
$sql_user = "sa";
$sql_pass = "123";
$sql_db = "BlackRogue_Account";
$sqlLink = mssql_connect($sql_host,$sql_user,$sql_pass);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else {
mssql_select_db($sql_db,$sqlLink);
registros.php
PHP Code:
<p align="center"><?php
session_start();
$server_name = "BloodSro Registros/"; // Server name;
$host = "WIN7-ULTIM-PC\SQLEXPRESSS"; // SQL server name for example PC-NAME\SQLEXPRESS
$user = "sa"; // SQL username
$pass = "123"; // SQL password
$db = "BlackRogue_Account"; // SQL Database
$sh = "BlackRogue_Game"; //
$home = ""; // If you want to reditect after register write your hame page link here if not keep it empty.
$silk = "0"; // Start silk amount.
$gold = "0"; // User start gold on storage
$az = 1; // A-Z a-z Only ? 1 = yes 0 = no
$em = 1; // Allow using more than one E-Mail? 1 = yes 0 = no
$cp = 1; // IP LIMIT 1 = yes 0 = no
$li = 10; // IP LIMIT number
@$ip = $_SERVER['REMOTE_ADDR']; // Don't change it
@$connect = odbc_connect("Driver={SQL Server};Server={".$host."}; Database={".$db."}", "".$user."", "".$pass."") or die("<center><b style=\"border:1px dashed #FF0000;\">".str_replace("[Microsoft][ODBC SQL Server Driver][SQL Server]", "", odbc_errormsg())."</b></center>");
?>
eventsInfo.php
PHP Code:
?>
<?php
$sql_host = "WIN7-ULTIM-PC\SQLEXPRESS";
$sql_user = "sa";
$sql_pass = "123";
$sql_db = "BlackRogue_Account";
$sqlLink = mssql_connect($sql_host,$sql_user,$sql_pass);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else {
mssql_select_db($sql_db,$sqlLink);
did you upload the complete one anyway ? :huh:
Okey Wait :):lol:
Quote:
Originally Posted by
chinowyc
Okey Wait :):lol:
Here is!!
For you try it :D!:wink:ForYou.rar
Here Demo of page:
http://bloodsro-wby.sytes.net:8080/
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
chinowyc
now what ! bro which sql ext for wamp you are using for that web
? because from some unknown reasons i get that message :rolleyes:
http://forum.ragezone.com/attachment...1&d=1335978250
Re: [Release/Coming Soon] Web by Winyerber Buitrago
Quote:
Originally Posted by
SnapPop
I use appserv-win32-2.5.10 and i don't have any problem :S
AppServer
..and i can't see the screenshot :S
Re: [Release/Coming Soon] Web by Winyerber Buitrago
i work for edit this design