Search results

  1. albertdiones73

    htaccess help

    RewriteRule ^home.html$ index.php?p=home&%{QUERY_STRING} That should do it
  2. albertdiones73

    Game values website idea

    Aside from price it'll be also useful if you can add the attributes whatever it is on your game. Then about changing price, how about putting a constant NPC price (if there is) then create another table with `item_id`,`price_suggestion`,`ip` or `username` then get the average To convince your...
  3. albertdiones73

    htaccess help

    RewriteCond %{QUERY_STRING} ^page\=home(\&.+)?$ RewriteRule ^index.php$ test.php Or if ever you want to preserve the $_GET 's RewriteCond %{QUERY_STRING} ^page\=home(\&.+)?$ RewriteRule ^index.php$ test.php?%{QUERY_STRING} Then on .htaccess it'll look something like this <IfModule...
  4. albertdiones73

    Hosting Account Suspended?

    Thank you, my account is not suspended anymore, however I still got a problem when I try to login at cpanel the url is https://fris.x10hosting.com:2083/login/ , I got this error: Login Attempt Failed! I tried to type in my username and password but it still happens. post...
  5. albertdiones73

    Hosting Account Suspended?

    Hi can I please know why my account suspended for around a week already? Thanks in advance. Edit: oh I didn't knew this would be converted to a forum thread... some details on the panel: Your Account is Currently Suspended Your hosting account with the username is suspended, access to this...
Top