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

wmswina

Member
Mar 12, 2019
89
75
18
localhost
anyone know on how to setup this in nginx server?
as far as i read, it need to change from htaccess to nginx.conf..
do anyone have that configuration?
thanks
 

SamWeb157

New member
Jul 8, 2019
12
2
3
I resolved the issue by wrapping the content in
<IfModule mod_headers.c>
</IfModule

Htaccess content as
----------------------------------------
FileETag none

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,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
<IfModule mod_headers.c>
<FilesMatch ".(eot|otf|ttf|woff|woff2)">
Header always set Access-Control-Allow-Origin "*"
</FilesMatch>
<Files .json>
Header unset Cache-Control
</Files>
</ifModule>
 

tondacz

Active member
Jan 27, 2020
173
50
28
Is this thread closed ? #skdass just copied from somewhere and share it here , that is why no update at all.

Pls anyone has update 1.7.1 share it. Thanks
 
  • Like
Reactions: hostmax

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
skdass updated Foodomaa - Multi-restaurant Food Ordering, Restaurant Management and Delivery Application with a new update entry:

Foodomaa - Multi-restaurant Food Ordering, Restaurant Management and Delivery Application

foodomaa-display-v1.7.1.jpg
Version 1.7.1 [26/02/2020]
1. iOS 13 issue detected on Delivery Guy Page, Location Services have some issue with iOS 13 for any web application. Temporarily disabled.
2. Set delivery guy GPS location timeout (set to 15 seconds)
3. Fixed Double click on explore page error.
4. Fixed issue in Promo slider Size, by default it was setting size as 1.
5. Added Password recover email, name and subject changing functionality (Admin > Settings >...

Read the rest of this update entry...
 

josefran

New member
Mar 28, 2019
10
5
3
THANKS for the update, I get to install it, but the credentials for the dashboard tell me that they are incorrect. Do you know why?
 

josefran

New member
Mar 28, 2019
10
5
3
THANKS for the update, I get to install it, but the credentials for the dashboard tell me that they are incorrect. Do you know why?
I have solved it by entering the database, the users table, I have changed the user id 1 this version (1.7) by the user id 1 of the previous version (1.6) and I have logged in with the data of the previous version
 

pizat2

Active member
Dec 19, 2019
146
49
28
Installed and changed as the directions stated but cant login to admin panel with given username and password. Noticed in the sql database that username doesnt exist.
 
  • Like
Reactions: shit2k

Forum statistics

Threads
69,229
Messages
908,458
Members
237,130
Latest member
onsitbin

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