Search results

  1. XSLTel

    Host Provider Group

    WJ is not meant for hosting market so why bothering in asking for special group for host providers ? technically a host group Rank will be for advertising purpose only. its not necessary imho . buyers already know from where to buy and those who don't know will learn by time. Highest Regards...
  2. XSLTel

    Webuzo as a VPS manager

    in-direct adverting ?? .
  3. XSLTel

    puzzled when choosing a web hosting

    may be you are cursed :))
  4. XSLTel

    backup tool, please need help

    cpanel already have a great backup tool http://i.xsltel.com/1333621195-3PWmRX.png it will backup everything in your cpanel account including emails,files,databases, etc... like a magic :|
  5. XSLTel

    Could Flare vs Reverse Proxy as DDoS protection

    as I told you in Livechat if your site attracting ddos we can't host you. CloudFlare is free and better imho
  6. XSLTel

    [Giveaway] Ecatel 1gbit SERVERS 3 MONTHS

    XSLTel team are happy to announce about the availability of unused dedicated servers from Ecatel DC. thus we are giving them for free for 3 lucky WJ members. Dedicated Server Specs: Quad Core X3220 8GB RAM 2 x 500 GB HDD 100TB bandwidth connected to 1gbit port speed. Availability : 3...
  7. XSLTel

    Nginx Help

    depends on your configuration setup rewrite rules should be added in Location / { .... rewrite rules here.... ... } ---------- Post added at 09:09 PM ---------- Previous post was at 09:08 PM ---------- depends on your configuration setup rewrite rules should be added in Location / {...
  8. XSLTel

    Big problem with timezone

    Hello, if VPS is OpenVZ you can't change date (using date command .it will give you Operation not permitted) find your timezone from /usr/share/zoneinfo now choose your preferred timezone and use follwoing command to change ln -s /usr/share/zoneinfo/CET /etc/localtime above command will...
  9. XSLTel

    How to get a .sql backup

    Hello, just rename file from .dump to .sql mv database-name.dump datababase.sql its because kloxo is too dump to export a working sql file :) Highest Regards Mohammed H ---------- Post added at 06:33 AM ---------- Previous post was at 06:33 AM ---------- Hello, just rename file...
  10. XSLTel

    service httpd restart giving error

    you need to change your hostname from dc3161220.balticservers.com to server.domain.com and add A record for that or you can edit /etc/hosts and add following line : xx.xx.xx.xx dc3161220.balticservers.com replace xx.xx.xx.xx with your public server IP. --- edit /etc/httpd/conf/httpd.conf...
  11. XSLTel

    Unzipping tar.gz giving error

    file is corrupted :(
  12. XSLTel

    Unzipping tar.gz giving error

    are you sure its tar and not gzip. try gzip -d yourfile.tar.gz
  13. XSLTel

    Secure a server?

    iptables -A INPUT ! -s xx.xx.xx.xx/24 --dport 22 -j DROP this will whitelist your whole IP range xx.xx.xx.0 - xx.xx.xx.255 or here in xsltel staff using VPN to access servers more secure tbh. 1 IP only.
  14. XSLTel

    Secure a server?

    iptables -A INPUT ! -s xx.xx.xx.xx --dport 22 -j DROP change xx.xx.xx.xx your IP.
  15. XSLTel

    .htaccess code in php4

    >>/public_html/.htacsess < if you added that php variable here then it will affect all files in that folder and subfolders >>/public_html/subfolder/ < affected >>/public_html/subfolder/subfolder2 < affected too however you can override that by adding another .htaccess in subfolders to disable...
  16. XSLTel

    How to remove permanently DirectAdmin without re-install OS?

    according to directadmin staff its virtually not possible however since it build all all software from source and put each software in its individual folder you can try remove them. 1- this command will remove all directadmin files including license,templates,user data, apache vrtual hosts. rm...
  17. XSLTel

    LF offshore, bulletproof hosting.

    Sweden is all the way. Iran internet is filtered (don't expect much users will able to visit your site) and all Arab countries connection is crap trust me. they are still using VSat to get internet lol
  18. XSLTel

    Congratz to JmZ for Smod

    Congratulations :|
  19. XSLTel

    help to install phpmyadmin

    actually I don't know but yum install phpmyadmin is not the right way to install phpmyadmin since its a pure php script just download it and upload it to you /public_html/ folder. access it via browser. use your mysql username and password.
Back
Top