Keeps Sending No Name Item To Users Cargo
Any reason why is this happening?
Re: Keeps Sending No Name Item To Users Cargo
because in your param still have that item :)
be sure check everything
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
TantraRex
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.
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.
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
Eliana Gherbaz
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.
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
A v a r a
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.
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
Eliana Gherbaz
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?
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.
Re: Keeps Sending No Name Item To Users Cargo
awesome answer @Eliana Gherbaz
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
Eliana Gherbaz
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?
Re: Keeps Sending No Name Item To Users Cargo
You closed the port to the public but, it is still available for your server.
Re: Keeps Sending No Name Item To Users Cargo
Quote:
Originally Posted by
jbeitz107
You closed the port to the public but, it is still available for your server.
Yeah you are exactly right.