Jump to content
Check out discord.gg/fxap for the cheapest decryptions! First one is free! ×

Get LB-Phone!

Unlock the powerful LB-Phone for a fraction of the price you pay on tebex.

Download

Premium TOS Clothing MEGA Pack!

11GB of pure TOS premium clothing best clothing pack for your Server!

Download

5Decrypt

Automated Asset Decryption

Learn More

Mandatti1

Snail
  • Posts

    2
  • Joined

  • Last visited

About Mandatti1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mandatti1's Achievements

Newbie

Newbie (1/17)

0

Reputation

  1. Hi, does anyone have the password for the exports? Or even the exports themselves?
  2. I managed to make it work here, add what mkjnjknjj99vbu9g9y did to the database: CREATE TABLE `okokBanking_transactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `receiver_identifier` varchar(255) NOT NULL, `receiver_name` varchar(255) NOT NULL, `sender_identifier` varchar(255) NOT NULL, `sender_name` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, `value` int(50) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `okokBanking_societies` ( `society` varchar(255) NULL DEFAULT NULL, `society_name` varchar(255) NULL DEFAULT NULL, `value` int(50) NULL DEFAULT NULL, `iban` varchar(255) NOT NULL, `is_withdrawing` int(1) NULL DEFAULT NULL ); ALTER TABLE `users` ADD COLUMN `iban` varchar(255) NULL DEFAULT NULL; ALTER TABLE `users` ADD COLUMN `pincode` int(50) NULL DEFAULT NULL; Then the error "unnokowm column iban" appeared, add this line to your database: ALTER TABLE players ADD COLUMN iban VARCHAR(50) DEFAULT NULL; This should work. Ps. This is not version v2 of okokBanking.😀 Ps 2. I'm using NewQbcore, with the most up-to-date features.
×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy