Gojek Clone App - On-Demand Multi Service App

Gojek Clone App - On-Demand Multi Service App Gojek Clone App - KingX v2023

No permission to download

Ferhatus

New member
May 4, 2022
13
4
3
I also get an error when changing the api in Google Server API Key for push notificación.

Which api to put? Where to find such correct api in firebase?
from the google console, which will make it possible to enter for that active event or directions that will be used in google, whether one needs it or not.
 

lazmuler

New member
Jun 19, 2022
9
2
3
IndexIgnore *
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} /(.*)/$
RewriteRule ^ /%1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} /setup_info/ [NC]
RewriteCond %{HTTP_HOST} !192.168.1.141 [NC]
RewriteCond %{HTTP_HOST} !webprojectsdemo.com [NC]
RewriteCond %{HTTP_HOST} !webprojectsdemo.net [NC]
RewriteRule . https://domain.com/Page-Not-Found [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} /app_configuration_file.php [NC]
RewriteCond %{HTTP_HOST} !webprojectsdemo.net [NC]
RewriteRule . https://domain.com/Page-Not-Found [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} /assets/libraries/SocketClsNodeN/|/assets/libraries/mapsApiServiceProvider/|/assets/libraries/SocketClsNode/|/assets/libraries/datasetfiles/|/assets/libraries/adminMongo/|/sampletest.php [NC]
RewriteCond %{HTTP_HOST} !192.168.1.141 [NC]
RewriteCond %{HTTP_HOST} !webprojectsdemo.com [NC]
RewriteCond %{HTTP_HOST} !webprojectsdemo.net [NC]
RewriteRule . 404-error.php [L]

# Force SSL on all pages excluding Socket cluster dependent pages
RewriteCond %{HTTPS} off [NC]
RewriteCond %{HTTP_HOST} ^(.*)$ [NC]
RewriteCond %{HTTP_HOST} !192.168.1.131 [NC]
RewriteCond %{HTTP_HOST} !192.168.1.141 [NC]
RewriteCond %{HTTP_HOST} !192.168.1.151 [NC]
RewriteCond %{REQUEST_FILENAME} !\.(css|js|png|jpg|less|jpeg|bmp|gif|woff2|ttf|woff)$ [NC]
RewriteCond %{REQUEST_URI} !/admin237/map_tracking.php|/admin237/ajax_getdriver_detail.php|ajax_getdirver_detail.php|trip_tracking.php|trip_tracking_multi_delivery.php|webservice_shark.php|webservice_shark_1.php|resizeImg.php|invoice_deliverall.php|invoice.php|ajax_estimate_by_vehicle_type.php|cx-invoice_deliverall.php|cx-ajax_getOrderstatus.php|get_reverse_geocoding_file_content.php|cx-processing_orders_store.php|/admin237/server_details.php|/admin237/sc_diagnostics.php [NC]
RewriteRule ^(.*)$ https://domain.com%{REQUEST_URI} [L,R=301]

# Force No SSL on Socket cluster dependent pages
RewriteCond %{HTTPS} on [NC]
RewriteCond %{HTTP_HOST} !192.168.1.131 [NC]
RewriteCond %{HTTP_HOST} !192.168.1.141 [NC]
RewriteCond %{HTTP_HOST} !192.168.1.151 [NC]
RewriteCond %{REQUEST_URI} /admin237/map_tracking.php|/admin237/ajax_getdriver_detail.php|ajax_getdirver_detail.php|trip_tracking.php|trip_tracking_multi_delivery.php|invoice_deliverall.php|invoice.php|cx-invoice_deliverall.php|cx-ajax_getOrderstatus.php|cx-processing_orders_store.php|/admin237/server_details.php|/admin237/sc_diagnostics.php [NC]
RewriteRule ^(.*)$ http://domain.com%{REQUEST_URI} [L,R=301]

#get_reverse_geocoding_file_content.php file is included only in first block bc some are http and some are https..

