Search results

  1. ezadx10b

    Easy way to add cpanel to your parked domain

    thank for sharing dude.. happy to be part of x10hosting community..:smile:
  2. ezadx10b

    SQL ERROR [ mysql4 ] TOO MANY CONNECTIONS [1040]

    Thankz..:wink:
  3. ezadx10b

    Increase security on my site

    :confused: just want to ask..can we limit some mysql or anything on my site using CGI script..? like wait_timeout "280", max_connections "480", max_allowed_packet "10M", mysql.connect_timeout "480", max_execution_time "480", max_input_time "480", default_socket_timeout "650".. i have use XSS...
  4. ezadx10b

    SQL ERROR [ mysql4 ] TOO MANY CONNECTIONS [1040]

    someone has try to sql inject on my site :frown: i got statistic *_REQUEST DUMP-[string] =>......, *$_COOKIE DUMP [17B..., *$_POST DUMP -[SSTRING....., and many more..
  5. ezadx10b

    How to make a folder 403

    If u want to disable right click to disable user "save images as" use this code <script src="http://www.ezad.x10.bz/_notes/noclick.js?=76634" type="text/javascript"></script>
  6. ezadx10b

    How to make a folder 403

    Use index.php and copy this.. <?php $url = '../'; header( 'Request-URI: '.$url ); header( 'Content-Location: '.$url ); header( 'Location: '.$url ); exit(); ?> Or use .htaccess and use this code Order Deny,Allow Deny From All #:redface::redface::redface:
  7. ezadx10b

    Troubleshooting connection issues

    i still cant connect to x10vpn..im using window 7 x64..it say the remote device or resource won't accept the connection.:frown:
  8. ezadx10b

    How can I make 403 Forbidden

    use .htaccess and write <Directory "/home/username/public_html/admin"> Order Deny,Allow Deny from all Allow from yoursite.x10.bz Allow from 198.91.81.3 Allow from 127.0.0.1 Allow from 113.210. </Directory> #example only
  9. ezadx10b

    My website redirects me to cgi-sys/defaultwebpage.cgi

    same like my website..:-( http://www.ezad.x10.bz
Top