OnlineTrader - The Ultimate Tool for Professional Traders

OnlineTrader - The Ultimate Tool for Professional Traders v5.0.3 Untouched

No permission to download

ndaman

New member
May 18, 2022
21
1
3
Hey buddies, please how can I make livechat widge to work on onlinetrader? E.g tawk.to
After adding the script, it won't still work. Please whats the solution?
 

thaywo

New member
Jul 3, 2022
1
1
3
problem with the script is that, it has a security check, which won't make most of the logic work, if you did not purchase their license... I have done a lot customization on the as well... for example, all the Credit type for Balance, Bonus, Ref_Bonus and all... I needed to rebuild the whole method that controls them.... the developer is so wise...
 
  • Like
Reactions: abarrajj

Gentledemon

Member
Sep 16, 2020
42
22
8
problem with the script is that, it has a security check, which won't make most of the logic work, if you did not purchase their license... I have done a lot customization on the as well... for example, all the Credit type for Balance, Bonus, Ref_Bonus and all... I needed to rebuild the whole method that controls them.... the developer is so wise...
Yeah. The best way to null this theme would be to purchase a license, add the license to the server's license column then add the licensed domain to the check file instead of allowing it to use HTTP_Host to retrieve the domain name else you'll have to rewrite the entire logics yourself which will be painfully excruciating.

In the check file you see they're making a verification via their API at app.getonlinetrader.pro/api/v1/check-license/{website_url}, which then compares your saved purchase code with the host's url.
 
Last edited:

abarrajj

Member
Jan 10, 2019
52
23
8
problem with the script is that, it has a security check, which won't make most of the logic work, if you did not purchase their license... I have done a lot customization on the as well... for example, all the Credit type for Balance, Bonus, Ref_Bonus and all... I needed to rebuild the whole method that controls them.... the developer is so wise...
Another way to go about it is creating a mock response instead of using the server call on the controllers.
This is how I modified the managewithdrawal controller to use a mock response instead of the server call:

Code:
You don't have permission to view the code content. Log in or register now.
 

allwell31

New member
May 7, 2022
27
2
3
why do i always get this error after i have left the site for a long time comeback and fresh
 

Attachments

  • WhatsApp Image 2023-05-25 at 19.49.22.jpg
    WhatsApp Image 2023-05-25 at 19.49.22.jpg
    65.8 KB · Views: 8

Calvillo75

New member
Jun 18, 2020
7
0
1
why do i always get this error after i have left the site for a long time comeback and fresh
1. You know its not a good idea to show your folder paths right
2. Session has expired and naturally the script is supposed to take you back to admin login
3. Admin loginn route has already been altered to make it a bit secure so step 2 cant locate default admin URL path adminlogin/login
4. These are just deductions though
 

abarrajj

Member
Jan 10, 2019
52
23
8
Spent the past 2 days crawling through the files. There are over 80 changes made in this new version and the most prominent is the addition of a file called Ping server located in

app/Traits/Pingserver.php

This file is called in all Controllers, Traits and Livewire files.

I think they now authenticate all calls on the app with their server and it only goes through if you have a valid license.

I think that's file might have something to do with the script functionality.

At this point I have no choice but to say wow, the dev is really trying to lock people out.

@NullMaster @Syntaxbyte please helllp!
Yea I noticed it too. What I did was create a mock response for the server call on the important controllers I need. You can see a sample here: https://babia.to/threads/onlinetrader-the-ultimate-tool-for-professional-traders.21017/post-1218600
It will be best to also verride the server call response on the pingserver.php file so the solution will apply to all controllers.
 

Forum statistics

Threads
69,709
Messages
957,761
Members
221,068
Latest member
ezonsystems