[Release] Xpt Acc/ Char Manager 1.21 - Php Script

Page 2 of 2 FirstFirst 12
Results 26 to 40 of 40
  1. #26
    Account Upgraded | Title Enabled! luistorres is offline
    MemberRank
    Dec 2005 Join Date
    EverywhereLocation
    334Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Quote Originally Posted by thaikhoa View Post
    Yes! I think you will do it better on ASP version!

    Please show the bugs, errors such as SQL Injection and etc... I will do it better! The first release must be get some bugs, right ?^^ Thanks!!!! :sweatdrop
    I liked you. You arent fighting to be "tha masta" of release. You just want to help and accept all opnions without being rude.

    Hope someone join you and improve your pages.

    Thats the right way.

  2. #27
    Account Upgraded | Title Enabled! flie123 is offline
    MemberRank
    Feb 2007 Join Date
    DenmarkLocation
    264Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Quote Originally Posted by force_br View Post
    are any worng config on my php server?
    I have that error too :( please help !

  3. #28
    Account Upgraded | Title Enabled! flie123 is offline
    MemberRank
    Feb 2007 Join Date
    DenmarkLocation
    264Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Quote Originally Posted by flie123 View Post
    I have that error too :( please help !
    Nvm i got that fixed now but.. now it says
    Code:
    Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'clan'., SQL state 28000 in SQLConnect in C:\xampp\htdocs\index.php on line 108
    
    Warning: odbc_exec(): supplied argument is not a valid ODBC-Link resource in C:\xampp\htdocs\index.php on line 113
    
    Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in C:\xampp\htdocs\index.php on line 115
    
    Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in C:\xampp\htdocs\index.php on line 117
    CONNECTION FAILED!
    BACK
    i tryed everything but still doesnt work

  4. #29
    Account Upgraded | Title Enabled! bbchamps2000 is offline
    MemberRank
    Oct 2006 Join Date
    Fort LauderdaleLocation
    1,012Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    wow. the error says all. your odbc doesnt have a valid path...

  5. #30
    Valued Member ssj400 is offline
    MemberRank
    Jul 2005 Join Date
    119Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    i have the same problem like force_br http://forum.ragezone.com/attachment...6&d=1173862018

  6. #31
    Valued Member VaGo is offline
    MemberRank
    Aug 2006 Join Date
    PeruLocation
    111Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Nice Realase :P

    i hate the Acc/Char Managers ;/ they are useful but it give you security problems
    its ok if your server is not popular :P
    because there will not many kidz trying to sql inj his acc/char, etc :P

    i hope some day someone modify the exe to start with like skill 70% or so :P (and share XD)

  7. #32
    Valued Member ssj400 is offline
    MemberRank
    Jul 2005 Join Date
    119Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    http://forum.ragezone.com/attachment...6&d=1173862018
    How i fix it?please help me
    i use IIS i have installed php..
    and i also have tryed it with WAMP SERVER..but it gave me the same result

  8. #33
    Novice 1353415 is offline
    MemberRank
    Jan 2007 Join Date
    3Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied., SQL state 08001 in SQLConnect in C:\Inetpub\wwwroot\index.php on line 195

    Warning: odbc_exec(): supplied argument is not a valid ODBC-Link resource in C:\Inetpub\wwwroot\index.php on line 202

    Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in C:\Inetpub\wwwroot\index.php on line 204

    Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in C:\Inetpub\wwwroot\index.php on line 206

    Warning: odbc_exec(): supplied argument is not a valid ODBC-Link resource in C:\Inetpub\wwwroot\index.php on line 216



    Because ???

  9. #34
    Enthusiast xpurex is offline
    MemberRank
    May 2007 Join Date
    49Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    ssj i have got the same problem as you have. I dont know how to fix it either :eek_yello

  10. #35
    Proficient Member xKuroCiel is offline
    MemberRank
    Nov 2007 Join Date
    Massachusetts.Location
    169Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Pure and Ssj, I think the problem is that you didn't select short open tag. Try that. with wamp, just left click the icon, Go to PHP > PHP Settings. All the way at the top it should be there.

    135415: Make sure you configured the settings correctly. You have to change this:

    // PRISTON TALE SERVER ROOT
    $rootDir = "D:/GAMES/PTServer/";
    Into where ever you're Server is hosted. And make sure the forward slash is used, not the backwards (Backwards = \ Forward = /) Shut down Wamp, then reopen it and it should work.
    Code:
    (Example: // PRISTON TALE SERVER ROOT
    $rootDir = "C:\Users\Administrator\Desktop\PTServer\xPT\"
    Also it could be
    Code:
    // CHANGE XXXX TO YOUR COMPUTER NAME
    $connection_string = 'DRIVER={SQL Server};SERVER=XXXX\SQLEXPRESS;DATABASE=accountdb';
    
    // CHANGE SQLEXPRESS USER AND PASSWORD
    $user = 'clan';
    $pass = 'clan';
    ?>
    Make sure you put in your information correctly.

  11. #36
    Enthusiast xpurex is offline
    MemberRank
    May 2007 Join Date
    49Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    xKuroCiel, i've started open short tags, but it didnt help at all. Maybe you could look at the attachment.

    Thanks in advance!
    Attached Thumbnails Attached Thumbnails error.jpg  

  12. #37
    Proficient Member xKuroCiel is offline
    MemberRank
    Nov 2007 Join Date
    Massachusetts.Location
    169Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Uhh if you add me on MSN I can help you out more. MSN: GodlySniperX@hotmail.com

    I need to see the files and stuff, better to do it there than over here posting in this topic.

  13. #38
    Enthusiast xpurex is offline
    MemberRank
    May 2007 Join Date
    49Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    I've fixed it. I only turned short tags on at wamp, now i turned it on in php too.

    Thanks for your help, it works now ;)

  14. #39
    Novice inderstaker is offline
    MemberRank
    Jun 2006 Join Date
    1Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    i creat a char and wait for a moment ... i see the blank page .... who can fix that problem :(

  15. #40
    Valued Member ssj400 is offline
    MemberRank
    Jul 2005 Join Date
    119Posts

    Re: [release] Xpt Acc/ Char Manager 1.21 - Php Script

    Thank you xpurex and xKuroCiel :)



Page 2 of 2 FirstFirst 12

Advertisement