Search results

  1. NewEraCracker

    WOW !!! What happened with php.net???

    <?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...
  2. NewEraCracker

    Is there any 1 getting trouble to make screenshot of .mp4 file through "thumbnail me"

    You may need to install a codec pack on the RDP. I recommend, K-Lite Codec Pack.
  3. NewEraCracker

    VPS load average is too high

    Let me guess. You are using Kloxo and MySQL 5.0. Am I right? If I am, that's the problem.
  4. NewEraCracker

    Apache 2.2.x security tricks (CentOS)

    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).
  5. NewEraCracker

    Xenforo : Please Enter A Valid Message. Error!

    Xenforo version? Any add-ons or modifications installed?
  6. NewEraCracker

    Chevereto Image Uploading Problem

    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.' '.(...
  7. NewEraCracker

    SQL ERROR -'max_user_connections'

    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?
  8. NewEraCracker

    france or usa for warez linking site

    As long as you comply with DMCA, US is better than FR. About DE, laws are stricter than US in regards to warez linking.
  9. NewEraCracker

    ERROR: Allowed memory size of 33554432 bytes exhausted

    You should contact your host and ask them to increase memory limit to 128M
  10. NewEraCracker

    ERROR: Allowed memory size of 33554432 bytes exhausted

    The plugin you have updated seems to have a bug. You should disable it.
  11. NewEraCracker

    Fired WRZhost employees trying to scam through fsihost.

    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>...
  12. NewEraCracker

    PhazeDDL Hacked Or Gone

    So phaze gone. eh. There are more ddls guys :)
  13. NewEraCracker

    most reliable webhost on this board regardless of cost

    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.
  14. NewEraCracker

    vBulletin MySQL database error

    PHP should be upgraded at least to version 5.3.6 (and then to 5.3.9 when it is released) and MySQL should be downgraded to version 5.1.60.
  15. NewEraCracker

    Datalife Sql Fatal error 1054

    You should install the same DLE version database is for. Then upgrade to latest DLE.
  16. NewEraCracker

    MyBB MySQL Problem

    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'...
  17. NewEraCracker

    vBulletin MySQL database error

    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...
  18. NewEraCracker

    Fired WRZhost employees trying to scam through fsihost.

    Nice nulled version I gotta say. ?licensedebug=&forceremote= enabled :facepalm: Performing Remote Check: Array ( [licensekey] => Leased-59665a41d5ecbd919ad1 [domain] => www.fsihost.biz [ip] => 46.23.74.243 [dir] => /home/lhnuykj1/public_html/customerarea ) <br>Raw...
  19. NewEraCracker

    How Increase the security of Vbulletin Nulled

    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.
Back
Top