<FilesMatch ".(sh)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<Files *.tpl>
Deny from all
</Files>
<Files *.inc>
Deny from all
</Files>
RewriteRule ^help-center$ help_center.php
RewriteRule ^login-new$ login_new.php

RewriteRule ^profile$ profile.php
RewriteRule ^dashboard$ dashboard.php
RewriteRule ^vehicle$ vehicle.php
#RewriteRule ^vehicle/(.*)$ vehicle.php?iDriverId=$1

RewriteRule ^vehicle-add$ vehicle_add_form.php
RewriteRule ^driver-trip$ driver_trip.php
RewriteRule ^provider-job$ driver_trip.php
RewriteRule ^driver-order$ driver_order.php
RewriteRule ^payment-request$ payment_request.php
RewriteRule ^logout$ logout.php
RewriteRule ^driverlist$ driver.php
RewriteRule ^foodcategorylist$ food_menu.php
RewriteRule ^menuitems$ menuitems.php
RewriteRule ^company-order$ company_order.php
RewriteRule ^processing-orders$ processing_orders.php
RewriteRule ^fare-estimate$ fareestimate.php
RewriteRule ^providerlist$ driver.php
RewriteRule ^company-trip$ company_trip.php
RewriteRule ^profile-rider$ profile_rider.php
RewriteRule ^profile-user$ profile_rider.php
RewriteRule ^mytrip$ mytrip.php
RewriteRule ^myorder$ myorder.php
RewriteRule ^driver_wallet$ rider_wallet.php?type=Driver
RewriteRule ^provider_images$ provider_images.php
RewriteRule ^rider_wallet$ rider_wallet.php?type=Rider
RewriteRule ^provider_wallet$ rider_wallet.php?type=Driver
RewriteRule ^user_wallet$ rider_wallet.php?type=Rider
RewriteRule ^rider-login$ login_new.php?action=rider
RewriteRule ^driver-login$ login_new.php?action=driver
RewriteRule ^user-login$ login_new.php?action=rider
RewriteRule ^provider-login$ login_new.php?action=driver
RewriteRule ^company-login$ login_new.php?action=driver&iscompany=1
RewriteRule ^organization-login$ organization_login.php?action=organization
RewriteRule ^organization-profile$ organization-profile.php
RewriteRule ^organization-user$ my_users.php
RewriteRule ^store_images$ store_images.php

RewriteRule ^rider$ login_new.php?action=rider
RewriteRule ^driver$ login_new.php?action=driver
#RewriteRule ^facebook$ fbconnect.php

RewriteRule ^facebook$ fb-login/fbconfig.php
RewriteRule ^facebook/(.*)$ fb-login/fbconfig.php?userType=$1
RewriteRule ^facebook-rider/(.*)$ fb-login/fbconfig-rider.php?userType=$1

RewriteRule ^twitter/(.*)$ twconnect.php?userType=$1
RewriteRule ^google/(.*)$ gpconnect.php?userType=$1
#RewriteRule ^google-rider/(.*)$ gpconnect_user.php?userType=$1
RewriteRule ^linkedin/(.*)$ linkedin-login/auth.php?userType=$1
RewriteRule ^linkedin-rider/(.*)$ linkedin-login/auth-rider.php?userType=$1


RewriteRule ^hotel$ admin237/index.php?userType=hotel
RewriteRule ^billingpanel$ admin237/index.php?userType=billing
RewriteRule ^sign-in$ sign-in.php
RewriteRule ^sign-up-rider$ sign-up_rider.php
RewriteRule ^sign-up-user$ sign-up_rider.php
RewriteRule ^sign-up-restaurant$ sign-up-restaurant.php
RewriteRule ^sign-up-organization$ sign-up-organization.php
RewriteRule ^sign-up$ sign-up.php
RewriteRule ^about-us$ about.php
RewriteRule ^trust-safety-insurance$ trust_safty_insurance.php
RewriteRule ^safety-measures$ safety_measures.php

