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

tetramorfo

Active member
May 22, 2019
185
65
28
Russia Federation
Warning: include_once(class.memcached.php): failed to open stream: No such file or directory in /home/uzatrading/public_html/assets/libraries/class.dbquery.php on line 6

Warning
: include_once(): Failed opening 'class.memcached.php' for inclusion (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/uzatrading/public_html/assets/libraries/class.dbquery.php on line 6

Fatal error
: Uncaught Error: Class 'MongoDB\Driver\Manager' not found in /home/uzatrading/public_html/assets/libraries/MongoDatabase/mongodb/mongodb/src/Client.php:83 Stack trace: #0 /home/uzatrading/public_html/assets/libraries/class.dbquery.php(624): MongoDB\Client->__construct() #1 /home/uzatrading/public_html/assets/libraries/class.dbquery.php(41): DBConnection->createMongoConnectionToDB() #2 /home/uzatrading/public_html/assets/libraries/defines.php(13): DBConnection->__construct('localhost', 'uzatrading_newc...', 'uzatrading_newc...', 'uzatrading_newc...') #3 /home/uzatrading/public_html/licence.php(284): require_once('/home/uzatradin...') #4 /home/uzatrading/public_html/common.php(16): include_once('/home/uzatradin...') #5 /home/uzatrading/public_html/index.php(2): include_once('/home/uzatradin...') #6 {main} thrown in /home/uzatrading/public_html/assets/libraries/MongoDatabase/mongodb/mongodb/src/Client.php on line 83
activate mongodb
 

marinette

New member
May 4, 2022
20
18
3
The error that this system has is that it connects to an IP address. I'm talking about mobile applications, I don't like that, when removing that IP the apps go blank.

An end to conclude that the applications depend on libraries hosted on v3cube servers.
 

tetramorfo

Active member
May 22, 2019
185
65
28
Russia Federation
The error that this system has is that it connects to an IP address. I'm talking about mobile applications, I don't like that, when removing that IP the apps go blank.

An end to conclude that the applications depend on libraries hosted on v3cube servers.
indicates the lines of code and the file, the ip number. I have been using it regularly for about 6 months ...
 

Viking4s

Active member
Banned User
Feb 7, 2021
157
23
28
The error that this system has is that it connects to an IP address. I'm talking about mobile applications, I don't like that, when removing that IP the apps go blank.

An end to conclude that the applications depend on libraries hosted on v3cube servers.
Yes v3cube keeps tracks of the people using their apps that haven't bought it yet!
 

marinette

New member
May 4, 2022
20
18
3
That's localhost!
Delete that ip address or edit the line, you get blank applications when running.

If it was not something important the applications should work, even if the ip was completely removed or edited.
In old versions, you don't have that ip and everything works fine.

It's just a comment, I don't want to bother or discourage you. Good luck in your project.
 
Last edited:
  • Haha
Reactions: tetramorfo

appcalifa

Active member
Trusted Uploader
Jul 30, 2020
111
190
43
How you know?
That simple:
1. IPs everywhere pose no risk (they are intranet ips from the devs).
2. Everywhere in the code there are sensitive php commands for backdoor, exploit in dozens of files even decrypted ones, php versions are old with the intention of making you vulnerable.
3. Dashboard reports raw log file via rapid7.com

Note:
You will be happier with another developer's system in laravel, let's say fox is good. If anyone shares.
 

Viking4s

Active member
Banned User
Feb 7, 2021
157
23
28
Delete that ip address or edit the line, you get blank applications when running.

If it was not something important the applications should work, even if the ip was completely removed or edited.
In old versions, you don't have that ip and everything works fine.

It's just a comment, I don't want to bother or discourage you. Good luck in your project.
Try your server IP address!
 
  • Like
Reactions: tetramorfo

tetramorfo

Active member
May 22, 2019
185
65
28
Russia Federation
Line 85

Utils.SERVER_CONNECTION_URL = "http://192.168.1.141/";

\app\src\main\java\com\general\files/MyApp.java

Delete that ip address or edit the line, you get blank applications when running.
.....
# Copyright 1997-2022, American Registry for Internet Numbers, Ltd.
#
NetRange: 192.168.0.0 - 192.168.255.255
CIDR: 192.168.0.0/16
NetName: PRIVATE-ADDRESS-CBLK-RFC1918-IANA-RESERVED
NetHandle: NET-192-168-0-0-1
Parent: NET192 (NET-192-0-0-0-0)
NetType: IANA Special Use


.htaccess "rewrite rule"


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]
....... do we need to add more, or ???
 
Last edited:

tetramorfo

Active member
May 22, 2019
185
65
28
Russia Federation
When I started debugging, I gave up using it and didn't proceed. Try to find some as base in laravel will be more interesting.
there are many similar scripts, but not so complete and functional. I tested the script enough, I didn't find anything worrying.
Surely a script developed in Laravel, has the possibility ' of maintenance and development, much simpler ... but does it exist ? so complete ?
 

appcalifa

Active member
Trusted Uploader
Jul 30, 2020
111
190
43
existem muitos scripts semelhantes, mas não tão completos e funcionais. Testei bastante o script, não achei nada preocupante.
Com certeza um script desenvolvido em Laravel, tem a possibilidade de 'manutenção e desenvolvimento, muito mais simples... mas existe ? tão completo?
 

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