Search results

  1. ezadx10b

    Starting to learn php

    http://www.ezadblog.my
  2. ezadx10b

    Fix REMOTE_ADDR on x10hosting

    Hello all x10hosting user.have a nice day.we have login on cpanel and we can see have cloudflare there. The problem is when we use to detect user on our site, we get the ip only from cloudflare not the user real ip. firstly you need to change from REMOTE_ADDR to HTTP_X_FORWARDED_FOR to get...
  3. ezadx10b

    Should it take this long?

    make index.php file on public_tml and use this code. <?php if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) { $uri = 'https://'; } else { $uri = 'http://'; } $uri .= $_SERVER['HTTP_HOST']; header('Location: '.$uri.'/Mysidia Adopts Script/'); exit; ?> This...
  4. ezadx10b

    Ad insertion?

    Do you even wonder about cross site scripting..? http://www.ezadblog.my/2013/03/xss-protection.html
  5. ezadx10b

    Single error PHP file

    opss forgot about this.. <Files "error-msg.php"> order allow,deny allow from all </Files> just to make 403 error can see the error-msg.php..
  6. ezadx10b

    Single error PHP file

    im sorry.so sorry.im not a english guy..and im not born with english language.
  7. ezadx10b

    Single error PHP file

    If u like u can add more php variable on my blog http://www.ezadblog.my/2013/01/php-server.html enjoy it.
  8. ezadx10b

    Single error PHP file

    thank for your advise..i just copy that error from wikipedia http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
  9. ezadx10b

    PHP Default Session Timeout

    use htaccess #change default session name for security default is PHPSESSIONID php_value session.name "©$-£??!?€-FgbJJ7HCga" #session timeout php_value session.cache_expire "30" #for secure session only use if u have ssl php_flag session.cookie_secure "Off"
  10. ezadx10b

    How do you create a Comment Box? Script help please

    for more security try use recaptha.. http://www.google.com/recaptcha
  11. ezadx10b

    Single error PHP file

    Very useful if you point all your error pages to the same file. Save more space and easy to handle it.. rite ? This is a sample 'REDIRECT_STATUS' to your error page. First you need to use .htaccess file to point your 'REDIRECT_STATUS' to one file. Use this code # .htaccess file...
  12. ezadx10b

    DOS attack

    for over 1 year i have been here i proud about your services x10hosting, in this 1 year i have been learn many thing about hosting like -Defends against CSRF -XSS prevention tools -Prevent mime based attacks like sniffing -File and sql injection protection -Allow javascript only from domain i...
  13. ezadx10b

    How to make your site faster, smarter, and safer!

    im using htaccess <IfModule mod_expires.c> # Enable expiration control ExpiresActive On # Default expiration: 1 hour after request ExpiresDefault "now plus 1 hour" # CSS and JS expiration: 1 week after request ExpiresByType text/css "now plus...
  14. ezadx10b

    Flushing your DNS

    or u can change DNS server on your computer using dns changer..get it on my blog.. http://ezadblog.blogspot.com/2013/01/dns-jumper.html have flush dns there..i want share on x10hosting blog..but im scared if someday my site deleted. (only on window)
  15. ezadx10b

    Parked domain

    i have register new domain on http://freedns.afraid.org.. but i cant parked domain here or addon domain. anyone can help.
  16. ezadx10b

    MySQL Disk Space

    i just want to ask..how many disk space exactly for us..? its including disk space i have use or else..?
  17. ezadx10b

    I need my full cpanel backup restored

    welcome here..i think u can do it by yourself..just make archive of your site n extract on your public_html here.. for database export all the table on database from different host and create new database here..then import on your new database here.. after that configure your new...
  18. ezadx10b

    Need some help

    thank dude..:redface:
  19. ezadx10b

    Need some help

    which one is better when i want to open pdf file using browser not to download it..and it can be use on x10hosting..? AddType application/pdf .pdf AddType image/pdf .pdf AddType text/pdf .pdf AddType content/pdf .pdf
  20. ezadx10b

    My website isn't loading

    try to increase your request time out using CGI script..i dont know we can use or not..
Top