Some problems.
In admin panel:
I cannot do anything. Clicking any links shows empty-style pages and nothing can be saved, or some links show blank page
I traced it to the vbseo code you provided causing that error
Code:
//==========================================================================
// Video Directory
//==========================================================================
'video.php?do=viewdetails&categoryid=(d+)&categorytitle=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'
removed that vbseo code, admin links work fine.
The other problems
- blank video list on main page
- domain name in the color icon, inside toolbar? This happens only in this mod, not global elsewhere
I chmodded all folders/sub-folders/files exactly as explained in the readme file.