• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Keeps Sending No Name Item To Users Cargo

Junior Spellweaver
Joined
Oct 28, 2012
Messages
109
Reaction score
3
because in your param still have that item :)

be sure check everything
 
Junior Spellweaver
Joined
Oct 31, 2013
Messages
122
Reaction score
49
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:
Tantra Freelancer
Joined
Apr 9, 2014
Messages
541
Reaction score
23
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.
 
Junior Spellweaver
Joined
Oct 31, 2013
Messages
122
Reaction score
49
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:
Tantra Freelancer
Joined
Apr 9, 2014
Messages
541
Reaction score
23
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?
 
Junior Spellweaver
Joined
Oct 31, 2013
Messages
122
Reaction score
49
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.
 
Tantra Freelancer
Joined
Apr 9, 2014
Messages
541
Reaction score
23
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?
 
Back
Top