RewriteRule ^how-it-works$ how_it_works.php
RewriteRule ^terms-condition$ terms_condition.php
RewriteRule ^faq$ faq.php
RewriteRule ^about$ about.php
RewriteRule ^contact-us$ contact_us.php
RewriteRule ^help-center$ help_center.php
RewriteRule ^legal$ legal.php
RewriteRule ^dummy$ dummy_data_insert.php
RewriteRule ^settings$ settings.php
RewriteRule ^privacy-policy$ privacy-policy.php
RewriteRule ^organization-trip$ organization_trip.php
RewriteRule ^users-trip$ organization_users_trip.php
RewriteRule ^maintanance maintanance.php

RewriteRule ^cj-sign-in$ sign-in.php
RewriteRule ^cj-user-login$ login_new.php?action=rider
RewriteRule ^cj-rider-login$ login_new.php?action=rider
RewriteRule ^cj-provider-login$ login_new.php?action=driver
RewriteRule ^cj-driver-login$ login_new.php?action=driver
RewriteRule ^cj-company-login$ login_new.php?action=driver&iscompany=1
RewriteRule ^cj-organization-login$ organization_login.php?action=organization
RewriteRule ^cj-sign-up$ sign-up.php
RewriteRule ^cj-sign-up-user$ sign-up_rider.php
RewriteRule ^cj-sign-up-rider$ sign-up_rider.php
RewriteRule ^cj-sign-up-restaurant$ sign-up-restaurant.php
RewriteRule ^cj-sign-up-organization$ sign-up-organization.php
RewriteRule ^cj-SignUp$ sign-up.php


RewriteRule ^order-items$ user_info.php
RewriteRule ^store-listing$ restaurant_listing.php
RewriteRule ^store-items$ restaurant_menu.php
RewriteRule ^store-order$ restaurant_place-order.php
RewriteRule ^user-order-information$ customer_info.php


RewriteRule ^userbooking$ userbooking.php?userType1=rider

RewriteRule ^companybooking$ userbooking.php?userType1=company

RewriteRule ^adminbooking$ userbooking.php?userType1=admin
#RewriteRule ^adminbooking/(.*)$ userbooking.php?userType1=admin&booking_id=$1 [QSA]

RewriteRule ^SignUp sign-up.php
RewriteRule ^my-account my-account.php
RewriteRule ^Logout logout.php
RewriteRule ^Organization-Logout organization-logout.php
RewriteRule ^Page-Not-Found 404-error.php
RewriteRule ^Site-Maintenance-Page site_maintenance.php

###############################################################################

#RewriteRule ^cx-sign-in$ cx-sign-in.php
#RewriteRule ^cx-sign-up$ cx-sign-up.php

#RewriteRule ^processing-orders$ cx-processing_orders.php

#RewriteRule ^companybooking$ cx-userbooking.php?userType1=company
#RewriteRule ^companybooking-ride$ cx-userbooking.php?userType1=company&navigatedPage=ride
#RewriteRule ^companybooking-delivery$ cx-userbooking.php?userType1=company&navigatedPage=Delivery
#RewriteRule ^companybooking-fly$ cx-userbooking.php?userType1=company&navigatedPage=Fly
#RewriteRule ^companybooking-moto$ cx-userbooking.php?userType1=company&navigatedPage=Moto

#RewriteRule ^userbooking$ cx-userbooking.php?userType1=rider
#RewriteRule ^userbooking-ride$ cx-userbooking.php?userType1=rider&navigatedPage=ride
#RewriteRule ^userbooking-delivery$ cx-userbooking.php?userType1=rider&navigatedPage=Delivery
#RewriteRule ^userbooking-fly$ cx-userbooking.php?userType1=rider&navigatedPage=Fly
#RewriteRule ^userbooking-moto$ cx-userbooking.php?userType1=rider&navigatedPage=Moto

RewriteRule ^companybooking-ride$ userbooking.php?userType1=company&navigatedPage=ride
RewriteRule ^companybooking-delivery$ userbooking.php?userType1=company&navigatedPage=Delivery
RewriteRule ^companybooking-fly$ userbooking.php?userType1=company&navigatedPage=Fly
RewriteRule ^companybooking-moto$ userbooking.php?userType1=company&navigatedPage=Moto

