Skip to content
WJunction - Webmaster Forum

Search results

  1. A

    AVANETCO.COM - ESX VPS/VDS,1GBps From $13/month (USA / UAE / NL / IR / DE)

    Hello , Our Servers are powered With VMware ESX/ESXi from different locations over the work on choose of client. AVANETCO Company Features Affordable Clustered Web Hosting Fast and Friendly Technical Support 7 Day Money Back Guarantee 99.5% Network Uptime...
  2. A

    AVANETCO.COM - Iran Location,25GB Space,500GB Bandwidth - From $13/Mo

    Hello Wjunction Users! I'm here from AVANETCO.COM to offer you some discounts on our ESXI VPS services. We hope you are satisfied, please open a ticket for any sales inquiries. Iran / ESFAHAN offering Virtual Server began With AVANETCO Company. %10 Discount Discount Code : 10IRNEW...
  3. A

    AVANETCO.COM - NL Location,25GB Space,500GB Bandwidth - From $13/Mo

    Hello , Netherlands offering Virtual Server began With AVANETCO Company. %10 Discount Discount Code : 10NLNEW Expiry Date : 31/10/2014 Plan Name NL-Jupiter NL-Mars NL-Venus NL-Mercury Disk Space 25 GB 40 GB 60 GB 80 GB Bandwidth...
  4. A

    AvaNetCo.com - VPS In 6 Countries USA , UAE , DE , Ca , Ru , CS From $13/Mo

    AvaNetCo.com - VPS In 5 Countries USA , UAE , DE , NL , IR From $13/Mo Our Servers are powered With VMware ESX/ESXi from different locations over the work on choose of client. You Can have Free RDP (Remote Desktop Connection) In All Our Windows VPS Plans . customers.avanetco.com This...
  5. A

    VPN Service In 5 Country $8 Monthly ( UAE / Netherlands / USA / Canada / Germany)

    Hello , Order VPN Service: Fast & Reliable VPN with Fanatical Support! With different plans customized according to usage of our customers, we wish to provide you with best value against your money! Fast, Reliable, Secure and Cheap VPN service with Free Fanatical Support! We Take...
  6. A

    Installing MySQL from source on linux

    DOWNLOAD AND COMPILE cd /usr/local/src wget http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.25-rc.tar.gz/from/http://mysql.he.net/ tar -zxvf mysql-5.1.25-rc.tar.gz cd mysql-5.1.25-rc ./configure --prefix=/usr --enable-assembler --with-innodb make make install CREATE...
  7. A

    Working with mysql-(3)

    Mysqladmin processlist To see currently running MySQL process, run the command "mysqladmin processlist" [root@server52 log]# mysqladmin processlist +----------+------------------+-----------+--------------------+---------+------+-------+------------------+ | Id | User...
  8. A

    Working with mysql-(2)

    Drop or delete a table in MySQL To delete a table, run drop table table_name; This need to be done while you use the database or run following command. drop table db_name.table_name; Only delete table if it is exists. drop table if exists...
  9. A

    Working with mysql-(1)

    Create mysql database To create database, create database DB_NAME For example mysql> create database video_vshare; Query OK, 1 row affected (0.01 sec) mysql> Creating mysql user account To create a mysql user with all privileges on all databases...
  10. A

    Shared AVAnetCo >> Shared Linux and Widows Hosting start at $4.95/month - Cpanel + LiteSpeed

    AVANETCO Company Features Affordable Clustered Web Hosting Fast and Friendly Technical Support 7 Day Money Back Guarantee 99.5% Network Uptime Guarantee High Quality Bandwidth Providers Powerful Intel Quad Core Servers High Availability RAID 10 Storage Daily Off-Site Server Backups Two Months...
  11. A

    GRUB Commands

    GRUB has a powerful command line option. All you have to do to start the command line is to use the command grub. You can see a list of the possible commands by using the help. PHP Code: grub> help blocklist FILE boot cat FILE...
  12. A

    VPS AVANETCO / VPS From USA / UAE / Germany Warez Link and Rapidleech Allowed Start:$13

    Our Servers are powered With VMware ESX/ESXi , Microsoft HyperV technology from different locations over the work on choose of client. customers.avanetco.com This domain is authorized to be using WHMCS. 50% Discount for VPS Code: 50PGVPSPROMO Start Date : 14/02/2012 - Expire Date ...
  13. 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...
  14. 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)...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top Bottom