• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Ornids - Multi Service App With Customer App, Driver App, Merchant App and Admin Panel

now did you create the SHA and add to the app in fire base?
did you download the google-service.json and place in all apps?
did you rename the project to be exact as your app in firebase?

to make it much easier screen shot the firebase with included apps
and the project tree in android studio

note remove the FCM_Key from last your last post
 
it worked for me once then I got same error and I have edit field type in database check my previous reply's
but I found the request sent to database and recorded successfully and the error still there you can click on details in main form of application to find it listed or not
if not listed change field type in database and check if work or not I'm still tracing the error trying to fix it

by the way I have done the Arabic part if someone interested in how just ask

thank you

Yes dear request successfully received in admin panel but app shows the error, please share once you find any solution for that thanks
 
now did you create the SHA and add to the app in fire base?
did you download the google-service.json and place in all apps?
did you rename the project to be exact as your app in firebase?

to make it much easier screen shot the firebase with included apps
and the project tree in android studio

note remove the FCM_Key from last your last post

I done create sha and add to firebase and i done download + replace new google service json to app/apk.
And i done rename project with name package on fire base.

If in debugmode it work bro, nothing error in log.
I can register/login, edit profill and more.
But if i try to build signing app/apk still got the error or can't to register/login bro.
 
I done create sha and add to firebase and i done download + replace new google service json to app/apk.
And i done rename project with name package on fire base.

If in debugmode it work bro, nothing error in log.
I can register/login, edit profill and more.
But if i try to build signing app/apk still got the error or can't to register/login bro.
Create release key and copy release sha1 nd past it also into firebase

Read the document there is detail guide to create release key :)
 
I can't fix it yet! I think so, because in the instruction file of this application there is an entry to enter the purchase code in the config file

Remove code below at the application/config.php
define('ci_constant', 'purchase_code');
define('gagalget', 'errorpurchase');
define('urlget', 'ht tp s: //api. enva to.com/v3/ market /author/s ale?code=');
define('gagal', gagalget);
define('c9283746321av', '25862136');
define('xcxc09ddlkfdf98xck0rt89dff', 'qn7nqAY7Zb02pogRzmJo84OJnycUkSwG');
define('c9283746321a', c9283746321av);
define('xcxc09ddlkfdf98xck0rt89df', xcxc09ddlkfdf98xck0rt89dff);
define('ci_url', urlget);
 
I got notification from the demo app about a big update !
But nothing in env@to seller account
Who did buy this item to inform us
 
Remove code below at the application/config.php
define('ci_constant', 'purchase_code');
define('gagalget', 'errorpurchase');
define('urlget', 'ht tp s: //api. enva to.com/v3/ market /author/s ale?code=');
define('gagal', gagalget);
define('c9283746321av', '25862136');
define('xcxc09ddlkfdf98xck0rt89dff', 'qn7nqAY7Zb02pogRzmJo84OJnycUkSwG');
define('c9283746321a', c9283746321av);
define('xcxc09ddlkfdf98xck0rt89df', xcxc09ddlkfdf98xck0rt89dff);
define('ci_url', urlget);
thank you for supporting! Currently I still get 404 error when installing web admin cpanel. Can you share it with me to edit the httacess file?
 
WorkFlow

File that u need to edit.
Just Its.

Admin folder

config.php
Database.php



$config['base_url'] = 'https://yoururl/';

define('mapboxToken', 'sk.eyJ1IjoiZGF your secret mapbox key... look how to generate');
define('firebaseDb', 'https://your project -default-rtdb.firebaseio.com/');
define('keyfcm', 'AAAAmy..... your fcm look how to generate');

define('time_zone', 'America/Sao_Paulo'); <- change to yours


_______________________________________
On Android Studio

google-services.json
constants.java
strings.xml
gradle.properties
build.gradle
network_security_config
_______________________________________


Steps

Firebase Configuration
1. Setup and create firebase project
2. Setup firebase realtime database
3. Setup firebase storage
4. Setup login phone
5. Get fcm server key
6. How to insert sha1 fingerprint

Admin panel configuration
1. upload admin panel to server
2. Create database on server
3. Setup admin panel
4. insert firebasedb
5. Nulled
6. Insert fcm server key
7. Mapbox Configuration

Android Configuration
1. open project
2. change package name
3. change app name
4.
5. insert url
6. insert fcm server key
7. setting mapbox
8. Genereate signed APK then create new key store
9. Configure project structure
10. How to get sha1 fingerprint


Is very important

8. Generate signed APK then create new key store

click build > generate signed bundle/APK
make new key store to get "JKS FILE"
open project structure(ctrl+Alt+Shift+S) then create new signing config.
fill it with the key store and the "JKS FILE" that was created before.
click build variants on the release option, choose your new signing config.
apply it and click "OK"
just ignore it if an error message appears on this step

10. How to get sha1 fingerprint

in an Android project there are 2 fingerprints for each application, debug and release.

run the signing report you will get a release and debug the SHA1 fingerprints
add your SHA1 fingerprints debug and release on each application and copy to each firebase project, click here where to insert the sha1 fingerprint on firebase

>>>>>>>>>>>>>>>> Very important to login and register on APP

after entering all sha1 fingerprints for each application on firebase, download the google service json again and paste it on all applications
 
WorkFlow

File that u need to edit.
Just Its.

Admin folder

config.php
Database.php



$config['base_url'] = 'https://yoururl/';

define('mapboxToken', 'sk.eyJ1IjoiZGF your secret mapbox key... look how to generate');
define('firebaseDb', 'https://your project -default-rtdb.firebaseio.com/');
define('keyfcm', 'AAAAmy..... your fcm look how to generate');

define('time_zone', 'America/Sao_Paulo'); <- change to yours


_______________________________________
On Android Studio

google-services.json
constants.java
strings.xml
gradle.properties
build.gradle
network_security_config
_______________________________________


Steps

Firebase Configuration
1. Setup and create firebase project
2. Setup firebase realtime database
3. Setup firebase storage
4. Setup login phone
5. Get fcm server key
6. How to insert sha1 fingerprint

Admin panel configuration
1. upload admin panel to server
2. Create database on server
3. Setup admin panel
4. insert firebasedb
5. Nulled
6. Insert fcm server key
7. Mapbox Configuration

Android Configuration
1. open project
2. change package name
3. change app name
4.
5. insert url
6. insert fcm server key
7. setting mapbox
8. Genereate signed APK then create new key store
9. Configure project structure
10. How to get sha1 fingerprint


Is very important

8. Generate signed APK then create new key store

click build > generate signed bundle/APK
make new key store to get "JKS FILE"
open project structure(ctrl+Alt+Shift+S) then create new signing config.
fill it with the key store and the "JKS FILE" that was created before.
click build variants on the release option, choose your new signing config.
apply it and click "OK"
just ignore it if an error message appears on this step

10. How to get sha1 fingerprint

in an Android project there are 2 fingerprints for each application, debug and release.

run the signing report you will get a release and debug the SHA1 fingerprints
add your SHA1 fingerprints debug and release on each application and copy to each firebase project, click here where to insert the sha1 fingerprint on firebase

>>>>>>>>>>>>>>>> Very important to login and register on APP

after entering all sha1 fingerprints for each application on firebase, download the google service json again and paste it on all applications

How about fixing top up and widraw bro?
Can you giving step for fix that?
Thanks
 
  • Like
Reactions: code999
How about fixing top up and widraw bro?
Can you giving step for fix that?
Thanks

What I did was put a Success message by changing the message "error" because the script correctly sends the balance for approval by the admin
locate the file WithdrawActivity.java inside the folder
driverapp\app\src\main\java\com\ your name \your name \activity

change
@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("error");
to

@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("Sent for review");
 
  • Like
Reactions: code999
Firefox_Screenshot_2021-01-27T03-49-34.901Z.png

I found another bug, when I add the symbol of my country's currency (R$) I can no longer perform the payment test with Stripe and Paypal, because the payment window stay in an infinite loop and also when I try to add a value of top up and withdraw gets the value score wrong, something like R$ 0.0003444.

Has anyone changed the currency symbol without problems?
 
What I did was put a Success message by changing the message "error" because the script correctly sends the balance for approval by the admin
locate the file WithdrawActivity.java inside the folder
driverapp\app\src\main\java\com\ your name \your name \activity

change
@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("error");
to

@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("Sent for review");

What file name for change that SC bro?
All inside folder activity?

Edit :
Ah sorry, i don't fokus :)
Only withdrawactivity
 
[QUOTE = "DarkBrazil, post: 376179, membro: 67381"]
Firefox_Screenshot_2021-01-27T03-49-34.901Z.png

Encontrei outro bug, ao adicionar o símbolo da moeda do meu país (R $) não consigo mais realizar o teste de pagamento com Stripe e Paypal, pois a janela de pagamento fica em loop infinito e também quando tento agregar um valor de recarregar e sacar dá o valor da pontuação errada, algo como R $ 0,0003444.

Alguém mudou o símbolo da moeda sem problemas?
[/CITAR]
eu mudi amigo e funciona normal com R$ me chama no zap para trocarmos uma ideia 16981447896
 
  • Like
Reactions: Vagner
What I did was put a Success message by changing the message "error" because the script correctly sends the balance for approval by the admin
locate the file WithdrawActivity.java inside the folder
driverapp\app\src\main\java\com\ your name \your name \activity

change
@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("error");
to

@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("Sent for review");
I was also do the same because i think this is the only option for now until getting the right solution
progresshide();
t.printStackTrace();
notif("Request Recieved");
 
quem é do Brasil aqui no fórum, vamos montar um grupo no whatsapp para trocarmos ideia, e melhorar o sistema para nosso país . me chamem lá 16 981447896
 
  • Like
Reactions: Vagner
IMG_20210127_110825.jpg

How to remove .00 on numberic ballance bro?

And who here can make a payment gateway, and automatic integration of topup or withdrawal confirmation?
And how much we can pay that setting bro?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock