Search results

  1. xav0989

    Still showing a welcome page

    You need to open the cPanel file manager and delete the index.html file.
  2. xav0989

    my site showing welcome page after one 8 months

    open the file manager in cPanel, and delete the index.html file in the public_html. the index page was added to all members when they did a reset on the server. The procedure I wrote is the procedure x10 recommends for this problem.
  3. xav0989

    Vista orb requests

    You should post this is the Ads & Offers section of the site.
  4. xav0989

    Huge List Of Free MMO Games

    I am currently compiling the games in one of my database tables to make it accessible to all easier.
  5. xav0989

    Guitar Hero World Tour Vs Rock Band (1 or 2)

    I am an unconditional for rock band, for the song selection, and the guitar.
  6. xav0989

    htaccess, mod_rewrite, 404?

    I have a piece of code to rewrite pages from "/page/page_name" to "/index.php?page=page_name", but I get a 404 error instead: Options +FollowSymLinks RewriteEngine on RewriteBase / ## some other www and /index.php to / redirection ## Page name redirect RewriteRule ^page/[a-zA-Z0-9_]*...
  7. xav0989

    Rewrite engine problem

    I have a small SEO snippet in my htaccessRewriteRule ^(.*?).html$ ^/index.php?page=$1 [L] Which is supposed to redirect requests like 'mysite.com/whatever' to 'mysite.com/index.php?page=whatever'. However, I get a 404 error instead.
  8. xav0989

    how to create server backup w/o root privilege?

    Do you want a one time backup or a continuous sync?
  9. xav0989

    Free Software Poll 1: Web browsers

    I would have voted chrome if it had a add on functionality like FF... FF and Chrome should become one!
  10. xav0989

    Will IE8 revive the IE brand?

    I use chrome now mainly because it's quick and lightweight. I hardly use IE7, and I use FF when I need to use a plug in or add on... (chrome as a FireBug-like function built-in!)
  11. xav0989

    Website

    I am interested, and I have a capable templating system (build by me from scratch) afroxav AT users.sourceforge don't forget to put a '.net' at the end (for spam protection, my email is a phrase!)
  12. xav0989

    Domain control error

    I created an add-on domain recently, but when I try to log into it, or to modify anything liked with it, I get an error:
  13. xav0989

    CSS Width

    A child cannot be bigger than it's parent... sorry!
  14. xav0989

    Login.php

    I would consider removing the ob_start and ob_end_flush functions
  15. xav0989

    Blogger or Wordpress ?

    Should have been "voila"... sorry, my french part was itching... Anywhat I would have to say Wordpress since it is simple, and it helped me understand the back-end of a blogging engine, as I am building one in my CMS project.
  16. xav0989

    USA Presidential elections....

    It's funny 'cause today, my teacher wanted to trash Obama, but we ended up dissing her at each and every point she threw at us. Some people might say: Obama has no experience => well guess why he choose Biden? Mccain has served his country: he is a Vietnam war veteran and got tortured =>...
  17. xav0989

    [!!] Gathering MMORPG programing team [!!]

    I could volunteer, but I am currently on an ongoing sourceforge project : eacyms .
  18. xav0989

    Unique php page

    Well then you can check that the $memid variable is set before the page content is displayed, and then redirect if not set.
  19. xav0989

    Server Status

    I know brandon has a couple scripts that check server status... you may ask him
  20. xav0989

    PHP vs. ASP

    Absolutly
Top