Skype Message Explo...
 
Notifications
Clear all

Skype Message Exploiter Website SOURCE

Page 5 / 9

Cyb3r
Posts: 1598
(@cyb3r)
Noble Member
Joined: 10 years ago

Do what with that ?

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

It adds a unique ID for each user for future reference, instead of making a key is better to use ID.

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

It adds a unique ID for each user for future reference, instead of making a key is better to use ID.

Like so ? Gyazo - 59df57a91840cc474165f7fd9350c5a4.png

*Like I said I am clueless when it comes to PHP lol, I only know the newbie basics

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble Member
Joined: 10 years ago

Like so ? Gyazo - 59df57a91840cc474165f7fd9350c5a4.png

*Like I said I am clueless when it comes to PHP lol, I only know the newbie basics

The previous code I gave you is a SQL command so no need to add PHP variables to it, just copy/paste it in the query field.

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

The previous code I gave you is a SQL command so no need to add PHP variables to it, just copy/paste it in the query field.

I have no idea what you are talking about lol

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble Member
Joined: 10 years ago

The field in your image man -_-

add this code into that field called "SQL Query":

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