Keeps Sending No Name Item To Users Cargo

Results 1 to 12 of 12
  1. #1
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Keeps Sending No Name Item To Users Cargo

    Any reason why is this happening?


  2. #2
    Valued Member TantraRex is offline
    MemberRank
    Oct 2012 Join Date
    110Posts

    Re: Keeps Sending No Name Item To Users Cargo

    because in your param still have that item :)

    be sure check everything

  3. #3
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by TantraRex View Post
    because in your param still have that item :)

    be sure check everything
    I already deleted it in my cargo but after few hours it comes back again in my cargo.

  4. #4
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Check if you have the item on the TantraItem DB (because you said that it goes to your cargo)

    This normally happens when you use the web to send to your account an item with bigger ID, and the fix is very simple, just change on DB int for bigint.
    Last edited by Eliana Gherbaz; 19-01-16 at 05:47 AM.

  5. #5
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by Eliana Gherbaz View Post
    Check if you have the item on the TantraItem DB (because you said that it goes to your cargo)
    Thanks. Indeed there are a lot of usernames here with particular ItemIDs in them. Hope this will solve my problem.

  6. #6
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by A v a r a View Post
    Thanks. Indeed there are a lot of usernames here with particular ItemIDs in them. Hope this will solve my problem.
    I recomend you to be careful when you use a web to insert items on accounts, first of all you must be sure that your website is SQL-inject free, because if not any one with a little brain can inject your DB with what ever they want and 2do: before sending to TantraItem, check that the item ID exist.
    Last edited by Eliana Gherbaz; 19-01-16 at 05:57 AM.

  7. #7
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by Eliana Gherbaz View Post
    I recomend you to be careful when you use a web to insert items on accounts, first of all you must be sure that your website is SQL-inject free, because if not any one with a little brain can inject your DB with what ever they want and 2do: before sending to TantraItem, check that the item ID exist.
    Is it good to close the SQL Port in SQL Server Manager?

  8. #8
    Valued Member Eliana Gherbaz is offline
    MemberRank
    Oct 2013 Join Date
    122Posts

    Re: Keeps Sending No Name Item To Users Cargo

    It depends of what your are doing with your web, for example if your web needs to access SQL for things like: ranking, register accounts, etc etc, you can't close the port.

  9. #9
    Valued Member TantraRex is offline
    MemberRank
    Oct 2012 Join Date
    110Posts

    Re: Keeps Sending No Name Item To Users Cargo

    awesome answer @Eliana Gherbaz

  10. #10
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by Eliana Gherbaz View Post
    It depends of what your are doing with your web, for example if your web needs to access SQL for things like: ranking, register accounts, etc etc, you can't close the port.
    I did close my SQL Server Client Ports but still can register and ranking is live. How is that possible?

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

    Re: Keeps Sending No Name Item To Users Cargo

    You closed the port to the public but, it is still available for your server.

  12. #12
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Keeps Sending No Name Item To Users Cargo

    Quote Originally Posted by jbeitz107 View Post
    You closed the port to the public but, it is still available for your server.
    Yeah you are exactly right.



Advertisement