What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
ViserTrade - Stock Market Trading System

NULLED ViserTrade - Stock Market Trading System 2.0 NULLED

emyhunk

Member
Member
Messages
40
Files
5
Reactions
24
emyhunk submitted a new resource:

ViserTrade - Stock Market Trading System - ViserTrade, a Smart & Exclusive Virtual Stock trading platform, comes with Huge automation with Auto

ViserTrade, a Smart & Exclusive Virtual Stock trading platform, comes with Huge automation with Automated payment, Instant buy-sell, User-Friendly, Secure Transactions, and more. No Monthly Fees, No Hidden Charges, and No Encryptions. comes with a lifetime, and affordable price. With our system users are able to buy or sell stocks listed by system admin. it’s easy to trade here, just open a trading account, deposit funds, and begin trading through the ViserTrade platform. Stock trading...

Read more about this resource...
 
Reacted by:
  • Like
Reactions: ifende
After making the trade, the error,

SQLSTATE[42S02]: Base table or view not found: 1146 Table '.device_tokens' doesn't exist (Connection: mysql, SQL: select `token` from `device_tokens` where `device_tokens`.`user_id` = 1 and `device_tokens`.`user_id` is not​

 
Reacted by:
After making the trade, the error,

SQLSTATE[42S02]: Base table or view not found: 1146 Table '.device_tokens' doesn't exist (Connection: mysql, SQL: select `token` from `device_tokens` where `device_tokens`.`user_id` = 1 and `device_tokens`.`user_id` is not​

I am facing the same issue, did you get any solution ?
 
Reacted by:
Yes I have I can help you
After making the trade, the error,

SQLSTATE[42S02]: Base table or view not found: 1146 Table '.device_tokens' doesn't exist (Connection: mysql, SQL: select `token` from `device_tokens` where `device_tokens`.`user_id` = 1 and `device_tokens`.`user_id` is not​

Any solution to this error?
 
Reacted by:
This user BANNED
Create this table in your database

Code:
CREATE TABLE device_tokens (
    id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
    user_id BIGINT UNSIGNED NOT NULL,
    token VARCHAR(255) NOT NULL,
    created_at TIMESTAMP NULL,
    updated_at TIMESTAMP NULL,
    FOREIGN KEY (user_id) REFERENCES users(id) ON DELETE CASCADE
);
 
Reacted by:

Version 2.1 – 21st July 2025​

  • [ADD] Commodity Import System from API
  • [ADD] Automatic Commodity Price Update via API
  • [ADD] Auto Calculation of 24-Hour & 7-Day Price Changes
  • [ADD] Admin setup reminder for required configurations
  • [ADD] BKash payment gateway
  • [ADD] Cron Job for Scheduled Tasks
  • [ADD] Drag & Drop Image Upload in Admin Panel
  • [FIX] Image rendering issue
  • [FIX] Thumb resizing issue
  • [FIX] Deposit Processing Issue
  • [PATCH] Latest System Patch
  • [PATCH] Latest Security Patch
 
Reacted by:
Top