Search results

  1. A

    How to install ionCube loader

    Hi friends , sorry for my mistake :p .., edited . Albert.Nawaro Regards ;
  2. A

    Installing Plesk for Windows Using GUI

    To install Plesk for Windows on your server using GUI: Log in to your system as Administrator or another user with Administrator privileges. Make sure that you have the Plesk installation package ready (web installer or network installer). You can download the required Plesk installation...
  3. A

    Howto: Install PHP on Windows 2003 Web Edition

    This guide helps walk you through installing PHP on Windows 2003 Web Server Edition with easy step-by-step instructions, PHP and Windows can finally play nice. Howto: Install PHP on Windows 2003 Web Edition 1) Download latest version of PHP from www.php.net 2) Unzip contents to c:\php\ 3)...
  4. A

    Howto mod_rewrite with Apache

    About mod_rewrite for Apache This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule to provide a really flexible and...
  5. A

    How to install ionCube loader

    A guide to installing and configuring the ionCube loader to view encoded web pages for scripts such as ClientExec. ionCube produces leading tools for PHP source code protection to secure your PHP software from prying eyes and to combat software piracy. Featuring an advanced compiled-code...
  6. A

    Shared Shared Linux and Widows Hosting start at $4.95/month Warez Linking Allow

    AVAnetCo >> Shared Linux and Widows Hosting start at $4.95/month - Cpanel + LiteSpeed / Windows 2008 + Plesk + SQL Server 2008 R2 AVANETCO Company Features Warez Linking Allowed Affordable Clustered Web Hosting Fast and Friendly Technical Support 7 Day Money Back Guarantee 99.5% Network...
  7. A

    maximize users in windows remote desktop

    Hello , Also , You can go to Start menu and enter cmd in Run place and run command prompt , then enter command the following : mstsc /v:192.168.1.1 /f -admin Instead of 192.168.1.1 use you server ip and then Enter Login info for Remote and it logged in good :) Regards;
  8. A

    How To Install CPANEL on your VPS

    Ok. Few Steps to setup your VPS-CPANEL: 1 - Login to your VZMC and get inside your server 2 - Create a new VPS with the Sample Ve Config call vps.cpanel 3 - Select the ips you want to use in that VPS and the dns servers. 4 - Select RedHat Enterprise Template (not minimal) 5 - Dont select any...
  9. A

    Wildcard *.domain.com

    If you'd like to setup your domain to accept anything.domain.com, you can do so with the following guide (Admin access required) 1) Setup the dns with a wildcard A record. Go to Dns Control, and add an "A" record: * -> 1.2.3.4 where 1.2.3.4 is the IP of your domain. This will allow...
  10. A

    Searching for files/text using SSH

    In some cases you would need to find the location of a given file or to search for a certain text in all files under a directory. SSH provides two different commands, which can be used to accomplish this. In order to search for a file location you can use the find command. Find is a very...
  11. A

    How to repair all MySQL databases on a server in one go

    Here's a quick & ditry trick to repair all MySQL databases on a server, in one go. Run the following commands on your server, in the console as root. PHP Code: mysqlcheck --all-databases -r #repair mysqlcheck --all-databases -a #analyze mysqlcheck --all-databases -o #optimize
  12. A

    Install Firewall on CentOs

    The very first first step on securing a server is installing a firewall (atleast IP tables based) to close all unused or unwanted ports. Once the firewall is installed it is often considered 50% of work done. You can install CSF firewall or APF firewall. Often BFD (brute force detection)...
  13. A

    Understanding MX records

    MX stands for Mail Exchange Records. MX records are used in DNS records(or Zone files) to specify how email should be routed. Lets take an example of say liz@mydomain.com. This is how a typical DNS record(for mydomain.com) looks like. ; ; Zone file for mydomain.com @ 14400 IN SOA...
  14. A

    How to change a string in a text file on a Linux server

    So, you want an easy to to replace text in files, even multiple files, on a linux machine, from the command line. How? - You ask? Easy. Let me show you. Let’s say you want to replace all instances of “John†with “Pete†in a file, called resume.txt In a bash shell, run the following...
  15. A

    Installing Alternative PHP Cache (APC) on Directadmin

    A common optimization that can be done for php to improve performance is to install Alternative PHP Cache (APC). What it does, is it caches php files in memory in their parsed and compiled state. This removes the need for re-reading, parsing, and compiling for each request, thus greatly lowering...
  16. A

    How to Change MSSQL 'SA' password

    Hi, SA login is the administrative login for the MSSQL.. To Change the MSSQL SA password you have to execute following commands from command prompt of your server: 1) Go to the command prompt of the server & type in command prompt osql -L This command will list all the MSSQL servers near...
  17. A

    Is IIS 7 Missing the .NET 3.0 and 3.5 Frameworks?

    I downloaded the .NET 3 and 3.5 Frameworks and then attempted to install them on my Windows Server 2008 R2 web server, but I was told I must install them through the Server Manager –> Features menu. So I did: After rebooting, I launched Internet Information Services to create a new...
  18. A

    Windows Server 2008 R2 FTP and Firewall Setup

    Install the Web Server role with the IIS Management Console and FTP Server role services: Create a new FTP Site: Setup the site with the default bindings and choose Allow SSL if you don’t plan on deploying a certificate: Configure user permissions and basic or anonymous permission...
  19. A

    Advanced Bash Loops Tutorial

    The BASH scripting language provides a very handy ‘loop’ features. In the previous tutorial page we have discussed that we can chain certain commands such as: strace -p `pgrep -u root sshd` This command however, provided that pgrep returns more than 1 process, will result in an error...
  20. A

    Windows Server 2008 Can Not See Static IP

    Windows Server 2008 can not see static IP. I recently installed Windows Server 2008 and set the IP address to static. Usually this is a simple process, but not this time. After setting the address to static the settings appeared to revert back to dynamic and DHCP along with DNS was not...
Back
Top