RewriteRule ^userbooking-ride$ userbooking.php?userType1=rider&navigatedPage=ride
RewriteRule ^userbooking-delivery$ userbooking.php?userType1=rider&navigatedPage=Delivery
RewriteRule ^userbooking-fly$ userbooking.php?userType1=rider&navigatedPage=Fly
RewriteRule ^userbooking-moto$ userbooking.php?userType1=rider&navigatedPage=Moto

RewriteRule ^company-fare-estimate$ cx-fareestimate.php?userType1=company
RewriteRule ^user-fare-estimate$ cx-fareestimate.php?userType1=rider

RewriteRule ^earn$ cx-earn.php
RewriteRule ^corporate-ride$ cx-business.php
RewriteRule ^taxi$ cx-taxi.php
RewriteRule ^food$ cx-food.php
RewriteRule ^delivery$ cx-delivery.php
RewriteRule ^moto$ cx-moto.php
RewriteRule ^fly$ cx-fly.php
RewriteRule ^about$ cx-about.php
RewriteRule ^grocery$ cx-grocery.php
RewriteRule ^otherservices$ cx-otherservices.php
RewriteRule ^otherservices/(.*)/(.*)$ cx-otherservices.php?iVehicleCategoryId=$2
RewriteRule ^services/(.*)/(.*)$ cx-services.php?iVehicleCategoryId=$2
RewriteRule ^moto/(.*)/(.*)$ cx-moto.php?iVehicleCategoryId=$2
RewriteRule ^msite$ cx-msite.php

RewriteRule ^join/(.*)$ video_call_response.php?roomId=$1
RewriteRule ^message/(.*)/(.*)$ video_call_message.php?roomId=$1&userId=$2

#RewriteRule ^sign-in.php$ cx-sign-in

ErrorDocument 404 https://domain.com/Page-Not-Found

####################################################################################################################################
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
######

######
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
######

######
Header unset ETag
FileETag None
######

<ifModule mod_deflate.c>
<filesMatch ".(css|js|x?html?|php|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
SetOutputFilter DEFLATE
</filesMatch>
</ifModule>

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css text/javascript application/javascript
</IfModule>


# 1 Month for most static assets
<filesMatch ".(css|jpg|jpeg|png|gif|js|ico)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>

<IfModule mod_headers.c>
<FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
Header set Last-Modified "Fri, 31 Aug 2018 00:00:00 GMT"
</FilesMatch>
</IfModule>


## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_keep_workfiles No
mod_gzip_can_negotiate Yes
mod_gzip_add_header_count Yes
mod_gzip_send_vary Yes
mod_gzip_command_version '/mod_gzip_status'
mod_gzip_min_http 1000
mod_gzip_minimum_file_size 300
mod_gzip_maximum_file_size 512000
mod_gzip_maximum_inmem_size 60000
mod_gzip_handle_methods GET POST
mod_gzip_temp_dir /tmp
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.pl$
mod_gzip_item_include file \.rb$
mod_gzip_item_include file \.py$
mod_gzip_item_include file \.cgi$
mod_gzip_item_include file \.css$
mod_gzip_item_include file \.js$
mod_gzip_item_include mime ^application/javascript$
mod_gzip_item_include mime ^application/x-javascript$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^httpd/unix-directory$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include handler ^server-status$
mod_gzip_item_include handler ^server-info$
mod_gzip_item_include handler ^application/x-httpd-php
mod_gzip_item_exclude mime ^image/.*
</IfModule>
####################################################################################################################################

<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteCond %{REMOTE_ADDR} !^123\.456\.789\.000
#RewriteCond %{REQUEST_URI} !maintenance.html$ [NC]
#RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|jpg) [NC]
#RewriteRule .* maintenance.html [R=302,L]
</IfModule>

