Bet365 script with DB and notes

nnvcoders

Member
Null Master
Trusted Uploader
May 10, 2022
63
51
18
Bangladesh
nnvcoders.com
Notice (8): Undefined variable: Sport [APP/Controller/AppController.php, line 198]
Code Context
AppController::beforeFilter() - APP/Controller/AppController.php, line 198
PagesController::beforeFilter() - APP/Plugin/Content/Controller/PagesController.php, line 47
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 182
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 124
Yes because i am using shared hosting. It not working in shared hosting...
Need centos vps with own whm. because from whm need some install package
 
  • Like
Reactions: sessizbyu

sessizbyu

Active member
Null Master
Trusted Uploader
Dec 25, 2020
506
245
43
27
Turkey
mysite.com
delete existing code and place new code


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^$ CHANGETOYOURFOLDERNAME/app/webroot/ [L]
RewriteRule (.*) CHANGETOYOURFOLDERNAME/app/webroot/$1 [L]
</IfModule>
but CHANGETOYOURFOLDERNAME what should i write here? if you post your own .htaccess file i can do it by looking at it
 

nnvcoders

Member
Null Master
Trusted Uploader
May 10, 2022
63
51
18
Bangladesh
nnvcoders.com
but CHANGETOYOURFOLDERNAME what should i write here? if you post your own .htaccess file i can do it by looking at it


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^$ /home/infoshirajul/dappfilm.com/app/webroot/ [L]
RewriteRule (.*) /home/infoshirajul/dappfilm.com/app/webroot/$1 [L]
</IfModule>


it should be like that.
 
  • Like
Reactions: sessizbyu

DJKeterson

Member
Aug 14, 2022
83
58
18
33
If anyone wants to work on this I can donate a VPS set up for this purpose. Just direct message me with your Telegram.
 

Ire0

Member
Nov 7, 2020
61
11
8
As i remember i had change debug code from 0 to 1 then switch back or something like that , and some changes on .htaacess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^$ CHANGETOYOURFOLDERNAME/app/webroot/ [L]
RewriteRule (.*) CHANGETOYOURFOLDERNAME/app/webroot/$1 [L]
</IfModule>

betiii.png
What's the PHP version you use
 

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