Foodomaa - Multi-restaurant Food Ordering, Restaurant & Delivery Application - (NULLED BY @LALBILLA)

Foodomaa - Multi-restaurant Food Ordering, Restaurant & Delivery Application - (NULLED BY @LALBILLA) 3.5

No permission to download

arkobd

Active member
Sep 8, 2018
466
78
28
Hi everyone,
Thanks in advance for any advice you can give us, we live in Thailand and have been hit hard by this Covis problem, forced to shut down our restaurant and cooking school in Phuket, We moved back up north before lockdown luckely but its having a huge impact on our local community in the North as well. Long story short we wanted to launch an app to help the restaurants here deliver food and create some jobs for the locals where they have been lost , after hours of attempting this myself via LAMP stack on google cloud I cant for the life of me work out how to launch it, is there someone who could offer some assistance , we are happy to pay or even chat about shared equity for the right person who could support the server and software side of things for us.
Don't know is it good or bad,I am ready to help you.You can sent me a text regarding this issue.
thank you
 

leoriver37

Member
Apr 2, 2020
41
22
8
Good, I leave you a small tutorial on how to generate apks to upload them to the google store.

The first thing we must do is go to this website: https://appmaker.xyz/pwa-to-apk/ which makes our PWA application generate it as an apk.

Captura de pantalla 2020-04-20 a las 23.11.56.png

We enter our url where we host the script: example https://mydomain.com and press the get started button.

In the next section you can modify the name of the application and change the icon

Captura de pantalla 2020-04-20 a las 23.19.24.png

The process of generating the apk will be done

Captura de pantalla 2020-04-20 a las 23.21.57.png

We must upload the assetlinks.json file to our server below.

We create a folder at the root with the name .well-known example: https://www.example.com/.well-known/ and upload assetlinks.json to this folder, example https://www.example.com/ .well-known / assetlinks.json

Captura de pantalla 2020-04-20 a las 23.23.22.png

and download all the files.

Captura de pantalla 2020-04-20 a las 23.17.15.png

As you will know this script also has a PWA for Delivery, to generate the Delivey APK we must follow the same steps previously mentioned.

We go again to https://appmaker.xyz/pwa-to-apk/ and this time we add the link of our access to Delivery.

Example: https://mydomain.com/delivery

This will generate another assetlinks.json file, what we have to do is buy the content of this one and add it to the one we have previously uploaded in this way:

Code:
[{
  "relation": ["delegate_permission/common.handle_all_urls"],
  "target": {
    "namespace": "android_app",
    "package_name": "xyz.appmaker.apemn",
    "sha256_cert_fingerprints": ["99:EF:02:4A:B5:2C:7F:8D:43:12:8A:90:9C:A7:EB:24:10:89:34:5F:6C:C8:C6:FE:74:38:2D:D5:79:97:93:A3"]
  }
  },
  {
    "relation": ["delegate_permission/common.handle_all_urls"],
    "target": {
      "namespace": "android_app",
      "package_name": "xyz.appmaker.ltgijh",
      "sha256_cert_fingerprints": ["8B:54:69:8E:97:50:B6:87:33:65:7C:55:DD:0E:56:17:61:94:A7:F8:6A:A4:FE:65:77:A1:03:92:04:AE:5E:B8"]
  }
}]

This I have done because you already know that only one of the PWAs can be installed and in this way we will have both working independently of the user and the delivery. Also they can add them to the google store.

If this helps you, it is enough for me, so please like this comment.
 

clairvoyant

Active member
Trusted Uploader
Jul 30, 2018
217
175
43
Indonesia
Good, I leave you a small tutorial on how to generate apks to upload them to the google store.

The first thing we must do is go to this website: https://appmaker.xyz/pwa-to-apk/ which makes our PWA application generate it as an apk.

Captura de pantalla 2020-04-20 a las 23.11.56.png

We enter our url where we host the script: example https://mydomain.com and press the get started button.

In the next section you can modify the name of the application and change the icon

Captura de pantalla 2020-04-20 a las 23.19.24.png

The process of generating the apk will be done

