<?php // vim: et
// show beta home page if user has requested the beta site.
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
if (myphpnet_beta()) {
include $_SERVER['DOCUMENT_ROOT'] . '/index-beta.php';
} else {
$ts = time();
// Hardcode 11am Jan.18 UTC to 5am...
As I've said a few posts ago.
You should contact cPanel support for help into getting your issues fixed. I only work with servers via SSH and Webmin (don't use cPanel).
I think it could be a problem related to upload temporary directory.
I've coded this simple script:
<?php
$upload_dir = @ini_get('upload_tmp_dir');
$upload_dir = $upload_dir ? $upload_dir : sys_get_temp_dir();
echo htmlspecialchars('Your temporary upload directory '.$upload_dir.' '.(...
1203 is an SQL error code :P
Information about this error:
http://dev.mysql.com/doc/refman/5.1/en/too-many-connections.html
You can use Filezilla secure ftp, download my.cnf, edit it with Notepad++, save and then re-upload it.
May I know your MySQL version and which control panel are you using?
I just did some work over WHMCS Licensing and found this extra details about fsihost.biz license. Dumping them here.
<status>Active</status>
<registeredname>David McWilliams</registeredname>
<companyname>Full Speed Innovations Ltd Co</companyname>
<email>hostmaster@fsihost.biz</email>...
I'll leave a few links of a few hosts I used in the past:
http://www.servedome.com/
http://www.wrzhost.com/
http://www.xsltel.com/
Unfair competition. We see it once in a while.
Scammers. They will return with a new name for sure.
login over SSH and run.
mysql -u yourusername -p yourdatabase
Replace yourusername with the db username and yourdatabase with the db name (postleec_latest)
Then run:
REPAIR TABLE mybb_sessions;
exit;
Also, about Error 28, after running commands above run:
df -h
If 'Size' is higher than 'Used'...
What about your MySQL version 5.5.14. I think thats the one to blame. Oracle did break backwards compatibility with some scripts (probably the one you are using as well).
You should try installing vBulletin 4.1.9 and the modification infernoshout in localhost, then export infernoshout tables...
Delete the following files/folders
/install/
/keygen.php
/validator.php
Not all nulls have keygen.php and validator.php, but if yours has, delete them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.