<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteCond %{REMOTE_ADDR} !^123\.456\.789\.000
#RewriteCond %{REQUEST_URI} !1.html$ [NC]
#RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|jpg) [NC]
#RewriteRule .* 1.html [R=301,L]
</IfModule>

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_flag display_errors Off
php_value max_execution_time 0
php_value max_input_time 0
php_value max_input_vars 10000
php_value memory_limit -1M
php_value post_max_size 500M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
php_value upload_max_filesize 500M
php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 0
php_value max_input_time 0
php_value max_input_vars 10000
php_value memory_limit -1M
php_value post_max_size 500M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
php_value upload_max_filesize 500M
php_flag zlib.output_compression On
</IfModule>
# php -- END cPanel-generated handler, do not edit

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_value memory_limit 128M
php_value upload_max_filesize 12M
php_value post_max_size 12M
php_value max_execution_time 30
php_flag display_errors On
php_value date.timezone "Europe/London"
php_value error_reporting E_ALL & ~E_DEPRECATED & ~E_STRICT
php_value session.save_path "/tmp"
php_value max_input_time 0
php_value max_input_vars 1000
php_value session.gc_maxlifetime 1440
php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
php_value memory_limit 128M
php_value upload_max_filesize 12M
php_value post_max_size 12M
php_value max_execution_time 30
php_flag display_errors On
php_value date.timezone "Europe/London"
php_value error_reporting E_ALL & ~E_DEPRECATED & ~E_STRICT
php_value session.save_path "/tmp"
php_value max_input_time 0
php_value max_input_vars 1000
php_value session.gc_maxlifetime 1440
php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

someone share a copy of the .htaccess file?
 

andreker

Member
Jul 22, 2022
40
5
8
this is because db and firebase connections db info
did you solve that problem?

In the first installation it worked perfectly with the default configuration. I was able to enter the 2 apps and log in and see the functionalities. Then maybe I started to replace configuration data and I get that error now, but I don't know exactly what causes it.
 

Ferhatus

New member
May 4, 2022
13
4
3
did you solve that problem?

In the first installation it worked perfectly with the default configuration. I was able to enter the 2 apps and log in and see the functionalities. Then maybe I started to replace configuration data and I get that error now, but I don't know exactly what causes it.
If you are changing money name or symbol, it is an example error that you need to change the symbols and codes of the data in the whole DB.
 

andreker

Member
Jul 22, 2022
40
5
8

Please ineed help
Screenshot_20221014-194040_Alaadcin.jpg

note: about that error... in the android studio emulator both apps run perfectly... I also tested them on a physical Samsung device and it also works...

I also have a physical Huawei device and the app opens the login and registration screens without problems but it does not go beyond there. when I click on start session or register it takes a while and gives me that error... (ONLY WITH THE HUAWEI DEVICE)
 
  • Like
Reactions: Molana

Ferhatus

New member
May 4, 2022
13
4
3
note: about that error... in the android studio emulator both apps run perfectly... I also tested them on a physical Samsung device and it also works...

I also have a physical Huawei device and the app opens the login and registration screens without problems but it does not go beyond there. when I click on start session or register it takes a while and gives me that error... (ONLY WITH THE HUAWEI DEVICE)
You need to see the DB, I don't think it's related to Huawei, after all, partially system webview is working.
 

lazmuler

New member
Jun 19, 2022
9
2
3
note: about that error... in the android studio emulator both apps run perfectly... I also tested them on a physical Samsung device and it also works...

I also have a physical Huawei device and the app opens the login and registration screens without problems but it does not go beyond there. when I click on start session or register it takes a while and gives me that error... (ONLY WITH THE HUAWEI DEVICE)
This is because the app requires google play services which is currently an issue for huawei devices. Do a search on google for a workaround.
 

mecoder

Well-known member
Feb 22, 2021
249
367
63
without updating the apps its not possible to get them approved in ios store, it took me too many days to make it work right on ios 16 with all layout right.
 

andreker

Member
Jul 22, 2022
40
5
8
who knows how to correct that mistake. apparently an API key error, but I don't know where to change it
 

Attachments

  • Screenshot_20221031_173310.jpg
    Screenshot_20221031_173310.jpg
    73.4 KB · Views: 24

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