Search results

  1. NewEraCracker

    How to secure RDP??

    This issue is related with the host, probably abusers in same node. Anyway, I'll share some knowledge here. I've posted two threads sometime ago detailing some tips and tricks: Get the most of your Windows PC/RDP Windows TCP/IP Tweaks
  2. NewEraCracker

    Get the most of your Windows PC/RDP

    Tutorial has been updated.
  3. NewEraCracker

    Re: #1130 - Host 'localhost' is not allowed to connect to this MySQL server

    I know this is an old thread anyway it could be related to a PHP 5.3 mysqlnd/php sockets bug present in earlier php versions related with IPv6 issues. You will likely face this issues if using php less than 5.3.5 with NT 6.0 OS (Windows Vista, 7, 2008). You could edit phpmyadmin configuration...
  4. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    Zend server won't be included here as it is a competitor product that has similar functionality. Also it is copyrighted by Zend Technologies and I don't think their EULA allows me to repack it anyway. Plus it comes with closed source versions of php and their extensions. Since Zend Technologies...
  5. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    I have a patch to the 0.9.33 series to add some php 5.4 compatibility: https://raw.github.com/NewEraCracker/suhosin/master/patches/suhosin-0.9.33.php54.diff Unfortunately, I am still waiting for the upstream to fix the following issues before I can get a fully working patch...
  6. NewEraCracker

    Windows TCP/IP Tweaks

    This tweaks optimize the TCP/IP in order for it be faster. This works in all windows clients and servers. This fixes most issues related with slow RDP speeds and also fixes slow speeds in LAN transfers from Windows 7 to Windows XP. Pastebin URL: http://pastebin.com/ghYYYvGT Tweaks to be ran...
  7. NewEraCracker

    vBSEO bug

    The issue is located within the function vbseo_thread_seotitle (inside vbseo\includes\functions_vbseo_createurl.php): Original code: function vbseo_thread_seotitle(&$vbseo_gcache_thread) { global $vbphrase; if (!isset($vbseo_gcache_thread['seotitle'])) { $ttl = ($vbseo_gcache_thread['title'] ...
  8. NewEraCracker

    Synchronize Windows Server 2008 time during startup

    Click in the clock with the right mouse button and select Adjust date/time, then go to the Internet Time tab, hit Change settings and Update now. If it works, we can proceed. Create a file with the following contents in C:\sync-clock.php <?php // Attempt resync system('w32tm /resync'...
  9. NewEraCracker

    Slow Windows Remote Desktop

    The TCP/IP tweaks posted here may help to sort this issue. Run this in both client and the server: http://pastebin.com/ghYYYvGT Tweaks to be ran from the cmd line [ Only for Windows with 6.x kernel (Windows Vista, 7, 2008) ]: netsh int tcp set heuristics disabled netsh int tcp set global...
  10. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    V3.2.0.0 - 2012/05/23 Major changes in core and batch files that start/stop/manage the server Nginx updated to version 1.3.0 OpenSSL updated to version 0.9.8x PHP 5.2 - Updated some extensions PHP 5.3 - Updated to latest dev version V3.3.0.0 - 2012/05/31 Fixed a minor bug in core Apache -...
  11. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    suhosin for php 5.4 isn't even released yet.
  12. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    V3.0.2.1 - 2012/04/21 Updated Apache latest apachelounge.com 2.4.2 build with OpenSSL 0.9.8v PHP 5.2 - Updated some extensions PHP 5.3 - Updated to latest dev version V3.0.2.3 - 2012/04/23 PHP 5.2 - Updated some extensions PHP 5.3 - Updated to latest dev version V3.0.2.4 - 2012/04/24...
  13. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    V2.8.9.3 - 2012/04/09 MariaDB updated to version 5.3.6 PHP 5.2 - Updated some extensions PHP 5.3 - Updated to latest dev version V3.0.0.0 - 2012/04/10 Apache updated to version 2.4.2 PhpMyAdmin updated to version 3.5.0 Several changes and improvements in core V3.0.0.1 - 2012/04/10 Fixed an...
  14. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    You can use this in your windows vps, your security will depend of the scripts you run on the server.
  15. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    Hello, the package is provided as-is and there will be no more addictions. Also it looks like Munin is just for linux. V2.8.9.0 - 2012/04/02 Nginx updated to version 1.1.18 PHP 5.2 - Updated some extensions PHP 5.3 - Updated to version 5.3.12-dev PHP 5.2 / 5.3 - Now using a custom made...
  16. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    V2.8.8.2 - 2012/03/25 Memcached rebuilt from source PHP 5.2 - Updated some extensions PHP 5.3 - Updated to latest dev version PhpMyadmin updated to version 3.5.0-rc2
  17. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    Fixed Mediafire download link, removed Megaupper download link. Mirrorcreator is working. Added Uploadmirrors and Datafilehost link.
  18. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    Hello, Unfortunately I can't get any production ready extract n go package for Linux. You will have to install the each software individually and configure it yourself. V2.8.7.0 - 2012/03/16 Apache zlib1.dll rebuilt and updated to version 1.2.6 Nginx updated to version 1.1.17 OpenSSL updated...
  19. NewEraCracker

    NewEraCracker Server For Windows (Apache/Nginx/PHP/MariaDB) V3

    nginx doesn't support more than 1 worker_processes and 1024 worker_connections in windows.
Back
Top