Jump to content

DarqFlare

Members
  • Posts

    2,215
  • Joined

  • Last visited

Everything posted by DarqFlare

  1. Yeah, I would suggest Invision.
  2. Congrats MikeJ!
  3. Just add the following to your rewrite rules to allow for direct image access: >RewriteCond %{HTTP_REFERER} !^$ [NC]
  4. Ahh, it's official! Welcome to the family, Stanley! Hope you enjoy your time here, and don't shy away from the Forums!
  5. Yeap. Gotta love the HTACCESS ability to define error pages.
  6. FP is bad. I've worked with DW barely at all, but from what I see, it's good.
  7. Example: ><table> <? while($datareturn - mysql_row($databack)) { $1 = $datareturn[0]; $2 = $datareturn[1]; echo "<tr><td>$1</td><td>$2</td></tr>"; } ?> </table>
  8. Ahh. Haven't much used RP. I'm a big WinAmp person, and rarely have to play RP files.
  9. I use the following graphical editor: NULL I do all my coding by hand.
  10. Well then, welcome to the family! Because it's the first option.
  11. Titans!
  12. Windows... And it's worked before.
  13. Yeesh. I smell a reinstall coming...
  14. Welcome, Franklin! I hope you enjoy being here, don't be afraid to post about!
  15. lol... Funny stuff!
  16. Online multiplayer games are... Well, they're games that you can play on the Internet with more than one person, pretty much.. Rob, 'c' comes before 's'. I don't have enough oomph to get it to an 's' yet. lol... I really don't think that OMGN is very artistic, but it's got some good graphics. My artistic, I mean... Stuff like Deviant Art. Yes, I'm contributing to the off-topic here. Let's get back on-topic, shall we?
  17. Dunno how to set the session timeout... If I knew, I'd shorten it for most of my projects.
  18. Thanks Scott. Nice to see you're still around!
  19. First inclination is that no, we cannot do that here at TCH. I'd await an official answer from a TCH staffer.
  20. I imagine you could work from anywhere... Weezy, I use Photoshop and Illustrator to do graphics, and have Swish 2.0 for Flash (Although I haven't messed with it much to date). I just can't do a whole lot artistically. I can do things like what I have on www.omgn.com, but that's it.
  21. I wish I could do graphics better...
  22. You must close out all INSTANCES of a browser to be rid of sessions. Say you open up IE, then spawn a new window from it in some form or other (CTRL-N, a link, etc). Now say you visit another website in one window, and the sessioned website in the other. You close the sessioned website. Your session is still active because of the other window. Close all spawned instances of the browser, and the session dies.
×
×
  • Create New...