Recent content by ezadx10b

  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.
Top