MuWeb ver 0.3

Page 25 of 33 FirstFirst ... 151718192021222324252627282930313233 LastLast
Results 361 to 375 of 481
  1. #361
    Account Upgraded | Title Enabled! =Master= is offline
    MemberRank
    May 2006 Join Date
    <? here ?>Location
    507Posts
    Quote Originally Posted by SinFull
    tell what theme you want i try to make for you put description whit picture how you want to look like :)
    search on post page 13-14 i have posted there

  2. #362
    Apprentice keemuph is offline
    MemberRank
    Jan 2006 Join Date
    dasmaLocation
    22Posts

    @Master

    Master

    pls help im always encountering errors in my config . Im using easyphp as you said..

    Fatal error: Call to undefined function: mssql_connect() in c:\program files\easyphp1-7\www\config.php on line 346

    can you tell me how to fix this?


    //=============IP AND LOGIN SETTINGS OF SQL SERVER==============

    // Enter the IP or DSN of the database server to connect to
    $dbhost = "";

    // Enter the username to connect to the db, default is sa
    $dbuser = "";

    // Enter the password for your SQL Server
    $dbpasswd = "";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "127.0.0.1";

    //============END OF IP AND LOGIN SETTINGS OF SQL SERVER ========


    reply ASAP..
    thx

  3. #363
    Account Upgraded | Title Enabled! =Master= is offline
    MemberRank
    May 2006 Join Date
    <? here ?>Location
    507Posts
    Quote Originally Posted by keemuph
    Master

    pls help im always encountering errors in my config . Im using easyphp as you said..

    Fatal error: Call to undefined function: mssql_connect() in c:\program files\easyphp1-7\www\config.php on line 346

    can you tell me how to fix this?


    //=============IP AND LOGIN SETTINGS OF SQL SERVER==============

    // Enter the IP or DSN of the database server to connect to
    $dbhost = "";

    // Enter the username to connect to the db, default is sa
    $dbuser = "";

    // Enter the password for your SQL Server
    $dbpasswd = "";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "127.0.0.1";

    //============END OF IP AND LOGIN SETTINGS OF SQL SERVER ========


    reply ASAP..
    thx

    find in php.ini this: ;extension=php_mssql.dll , after you find delete the ; and resetatr your webserver

  4. #364
    hello danse is offline
    MemberRank
    Jun 2004 Join Date
    1,809Posts
    master
    i found a little mistake in ur coding.
    well i'm not sure if u noticed / fixed it coz i'm too lazy to read all 15 pages so the mistake :

    Code:
    else {
    
    IF ($row[0]=$levelreset)
    {
    $general = 
    "
    UPDATE dbo.Character SET clevel=1
    WHERE Name = '$name'
    UPDATE dbo.Character SET Reset = '$resetup'
    WHERE Name = '$name'
    UPDATE dbo.Character SET experience = '0'
    WHERE Name = '$name'
    UPDATE dbo.Character SET money = '$resetmoeny'
    WHERE Name = '$name'
    UPDATE dbo.Character SET LevelUpPoint = '$resetpt'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapNumber = '0'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapPosX= '125'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapPosY= '125'
    WHERE Name = '$name'
    ";
    
    **
    shoudn this be if ( $smth == $someth )
    in case u writted this condition will always hapen :]
    so players could reset at any lvl

    so

    hope it will help you a little

    regards Dante
    Last edited by danse; 27-05-06 at 01:12 PM.

  5. #365
    Apprentice keemuph is offline
    MemberRank
    Jan 2006 Join Date
    dasmaLocation
    22Posts
    thanks man... I will try

  6. #366
    hello danse is offline
    MemberRank
    Jun 2004 Join Date
    1,809Posts
    Quote Originally Posted by =[Master]=
    I need 35$ :D to buy a cool theme :D most colest theme of a muonline web
    =Master= god dam it get online -.-

    d'oh .....
    35$ i could buy nearly 40 boxes of ciggaretts ^^
    my sweet Marlboro

    sory for spamming ;p
    Last edited by danse; 27-05-06 at 02:28 PM.

  7. #367
    Apprentice keemuph is offline
    MemberRank
    Jan 2006 Join Date
    dasmaLocation
    22Posts
    // Enter the IP or DSN of the database server to connect to
    $dbhost = "210.213.193.50";

    // Enter the username to connect to the db, default is sa
    $dbuser = "wat username should i put here?";

    // Enter the password for your SQL Server
    $dbpasswd = "wat passwrd should i put here?";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "127.0.0.1";

    I think im wrong in username and password but i have tried all my username and passwords that has inputed in MYSQL server.. is there file missing? Do i need to put some files in MYSQL from MUWEB folder? Please reply ASAP.. thnx

  8. #368
    hello danse is offline
    MemberRank
    Jun 2004 Join Date
    1,809Posts
    Quote Originally Posted by keemuph
    I think im wrong in username and password but i have tried all my username and passwords that has inputed in MYSQL server.. is there file missing? Do i need to put some files in MYSQL from MUWEB folder? Please reply ASAP.. thnx
    while istalling ur MSSQL server u had to change authorization type from windows mode to mixed mode and there u put a password
    this pass should u enter there
    and username is usually standard : sa

  9. #369
    Apprentice keemuph is offline
    MemberRank
    Jan 2006 Join Date
    dasmaLocation
    22Posts
    ok will try...


    BTW THX! :]

  10. #370
    Apprentice hmmx4 is offline
    MemberRank
    Mar 2006 Join Date
    vietnamLocation
    23Posts
    my web is worked but i want that >>> when the reset done it is
    Strength = '28'
    Energy = '10'
    Dexterity = '20'
    Vitality = '25'
    Life = '60'
    MaxLife = '60'
    Mana = '60'
    MaxMana = '60'
    MapNumber = '0'
    Inventory = null
    MagicList = MagicList
    resetpoints=old point(the point of last reset +extrapoints)
    and have informatinon when reset done
    Ex:
    name has been reseted correctly. You now have (nubber of reset). With this you have (reset point) then go to the addpoint page
    so some body help this plz

  11. #371
    Apprentice nikmere is offline
    MemberRank
    May 2006 Join Date
    israelLocation
    15Posts
    thx dude :)

  12. #372
    Enthusiast Egi2x is offline
    MemberRank
    Oct 2005 Join Date
    ToliLocation
    40Posts
    i have one problem server is in anather pc web in my pc


    why show that to my web?

    $msconnect=mssql_connect("$host","$alogin","$apass");
    Fatal error: Call to undefined function mssql_select_db() in c:\program files\AppServ\www\config.php on line 301

    and what options i must configur if that is bad?

    // Enter the IP or DSN of the database server to connect to
    $dbhost = "my frend ip";

    // Enter the username to connect to the db, default is sa
    $dbuser = "sa";

    // Enter the password for your SQL Server
    $dbpasswd = "sa pass here";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "my frend ip";

    ty a lot

  13. #373
    Apprentice hmmx4 is offline
    MemberRank
    Mar 2006 Join Date
    vietnamLocation
    23Posts
    hix my web is worked but the flash it not work when i click it have noite "the flash not loaded" , i was download web fix but it is not work i run it on localhost using xampp-win32-1.5.2 => some boddy help

    for Egi2x if you run it onlocalhost (Pc) shuol using xampp-win32-1.5.2 then cofig that
    // Enter the IP or DSN of the database server to connect to
    $dbhost = "127.0.0.1";

    // Enter the username to connect to the db, default is sa
    $dbuser = "sa";

    // Enter the password for your SQL Server
    $dbpasswd = "sa pass here";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "127.0.0.1";
    if you have a problem pm to me
    my y/m :ngongiodemx
    email:ngongiodemx@yahoo.com
    Last edited by hmmx4; 28-05-06 at 03:06 PM. Reason: Automerged Doublepost

  14. #374
    Account Upgraded | Title Enabled! =Master= is offline
    MemberRank
    May 2006 Join Date
    <? here ?>Location
    507Posts
    Quote Originally Posted by hmmx4
    hix my web is worked but the flash it not work when i click it have noite "the flash not loaded" , i was download web fix but it is not work i run it on localhost using xampp-win32-1.5.2 => some boddy help

    for Egi2x if you run it onlocalhost (Pc) shuol using xampp-win32-1.5.2 then cofig that
    // Enter the IP or DSN of the database server to connect to
    $dbhost = "127.0.0.1";

    // Enter the username to connect to the db, default is sa
    $dbuser = "sa";

    // Enter the password for your SQL Server
    $dbpasswd = "sa pass here";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "127.0.0.1";
    if you have a problem pm to me
    my y/m :ngongiodemx
    email:ngongiodemx@yahoo.com
    muwebs must be placed in www direcotry not other

    Quote Originally Posted by DanseMacabre
    master
    i found a little mistake in ur coding.
    well i'm not sure if u noticed / fixed it coz i'm too lazy to read all 15 pages so the mistake :

    Code:
    else {
    
    IF ($row[0]=$levelreset)
    {
    $general = 
    "
    UPDATE dbo.Character SET clevel=1
    WHERE Name = '$name'
    UPDATE dbo.Character SET Reset = '$resetup'
    WHERE Name = '$name'
    UPDATE dbo.Character SET experience = '0'
    WHERE Name = '$name'
    UPDATE dbo.Character SET money = '$resetmoeny'
    WHERE Name = '$name'
    UPDATE dbo.Character SET LevelUpPoint = '$resetpt'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapNumber = '0'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapPosX= '125'
    WHERE Name = '$name'
    UPDATE dbo.Character SET MapPosY= '125'
    WHERE Name = '$name'
    ";
    
    **
    shoudn this be if ( $smth == $someth )
    in case u writted this condition will always hapen :]
    so players could reset at any lvl

    so

    hope it will help you a little

    regards Dante
    well i have try with a sub level reset and dosent work to reset :D

    Quote Originally Posted by Egi2x
    i have one problem server is in anather pc web in my pc


    why show that to my web?

    $msconnect=mssql_connect("$host","$alogin","$apass");
    Fatal error: Call to undefined function mssql_select_db() in c:\program files\AppServ\www\config.php on line 301

    and what options i must configur if that is bad?

    // Enter the IP or DSN of the database server to connect to
    $dbhost = "my frend ip";

    // Enter the username to connect to the db, default is sa
    $dbuser = "sa";

    // Enter the password for your SQL Server
    $dbpasswd = "sa pass here";

    // Host. IP If working remotely, usually 127.0.0.1 works
    $host = "my frend ip";

    ty a lot
    find in php.ini this: ;extension=php_mssql.dll , after you find delete the ; and resetatr your webserver
    Last edited by =Master=; 28-05-06 at 03:24 PM. Reason: Automerged Doublepost

  15. #375
    hello danse is offline
    MemberRank
    Jun 2004 Join Date
    1,809Posts
    Quote Originally Posted by =Master=
    well i have try with a sub level reset and dosent work to reset
    if u say so :]



Advertisement