Droptaxi White Label Taxi App Software Script

Droptaxi White Label Taxi App Software Script v2.2.0

No permission to download

jehovah81

Member
Jun 16, 2020
49
8
8
Türkiye
PHP:
$license_data = [];
$settings_data = [];
$settings_data2 = [];
$settings_data3 = [];
$settings_data4 = [];
$file_check = (include "license.php");
if (!$file_check) {
    header("location: /activate.php");
    exit;
}
$domain_name = get_domain($license_data["domain_url"]);
if (!empty($license_data["license_key"]) && !empty($domain_name) && !empty($license_data["purchase_code"])) {
    $comp_license_key = sha1($domain_name . $license_data["purchase_code"] . "Droptaxibytokkysparksdev");
    if ($comp_license_key != $license_data["license_key"]) {
        header("location: /activate.php");
        exit;
    }
    require "settingsdata.php";
    require "settingsdata2.php";
    require "settingsdata3.php";
    require "settingsdata4.php";
    require "options.php";
    require_once dirname(__DIR__) . "/vendor/autoload.php";
    require FILES_FOLDER . "/PHPMailer/src/Exception.php";
    require FILES_FOLDER . "/PHPMailer/src/PHPMailer.php";
    require FILES_FOLDER . "/PHPMailer/src/SMTP.php";


server\drop-files\lib\common.php & options.php

These two pages are protected by ioncube. I think license checks are done here. but what i was wondering is i thought it was forbidden to encrypt codecanyon contents.
 

jehovah81

Member
Jun 16, 2020
49
8
8
Türkiye
paste file common.php to drop-files/lib
and file
add-customer.php
add-driver.php
add-staff.php
to public_html/admin
drop-files\lib\options.php ?
this page packet type and license data...
PHP:
if (sha1($license_data["domain_url"] . "package-type-1" . "Droptaxibytokkysparksdev") == $settings_data2["active-driver-count"]) {
 

max1528

Member
May 9, 2020
58
16
8
I found the solution to a problem Referal Code
But there is still a problem when registering " erreur cuminicating with server "
When I enter a registered person, he enters without problems

1666265001970.png

1666265132868.png
My friend. If you still have this error, navigate to the file located at android\driver\platforms\android\app\src\main\assets\www\js\index.js on line 57 and change it to your url
 
  • Like
Reactions: theheroman

max1528

Member
May 9, 2020
58
16
8
A definite question, has anyone actually managed to make this script work? Has anyone managed to get it working on both the passenger and driver side? because I think we're going around in circles... If anyone can say they made it work perfectly on their mobile devices, please let me know.
 

Akin

Member
Jul 14, 2020
107
8
18
Please has anyone been able to fix the error in sending the verification code?
 

ggdsign

New member
May 4, 2022
27
7
3
can anyone help me with this error? "Error sending verification code. Please retry


Imagem do WhatsApp de 2022-10-21 à(s) 20.32.59.jpg

Hey sup, check the Credentials.json file, this file is who takes the authentication server to website! , in my end, i have the webpanel rrunning, the app running ( customer, didnt try driver yet) hmm but in customer app, maps not showing even with a fresh API and setup un config file, in other hand, same error when u received the SMS, it cames but show, ERROR AUTHENTICATION SERVER" @theheroman
, we are close to get it working, but tooks alot time! good loock!
 

ggdsign

New member
May 4, 2022
27
7
3
same problem
hi, yes, i couldnt fix it yet! all working but! Server error retrieving the final Step in AUTH. the thing is, i got the sms with the code and all good, but when u fill the input, still loading for ever then...... Server error.
Note: if u go to Firebase AUTH, ull see the phone Number added in listing! so weird!
 
  • Like
Reactions: theheroman

theheroman

Member
Jan 30, 2021
43
14
8
hi, yes, i couldnt fix it yet! all working but! Server error retrieving the final Step in AUTH. the thing is, i got the sms with the code and all good, but when u fill the input, still loading for ever then...... Server error.
Note: if u go to Firebase AUTH, ull see the phone Number added in listing! so weird!
I found the solution but without going through the phone identifacation
 

ggdsign

New member
May 4, 2022
27
7
3
I found the solution but without going through the phone identifacation
I see, what’s that? Can u explain? Btw how about the map when the customer app it’s running I see the map like grey and not showing streets etc! Have u problems with that ?
I found the solution but without going through the phone identifacation

I see, what’s that? Can u explain? yes i have the same problem, but the all app now its working good! can u shared the solution @theheroman thanks
 
  • Like
Reactions: theheroman

ggdsign

New member
May 4, 2022
27
7
3
Hi guys. anyone knows how to change the word "Droptaxi" in push notifications like, dirver arrived etc etc. cant find it! thanks

BTW ,. Bugs that i found
1 - OTP for rider, it show blank , not working im talking about when the rider was accepted for driver! ( only works manualy if dispacher accept the travel from back-end)
2 - Auto-dispacher not working, tried 100 dif ways following the docs, and doing 5 dif crons even. the notification never cames to the driver.
3 - Otp works for register, after u put the code received, loop loading , and then, "....Errror to connect server"

If anyones know about this issues please shared!

thanks Alot!

1667219432795.png
 

theshadowwalker

Well-known member
Trusted Uploader
Aug 16, 2020
643
411
63
Here & There
Hi guys. anyone knows how to change the word "Droptaxi" in push notifications like, dirver arrived etc etc. cant find it! thanks

BTW ,. Bugs that i found
1 - OTP for rider, it show blank , not working im talking about when the rider was accepted for driver! ( only works manualy if dispacher accept the travel from back-end)
2 - Auto-dispacher not working, tried 100 dif ways following the docs, and doing 5 dif crons even. the notification never cames to the driver.
3 - Otp works for register, after u put the code received, loop loading , and then, "....Errror to connect server"

If anyones know about this issues please shared!

thanks Alot!

1667219432795.png
share the code you've worked on let me see what I can do
 

Akin

Member
Jul 14, 2020
107
8
18
Hi guys. anyone knows how to change the word "Droptaxi" in push notifications like, dirver arrived etc etc. cant find it! thanks

BTW ,. Bugs that i found
1 - OTP for rider, it show blank , not working im talking about when the rider was accepted for driver! ( only works manualy if dispacher accept the travel from back-end)
2 - Auto-dispacher not working, tried 100 dif ways following the docs, and doing 5 dif crons even. the notification never cames to the driver.
3 - Otp works for register, after u put the code received, loop loading , and then, "....Errror to connect server"

If anyones know about this issues please shared!

thanks Alot!

1667219432795.png
Please, how did you do it that otp works for registration? This is the stage I'm stuck. Please help me
 

ggdsign

New member
May 4, 2022
27
7
3
Please, how did you do it that otp works for registration? This is the stage I'm stuck. Please help me
hi @Akin i didnt change the core code, it was just Client Data or Simple language text! think is OTP not wiorking and auto-dispatch either! thats the big issue at the moment!

regqards
 

Akin

Member
Jul 14, 2020
107
8
18
hi @Akin i didnt change the core code, it was just Client Data or Simple language text! think is OTP not wiorking and auto-dispatch either! thats the big issue at the moment!

regqards
Oh gosh! But do you know how to disable it? It is not possible to register without fixing or disabling it
 

Forum statistics

Threads
69,205
Messages
908,332
Members
236,799
Latest member
basselturky2

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu