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

el3ashe2

Active member
Jan 18, 2021
120
30
28
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
 

code999

Active member
Oct 14, 2020
197
27
28
near you
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
 

kempes21

Member
Jan 23, 2021
90
33
18
CDN
trx-media.com
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.
 

code999

Active member
Oct 14, 2020
197
27
28
near you
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 :)
 

rokepak

New member
Jan 26, 2021
5
1
3
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);
 

startop

Active member
Feb 18, 2019
865
184
43
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
 

diadiemninhthuan

New member
Babiato Fan
Jan 24, 2021
22
2
3
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?
 

DarkBrazil

Member
May 27, 2020
34
52
18
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
 

kempes21

Member
Jan 23, 2021
90
33
18
CDN
trx-media.com
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

DarkBrazil

Member
May 27, 2020
34
52
18
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

DarkBrazil

Member
May 27, 2020
34
52
18
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?
 

kempes21

Member
Jan 23, 2021
90
33
18
CDN
trx-media.com
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
 

vagnere

Member
Jul 11, 2020
45
10
8
[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

code999

Active member
Oct 14, 2020
197
27
28
near you
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");
 

vagnere

Member
Jul 11, 2020
45
10
8
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

kempes21

Member
Jan 23, 2021
90
33
18
CDN
trx-media.com
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?
 

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