[Release/Coming Soon] Web by Winyerber Buitrago

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Proficient Member chinowyc is offline
    MemberRank
    Mar 2012 Join Date
    192Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by SnapPop View Post
    really ? i thought config folder is missing sorry my fault
    okay let me check it
    if not work i will up again the web!! and little tuto

  2. #17
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by chinowyc View Post
    if not work i will up again the web!! and little tuto
    humm something is wrong there

    any hint ?
    Attached Thumbnails Attached Thumbnails untitled.jpg  

  3. #18
    Proficient Member chinowyc is offline
    MemberRank
    Mar 2012 Join Date
    192Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by SnapPop View Post
    humm something is wrong there

    any hint ?
    Sry i dont up the pag complete

    Wait!! i'll upload!!

  4. #19
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by chinowyc View Post
    Sry i dont up the pag complete

    Wait!! i'll upload!!
    waiting

  5. #20
    Proficient Member chinowyc is offline
    MemberRank
    Mar 2012 Join Date
    192Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by SnapPop View Post
    waiting
    give me team for configurate!! :) :D

  6. #21
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by chinowyc View Post
    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 ?

  7. #22
    Proficient Member chinowyc is offline
    MemberRank
    Mar 2012 Join Date
    192Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by SnapPop View Post
    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 ?
    Okey Wait lol:

    Quote Originally Posted by chinowyc View Post
    Okey Wait lol:
    Here is!!
    For you try it :D!ForYou.rar
    Here Demo of page:
    http://bloodsro-wby.sytes.net:8080/

  8. #23
    Member Darky is offline
    MemberRank
    Oct 2008 Join Date
    Fun landLocation
    92Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago


  9. #24
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by chinowyc View Post
    Okey Wait lol:


    Here is!!
    For you try it :D!ForYou.rar
    Here Demo of page:
    http://bloodsro-wby.sytes.net:8080/
    now what ! bro which sql ext for wamp you are using for that web
    ? because from some unknown reasons i get that message

  10. #25
    Proficient Member chinowyc is offline
    MemberRank
    Mar 2012 Join Date
    192Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    Quote Originally Posted by SnapPop View Post
    now what ! bro which sql ext for wamp you are using for that web
    ? because from some unknown reasons i get that message
    I use appserv-win32-2.5.10 and i don't have any problem :S
    AppServer
    ..and i can't see the screenshot :S

  11. #26
    Design PhotoShop MikroBody is offline
    MemberRank
    Jan 2012 Join Date
    EgyptLocation
    332Posts

    Re: [Release/Coming Soon] Web by Winyerber Buitrago

    i work for edit this design



Page 2 of 2 FirstFirst 12

Advertisement