Captura de pantalla 2020-04-20 a las 23.21.57.png

We must upload the assetlinks.json file to our server below.

We create a folder at the root with the name .well-known example: https://www.example.com/.well-known/ and upload assetlinks.json to this folder, example https://www.example.com/ .well-known / assetlinks.json

Captura de pantalla 2020-04-20 a las 23.23.22.png

and download all the files.

Captura de pantalla 2020-04-20 a las 23.17.15.png

As you will know this script also has a PWA for Delivery, to generate the Delivey APK we must follow the same steps previously mentioned.

We go again to https://appmaker.xyz/pwa-to-apk/ and this time we add the link of our access to Delivery.

Example: https://mydomain.com/delivery

This will generate another assetlinks.json file, what we have to do is buy the content of this one and add it to the one we have previously uploaded in this way:

Code:
[{
  "relation": ["delegate_permission/common.handle_all_urls"],
  "target": {
    "namespace": "android_app",
    "package_name": "xyz.appmaker.apemn",
    "sha256_cert_fingerprints": ["99:EF:02:4A:B5:2C:7F:8D:43:12:8A:90:9C:A7:EB:24:10:89:34:5F:6C:C8:C6:FE:74:38:2D:D5:79:97:93:A3"]
  }
  },
  {
    "relation": ["delegate_permission/common.handle_all_urls"],
    "target": {
      "namespace": "android_app",
      "package_name": "xyz.appmaker.ltgijh",
      "sha256_cert_fingerprints": ["8B:54:69:8E:97:50:B6:87:33:65:7C:55:DD:0E:56:17:61:94:A7:F8:6A:A4:FE:65:77:A1:03:92:04:AE:5E:B8"]
  }
}]

This I have done because you already know that only one of the PWAs can be installed and in this way we will have both working independently of the user and the delivery. Also they can add them to the google store.

If this helps you, it is enough for me, so please like this comment.

Brother, Google Play store need to to have App Bundle instead of APK. How to do that?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,652
27,001
120
Brother, Google Play store need to to have App Bundle instead of APK. How to do that?

Use Android studio 3.3 or higher

If using IDE is not an option take a look here:

I have this error, there is some other way. Geocoding failed because `You must enable Billing on Google Cloud Project

App offers in-app purchases, so for that you have to enable billing in your play console for the app.
 

leoriver37

Member
Apr 2, 2020
41
22
8
I have this error, there is some other way. Geocoding failed because `You must enable Billing on Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp - start`

1587507997282.png

For this you must add a payment method in your google account in your console to be able to currently use the google maps api. Without an assigned payment method in your google console you will not be able to use the services of google maps.

That is to say, google maps requires that your verification by credit card to be able to use the google maps API services, also remember that google gives you $ 300 welcome to use all its services.

if you need more help let me know.
 

leoriver37

Member
Apr 2, 2020
41
22
8

basithsiraj

New member
Apr 21, 2020
18
6
3
edit file .env (in root folder) and change to your info domain and database:

You should change this for your url

APP_URL=https://yourdomain.com/public

And this should be changed by the connection data of your database

DB_DATABASE=foodoma
DB_USERNAME=foodoma
DB_PASSWORD=123456
Yeah, I have made all those changes and when I try to install https://yourdomain.com/public/install " I'm getting error 404/Not found. Now, when go to my website it's working but how to i login to admin panel?
 

Attachments

  • Screen Shot 2020-04-23 at 4.09.55 PM.png
    Screen Shot 2020-04-23 at 4.09.55 PM.png
    249.9 KB · Views: 34
  • Screen Shot 2020-04-23 at 4.10.32 PM.png
    Screen Shot 2020-04-23 at 4.10.32 PM.png
    541 KB · Views: 31

basithsiraj

New member
Apr 21, 2020
18
6
3
Bro, I did everything as per the documentation say. I tried that login page before, I'm not able to load that page.{Error 505}. But my frontend page works fine, I'm not able to find wots wrong!
Finally! It's working.. there was a problem with php extension. {fileinfo}
 
  • Like
Reactions: gugel69

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