Skype Message Explo...
 
Notifications
Clear all

Skype Message Exploiter Website SOURCE

Page 4 / 9

Cyb3r
Posts: 1598
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

Could it be my rows in myAdmin ? since now I removed the key ?

Also is this added correctly Gyazo - 73410f6d07a4f978bae376fb559a7430.png

Can you explain exactly what you want to achieve?

I have saw your code and tried to make it correct but I didn't get the full picture of what you was trying to do.

Reply
Rage
Posts: 164
 Rage
(@Rage)
Estimable RivalGamer
Joined: 9 years ago

Can you explain exactly what you want to achieve?

I have saw your code and tried to make it correct but I didn't get the full picture of what you was trying to do.

Allow registration without a Key

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

Allow registration without a Key

Simply remove the key check.

Let me check the code and upload the new registration file for you.

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

Allow registration without a Key

Check the attached file, I haven't tested it but it should work, I have made a lot of changes, the queries was depending on something that already been made, but I changed it to make auto add new members, you can a new column and name it ID and set to auto increment also make it unique.

run this query into your database to add ID column:

ALTER TABLE `users`  ADD COLUMN `id` INT(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT;
Attached files

Register.zip (1.8 KB) 

Reply
Rage
Posts: 164
 Rage
(@Rage)
Estimable RivalGamer
Joined: 9 years ago

Check the attached file, I haven't tested it but it should work, I have made a lot of changes, the queries was depending on something that already been made, but I changed it to make auto add new members, you can a new column and name it ID and set to auto increment also make it unique.

run this query into your database to add ID column:

ALTER TABLE `users`  ADD COLUMN `id` INT(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT;

Do what with that ?

ALTER TABLE `users`  ADD COLUMN `id` INT(10) UNSIGNED PRIMARY KEY AUTO_INCREMENT;
Reply
Page 4 / 9