Search results

  1. xPlozion

    Clean URL problem

    ok, glad to hear you solved it :)
  2. xPlozion

    datashelf

    hey, try putting a background color on the input boxes. black on the dark bg makes it very hard to read ;) other than that, gj. i'm gonna use this in school on tuesday night ;)
  3. xPlozion

    php date comparisons

    The only difference between the two are how they handle the day of the week. One works on the name of the day and the second works on the numeric value of the day of the week: 0=Sunday 6=Saturday...
  4. xPlozion

    Clean URL problem

    The way that works if I understood it correctly is that you need to make another php script to handle that information. Mod_rewrite does not need another seperate file to parse the urls. The rewrite method only requires you to modify the htaccess file and not make another file to handle urls.
  5. xPlozion

    [100] Looking for a name for a network

    What is the purpose of this network? How similar do you want it to zhNetwork?
  6. xPlozion

    Clean URL problem

    Try using mod_rewrite. I don't think force_type works for that purpose. .htaccess RewriteEngine On ^/article(/)?$ ./article.php Please note that there may be a few problems with the syntax since I'm my itouch...
  7. xPlozion

    Please Review My Site...

    you can change the flash header to a standard png, since there's no reason it needs to be animated. if it is a must, use a gif instead and don't allow it to replay ;)
  8. xPlozion

    Crons

    Yea I was having issues win php crons not parsing properly and the issue was that it needed to be called by php-cron instead of php.
  9. xPlozion

    Please Review My Site...

    yea, at first i was gonna tell lev that it doesn't matter, but seeing the style of the site, i would agree to make the margin and padding of body to 0px to avoid the white space. also, the popup on right click is useless and is actually a web nuisance. you could also try looking for a better...
  10. xPlozion

    php date comparisons

    use date('d', time()), and that should give you the day number (might be wrong, but check http://www.php.net/date for proper syntax) ;)
  11. xPlozion

    Why consoles are rubbish!

    lol, that's funny because orange box promised dlc for it, especially team fortress, but i have yet to see anything (last i checked).
  12. xPlozion

    Coding

    use the slice tool and code it into an actual site. i would suggest using divs, but depending on if you know anything about html, you may want to use the default html file photoshop offers (which uses tables).
  13. xPlozion

    This is insane! I've made a big breakthrough with my PS3 and notebook!!

    I don't believe u. How could an hdmi cable allow u to share the performance of a graphics card on another device. I'll believe it when I see it...
  14. xPlozion

    Why consoles are rubbish!

    that includes ALL arcade/virtual console/psn w/e games as well... also, don't forget the low budget pc games that don't even get listed... ok, even if it might be a bad example, would you rather have the ferarri or a minivan (if you could afford both). the ferrari being the pc and the minivan...
  15. xPlozion

    PHP Help

    are you getting an error? what error are you getting? if you're not getting an error, try debugging it by using var_dump($var); to output the string to make sure that it's in the proper format to work w/ your script :)
  16. xPlozion

    iPod Classic vs iPod Touch

    Ok, here's the deal. I've had my 5g for several years now, and it's about time to retire it, due to the battery life and now the audio jack. My brother is gonna get my old iPod since it's 30gb, but now I'm torn between the 16 GB iPod Touch or the 120GB iPod Classic. I've got about 3000...
  17. xPlozion

    Favorite tv show

    i enjoy the classics some times. i can sit down and enjoy Seinfeld, Cheers, Home Improvement. i also loved the classic cartoons growing up though... looney tunes, flinstones, jetsons and a few others. nick@night seems to be playing a lot of the newer shows (george lopez, etc...) instead of...
  18. xPlozion

    who are you and why did you spam my visitors message?

    who are you and why did you spam my visitors message?
  19. xPlozion

    What is the Best AntiVirus?

    mind sharing :D? i've got nod32 and it's pretty good as well. i haven't tried kaspersky, but they're both right up there at the top of the list, while the more known to the average pc user (norton, mcafee) are at the bottom of the list :P
  20. xPlozion

    [800 credits] phpbb v3.00 interlinking with html

    wait, so you want the content of what's in a certain forum to show up on a seperate page? like the title of the review with a link to the forum topic? that is easy and i can do it in a few minutes if you've got the design layed out. it's a simple sql query ;)
Top