Recent content by chrisrog

  1. chrisrog

    Here's how to use the CGI hit-counter available here through cPanel.

    Didn't need to the last time I checked. That reminds me I need to see why mine isn't working now. :confused:
  2. chrisrog

    About to do one large update converting my site from pure html to php and have a few questions.

    and here's the GalleryClass.php file <?php require_once 'DBConnection.php'; class MediaGallery { private $mediaType, $mediaCatagory, $mediapageslot, $listFsize, $listTsize, $listCsize; private $filearraylist, $categorylist, $typelist; private $connectionmedia; public function...
  3. chrisrog

    About to do one large update converting my site from pure html to php and have a few questions.

    What functions and setup to you recommend for an admin login feature and user login feature? Trying to figure out how to connect my java applets and other web applications to my DB but unsure how to do this on x10hosting. We all know my CSS and Design Skills are horrid so any suggestions on a...
  4. chrisrog

    Email Not Sending

    It seems the From target has to be the site's email itself and not someone(thing) else's. Might need to test a bit more though to check but seems to be what happened on my end. So the Header with the from in it would have the Site's Email.
  5. chrisrog

    RSS Feeds? Needing Info

    Strange how I haven't found an example on here of one that would be safe to test on my site. Right now I've sectioned off an area with no links to it for testing things like this but haven't found much unless I'm using the wrong search words. Reason for sectioning off the test area is so...
  6. chrisrog

    Checking on if we're able to get applications we make to link to our site's database?

    Re: Checking on if we're able to get applications we make to link to our site's datab OK, was searching the forums too but haven't seen very many attempts at doing this. So far I'm testing this at home and got it partly working with javascript but haven't found a php way to do it yet.
  7. chrisrog

    [PHP] MySQL and PHP

    Odd, seems like the site the rest of the tutorial is MIA right now. >_> Would be nice if anyone recorded its information in case that happened.
  8. chrisrog

    Checking on if we're able to get applications we make to link to our site's database?

    Just wondering since I've seen it done with php code but that's purely web based so I was curious about if we could pull off the same thing with say a java applet since it would be on the site? Busy working on a few things for a game and using a database just happened to be an idea to test in...
  9. chrisrog

    Programming Fails you've had

    We've all had those moments. We're going as fast as we can or just miss something and the whole program/site just does something we're not wanting or expecting it to do. lol my choice of background colors never seems to end well being one example.
  10. chrisrog

    Comment Box - Wondering if there was a better way to make it and display.

    Just wondering about this since I'm using a file write and read setup in php for the comment box but also I've never been good at displaying things on web pages or at least setting up a good display. Here's the 3 files that make this thing run. The part of my PHPCommentsForum.php file that is...
  11. chrisrog

    Working on my site's setup and design.

    lol guessing the blue goes but I don't like white since it's too bright on my computer for sme reason. Guess I'll tinker with the colors and see what I can come up with. Also seems that the word based colors are a bad idea.
  12. chrisrog

    two things I have yet to figure out here.

    Couldn't find the button(s) in the MyProfile menu for those but when I clicked on the links it turns out they're under the settings menu though. Thanks for the help. ^_^
  13. chrisrog

    two things I have yet to figure out here.

    the first one is how to put in an avatar image and the other is how to put in a sig. I know it can be done but haven't found a way to do it. @_@
  14. chrisrog

    Working on my site's setup and design.

    http://chrisrogersgames.x10.mx/ Finished switching from table tags to div tags and it was a pain but a useful move. Needless to says its still needs some work and I'm wondering if anyone has some ideas.
Top