Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Phone QB-PHONE-ESX + LS RADIO [ PMA VOICE ]

Status
Not open for further replies.

jonyjonyytb

Silver Elite
Joined
Oct 23, 2021
Messages
25
Reaction score
47
Points
181
Location
Malaysia
TODAY IM GONNA SHARE QB PHONE TO ESX , BUT IT'S USING PMA VOICE

This phone i already fix by me for phone call and message

come with
LS-RADIO - pma voice
QB-LAP RACE
SCREENSHOT BASIC

YOU NEED TO CHANGE THE WEBHOOK

known bugs
- you need to save other people numbers to make whatsapp function

DOWNLOAD LINK

 
Last edited by a moderator:

jonyjonyytb

Silver Elite
Joined
Oct 23, 2021
Messages
25
Reaction score
47
Points
181
Location
Malaysia
ALTER TABLE `users` ADD COLUMN `phone` LONGTEXT NULL;
ALTER TABLE `users` ADD COLUMN `profilepicture` LONGTEXT NULL;
ALTER TABLE `users` ADD COLUMN `background` LONGTEXT NULL;
ALTER TABLE `users` ADD COLUMN `iban` LONGTEXT NULL;

CREATE TABLE IF NOT EXISTS `player_contacts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`identifier` varchar(50) DEFAULT NULL,
`name` varchar(50) DEFAULT NULL,
`number` varchar(50) DEFAULT NULL,
`iban` varchar(50) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `identifier` (`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=12433 DEFAULT CHARSET=utf8mb4;

CREATE TABLE IF NOT EXISTS `phone_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`identifier` varchar(50) DEFAULT NULL,
`number` varchar(50) DEFAULT NULL,
`messages` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `identifier` (`identifier`),
KEY `number` (`number`)
) ENGINE=InnoDB AUTO_INCREMENT=6732 DEFAULT CHARSET=utf8mb4;

CREATE TABLE IF NOT EXISTS `player_mails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`identifier` varchar(50) DEFAULT NULL,
`sender` varchar(50) DEFAULT NULL,
`subject` varchar(50) DEFAULT NULL,
`message` text DEFAULT NULL,
`read` tinyint(4) DEFAULT 0,
`mailid` int(11) DEFAULT NULL,
`date` timestamp NULL DEFAULT current_timestamp(),
`button` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `identifier` (`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=67023 DEFAULT CHARSET=utf8mb4;

CREATE TABLE IF NOT EXISTS `lapraces` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`checkpoints` text DEFAULT NULL,
`records` text DEFAULT NULL,
`creator` varchar(50) DEFAULT NULL,
`distance` int(11) DEFAULT NULL,
`raceid` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4;

CREATE TABLE IF NOT EXISTS `twitter_tweets` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`firstName` varchar(50) DEFAULT NULL,
`lastName` varchar(50) DEFAULT NULL,
`message` varchar(50) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`time` varchar(50) DEFAULT NULL,
`picture` varchar(255) DEFAULT NULL,
`owner` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
 

n8vepat

Gold Elite
Joined
Nov 18, 2021
Messages
144
Reaction score
61
Points
241
Location
united states
TODAY IM GONNA SHARE QB PHONE TO ESX , BUT IT'S USING PMA VOICE

This phone i already fix by me for phone call and message

come with
LS-RADIO - pma voice
QB-LAP RACE
SCREENSHOT BASIC

YOU NEED TO CHANGE THE WEBHOOK

known bugs
- you need to save other people numbers to make whatsapp function

DOWNLOAD LINK


PASSWORD :

0wDXu8AK8w528oP1_Vawi7Ye12JwwfHOzQ95lxx1SD4
New Link Please
 

bossj

Silver Elite
Joined
May 16, 2021
Messages
19
Reaction score
7
Points
156
how to change phone set up for this pma voice..im using praryo phone..
 
Status
Not open for further replies.
Top