You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
// Saw this drop on a cheat forum, cracked knuckles, ready to tear it apart.
// Then I peeked inside... bro. So much work, yet so little care.
// You're charging $12.5/$20 for a ticking time bomb?
// curl with hardcoded 'BoberKurwa' that's not protection, that's a meme.
// Wasn’t even a challenge just a graveyard of dead code and duct tape.
// Feels like someone copy-pasted from PHP 5.4 dreams into an 8.1 nightmare.
// Broken English, Russian leftovers, Frankenstein methods...
// Do yourself a favor and get into a real dev team and learn how code breathes.
// I will leave it at that and not exposing more *is* the real favor.
Question
Graviton
Hi@all
I have the Follow Problem !
i try to make a shop i put the items that i need in the SQL in the merchant_buylists
it looks like this INSERT INTO `merchant_buylists` VALUES (4219, -1, 9000031, 1, -1, -1, 0, 0);
After that i register the shop in merchant_shopIds and it looks like this INSERT INTO `merchant_shopids` VALUES (9000031, '938');
my problem is if i open the shop i get the rong SQL picture look :
After i buy one for the items below i get the right list take a look
Can someone tell me whats rong in this situation?
Thnks
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.