Cannot Open zone 1 because item server

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Cannot Open zone 1 because item server

    all can you help me...

    why i cannot open the zone 1??

    i open DBSRV sucess
    i open MGSRV sucess
    i open ITEMSRV sucess and
    i open ZONE 1,
    REBOOTING EROR
    "can't connect to Item - Server"

    what's the problem??
    please help me.. tq^


  2. #2
    Account Upgraded | Title Enabled! Shichibukai is offline
    MemberRank
    Apr 2012 Join Date
    463Posts

    Re: Cannot Open zone 1 because item server

    explore it yourself, it has been answered already in one of your threads,. dont make multiple threads!
    again -- if you dont want to encounter that problem just delete your itemserver.txt and dont open itemsrv, or rename itemserver.txt to ITEM-SERVER.txt

  3. #3
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: Cannot Open zone 1 because item server

    check to make sure the itemserver.txt file is named correctly. some require it to be named ITEM-SERVER.txt, itemserver.txt, Item-Server.txt ect... Look at the error it will tell you what you need to name the itemserver.txt for that zone.

  4. #4
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    tq all,
    've been able to server item and zone can open..^^

    tantra-20120607-06-00-27-a

    oh yes, I want to ask

    how to send us Taney to char?

  5. #5
    Account Upgraded | Title Enabled! Shichibukai is offline
    MemberRank
    Apr 2012 Join Date
    463Posts

    Re: Cannot Open zone 1 because item server

    you can add taney manullay via sql, or using web taney distribution

  6. #6
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    Can you explain how to send Taney via sql or via the web?
    thx before

  7. #7
    Member Reaguee is offline
    MemberRank
    Jan 2011 Join Date
    84Posts

    Re: Cannot Open zone 1 because item server

    Via SQL transaction:

    UPDATE [billcrux_phil].[dbo].[tblUserInfo]
    SET [cashBalance] = [cashBalance]+ <amount you will add>
    WHERE [userId] = <accountID that will receive the tanys>
    GO

    For example if you want to add 1000 tanys to the account ryandzzz :

    UPDATE [billcrux_phil].[dbo].[tblUserInfo]
    SET [cashBalance] = [cashBalance]+ 1000
    WHERE [userId] = 'ryandzzz'
    GO

  8. #8
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    Quote Originally Posted by Reaguee View Post
    Via SQL transaction:

    UPDATE [billcrux_phil].[dbo].[tblUserInfo]
    SET [cashBalance] = [cashBalance]+ <amount you will add>
    WHERE [userId] = <accountID that will receive the tanys>
    GO

    For example if you want to add 1000 tanys to the account ryandzzz :

    UPDATE [billcrux_phil].[dbo].[tblUserInfo]
    SET [cashBalance] = [cashBalance]+ 1000
    WHERE [userId] = 'ryandzzz'
    GO
    It should make my web Conec with sql?

    I can not open my web ...

    can Conec the SQL
    C: \ xampp \ htdocs \ Tantric \ conec.php on line 5
    I've input the name of my server ....
    I installed SQL but do not use a password, so it should be HOW?

    and kan you give me patch folder.php for xamp?
    Last edited by ryandzzz; 08-06-12 at 10:28 AM.

  9. #9
    Member Reaguee is offline
    MemberRank
    Jan 2011 Join Date
    84Posts

    Re: Cannot Open zone 1 because item server

    Quote Originally Posted by ryandzzz View Post
    It should make my web Conec with sql?

    I can not open my web ...

    can Conec the SQL
    C: \ xampp \ htdocs \ Tantric \ conec.php on line 5
    I've input the name of my server ....
    I installed SQL but do not use a password, so it should be HOW?

    and kan you give me patch folder.php for xamp?
    No that won't make your web connect with sql

    That is only a SQL transaction, you can use it inside sql management.

  10. #10
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    Quote Originally Posted by Reaguee View Post
    No that won't make your web connect with sql

    That is only a SQL transaction, you can use it inside sql management.
    how ?

  11. #11
    Member Reaguee is offline
    MemberRank
    Jan 2011 Join Date
    84Posts

    Re: Cannot Open zone 1 because item server

    How? well open SQL Management, then press on New Query button, copy & paste the code (change the amount and the account ID) and then press the Execute button.

    This is a way to add tanys to one account when you don't have web or your web is not working.
    of course there are more fields that you can add to that query for update, like for example the date you added the tanys to the account.

  12. #12
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    Just
    press on New Query button, copy & paste the code (change the amount and the account ID) and then press the Execute button.
    id even if we do not exist in SQL taneynya be sent??

    but i execute this appears in my sql...
    "(0 row(s) affected)"

  13. #13
    Member Reaguee is offline
    MemberRank
    Jan 2011 Join Date
    84Posts

    Re: Cannot Open zone 1 because item server

    Quote Originally Posted by ryandzzz View Post
    but i execute this appears in my sql...
    "(0 row(s) affected)"
    That means that the account ID you are updating does not exist in the table

  14. #14
    We Are The GAMERS ryandzzz is offline
    MemberRank
    May 2012 Join Date
    MDOLocation
    261Posts

    Re: Cannot Open zone 1 because item server

    our way to account id in the table HOW?

    as far as I was when the account id in the table it through with SQL web Conec

  15. #15
    MMORG Fan in Ragezone KyleMarvin is offline
    MemberRank
    Nov 2011 Join Date
    AustraliaLocation
    349Posts

    Re: Cannot Open zone 1 because item server

    Quote Originally Posted by ryandzzz View Post
    tq all,
    've been able to server item and zone can open..^^

    tantra-20120607-06-00-27-a

    oh yes, I want to ask

    how to send us Taney to char?
    Could you please elaborate how you made this appear?

    Thanks in advance



Page 1 of 2 12 LastLast

Advertisement