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

GambitSteel

Active member
Trusted Uploader
Oct 22, 2020
149
152
43
PROBLEM URL /delivery

Clear the content of your .htaccess file in your root directory, paste this, save and reload your /delivery page:

Code:
FileETag none

<IfModule mod_rewrite.c>
    RewriteEngine On

    #Redirect to non-www with https
    RewriteCond %{HTTPS} off [OR]
    RewriteCond %{HTTP_HOST} ^www\. [NC]
    RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
    RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
   
    RewriteBase /
    RewriteRule ^index\.html$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.html [L]
</IfModule>


<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (.+)/$
    RewriteRule ^ %1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

# BEGIN Caching
<ifModule mod_headers.c>
<filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf|ttf|otf|woff|woff2|eot|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
<filesMatch "\\.(css)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
#<filesMatch "\\.(js)$">
#Header set Cache-Control "max-age=2592000, private"
#</filesMatch>
<filesMatch "\\.(xml|txt)$">
Header set Cache-Control "max-age=2592000, public, must-revalidate"
</filesMatch>
<filesMatch "\\.(html|html|php)$">
Header set Cache-Control "no-store"
</filesMatch>
</ifModule>
# END Caching

<FilesMatch ".(eot|otf|ttf|woff|woff2)">
    Header always set Access-Control-Allow-Origin "*"
</FilesMatch>

<Files .json>
    Header unset Cache-Control
</Files>

<Files .env>
order allow,deny
Deny from all
</Files>
 

baixaki

New member
Mar 25, 2021
14
3
3
FileETag none

<IfModule mod_rewrite.c>
RewriteEngine On

#Redirect to non-www with https
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]

RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>


<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

# BEGIN Caching
<ifModule mod_headers.c>
<filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf|ttf|otf|woff|woff2|eot|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
<filesMatch "\\.(css)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
#<filesMatch "\\.(js)$">
#Header set Cache-Control "max-age=2592000, private"
#</filesMatch>
<filesMatch "\\.(xml|txt)$">
Header set Cache-Control "max-age=2592000, public, must-revalidate"
</filesMatch>
<filesMatch "\\.(html|html|php)$">
Header set Cache-Control "no-store"
</filesMatch>
</ifModule>
# END Caching

<FilesMatch ".(eot|otf|ttf|woff|woff2)">
Header always set Access-Control-Allow-Origin "*"
</FilesMatch>

<Files .json>
Header unset Cache-Control
</Files>

<Files .env>
order allow,deny
Deny from all
</Files>
# php -- BEGIN cPanel-generated handler, do not edit
# Defina o pacote “ea-php73” como a linguagem padrão de programação “PHP”.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 
Last edited:
  • Like
Reactions: rwassa

Uzuary

Member
Dec 29, 2020
71
15
8
Does anyone know how to fix this bug? When finalizing the order, on the payments page, when clicking on any payment it does not redirect to the order page and is static.

Has anyone ever experienced this?
 

arrocy

Active member
Null Master
Trusted Uploader
Jun 16, 2020
185
213
43
Does anyone know how to fix this bug? When finalizing the order, on the payments page, when clicking on any payment it does not redirect to the order page and is static.

Has anyone ever experienced this?
did you put OneSignal App ID and OneSignal REST API key? Foodomaa still has this bug after Onesignal changed something on their API.
Delete OneSignal REST API key to resolve this.
No push notification for store owner when new order came in.
 

rehamelbahgi

Member
Nov 18, 2020
22
8
8
I installed PWA. Succesfully but i need to convert it to Apk for customer , driver and resturant app

Ho can i do this
 

Uzuary

Member
Dec 29, 2020
71
15
8
did you put OneSignal App ID and OneSignal REST API key? Foodomaa still has this bug after Onesignal changed something on their API.
Delete OneSignal REST API key to resolve this.
No push notification for store owner when new order came in.
Work! Tksssss
 
  • Like
Reactions: willowdan

GambitSteel

Active member
Trusted Uploader
Oct 22, 2020
149
152
43
did you put OneSignal App ID and OneSignal REST API key? Foodomaa still has this bug after Onesignal changed something on their API.
Delete OneSignal REST API key to resolve this.
No push notification for store owner when new order came in.
This is the solution for this bug, extract in root folder
 

Attachments

  • onesignal-patch-foodomaa-2.6.1.zip
    23.2 KB · Views: 33
  • Like
Reactions: uzuary

Cacktus

Member
Sep 29, 2020
53
13
8
Netherland
Compartilho sua situação, Pois tambem trabalhei com a tradução para o idioma Portugues, isso me consumiu muito tempo e trabalho; pore, aqui so querem tudo de graça... Assim faço minha tradução é não compartilho.. peço uma pequena contribuição, mas mesmo assim ninguem tem interesse..


----

I share your situation, because I also worked with the translation into Portuguese, it consumed me a lot of time and work; however, here they just want everything for free ... So I do my translation and I don’t share it… I ask for a small contribution, but even so, no one is interested ..
Eu tenho a tradução completa de PT, se alguem precisa diga algo...
 

arrocy

Active member
Null Master
Trusted Uploader
Jun 16, 2020
185
213
43
Anyone getting error on Permission & Role edit and on Sort Menu and Items on Store page?

Error:
Class sclc does not exist

Please help <3
Please report any other "Class sclc does not exist" error!
I want to update the patch soon if no more "Class sclc does not exist" beside those 2 above.
 

Uzuary

Member
Dec 29, 2020
71
15
8
Last edited:
  • Love
Reactions: Cacktus

PaulistaBolado

New member
May 7, 2021
6
1
3
Localhost
Upgraded premium modules








:D
For 2.7.0?
 

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