| Re: Installing VB gallery on Free USB 4.8 ??
ipower.com and ipowerweb.com use the crappo vDeck control panel. If you thought cPanel was annoying...
I had to modify PHP scripts to get them to work on vDeck.
On cPanel, if you create a directory with PHP, it inherits the privileges of the parent dir.
On vDeck, it inherits the privileges of the root user, which means those folders become indestructible if you login with FTP. So I had to make sure my scripts chmod every directory they create to 777. Not bueno!
|