Jump to content

steelmanronald06

Staff Alumni
  • Posts

    2,006
  • Joined

  • Last visited

Posts posted by steelmanronald06

  1. You guys have 2 moderators that have'nt logged on since september 2006.

     

    Meh, that is there choice. We understand that sometimes life can draw us away for a time. I was a moderator for a long time, and life pulled me away from the community for over a year, and now that I'm back I'm an Administrator.  Some of our best moderators vanish for a time, but we don't demote them, because they do an excellent job. 

  2. Right, went through the Gentoo documentation and here is what I get when I startx:

     

    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 9 19:56:53 2007

    (==) Using config file: "/etc/X11/xorg.conf"

    (EE) I810(0): V_BIOS address 0xc00 out of range

    (EE) I810(0): VBE initialization failed.

    (EE) Screen(s) found, but none have a usable configuration.

     

    Fatal server error:

    no screens found

     

    XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"

    after 0 request (0 known processed) with 0 events remaining.

     

    Does anyone know what I need to do to fix this?

  3. your problem is in the edit. Your trying to apply data to a variable from the database via post. Try this:

     

                $result = mysql_query("SELECT * FROM articleTable ORDER BY articleIDNumber");
                while ($row = mysql_fetch_array($result)) {
                $ud_id = $row['articleIDNumber'];
                $ud_title = $row['articleTitle'];
                $ud_text = $row['articleText'];
                $ud_author = $row['author'];
                    $ud_author2 = $row['author2'];
                $ud_source = $row['source'];
                    $ud_source2 = $row['source2'];
                        }
    

    Then take those variables in put in a hidden form so that you can POST them to the next page:

     

    <form name="update" method="post" action="walkThru_update.php">

    <input type="hidden" name="ud_id" value="$ud_id" />

    <input type="hidden" name="ud_title" value="$ud_title" />

    etc...etc...etc...

    <input type="submit" name="submit" value="Update" />

    </form>

     

    You get the picture, right?  That should fix you up. Try it and see. You might have to make minor edits to it.

  4. My mom should have been driving over that bridge earlier today to get to her flight back home....weird that it would collapse while she was in Minnesota when it happened. Come to think of it, her flight still hasn't landed and her phone goes straight to voice mail...hmm...but her flight left at 5pm i think...and it said this was at 6pm

  5.  

    - Games

    - Web Search

    - Ebay Spy

    - Notes

    - Address book

    - Shout out box

    - YouTube Video of the day

     

     

    - I can go to yahoo games and play a mess of games

    - I love my google, and now they have igoogle which caters to me

    - Why when I can go straight to ebay myself or go to google shopping?

    - I've got a notebook & pen AND notepad...need I say more?

    - My email client has this, as well as my CELL PHONE

    - Umm....text messages?  Blogs?

    - Doesn't YouTube have video of the day, except they have one for each category? (Comedy, tv show, etc)

  6. Ober,

     

    If you don't want to dish out the extra $$$ for CPanel, there is something out there that is similar to CPanel, but free. You do have to install the rpms/tarballs and compile it yourself, but it is fairly easy to do.    http://www.serverpowered.com/webmin.php  There is a link. I really like it, and it doesn't take up a lot of resources. Please note that you CAN'T use the Starter Package with it. I tried that and it used up a lot of my memory. 

     

    Also, I went with CentOS.  I found it more easy to manage, and it is just a basic rundown of linux. Unless your gonna do some linux voodoo with your site, I would just stick with CentOS.

     

    Also, if you wish to see what it is like, I have a blunker VPS with serverpowered still. Just send me a PM if your interested and I'll send you a login and password to use so you can kind of get an idea of the layout, feel, etc. It is a CentOS, so you will kinda see what it is like too.

  7. well, it depends on browser settings.  If they have it to delete cookies, clear history after 0 days, etc like I do, then everytime they close the browser their cookies and history are deleted. 

  8. Don't know if this is possible, but could you store the music on a different server from the website? Then use sockets and sessions to go over and grab the music off the music server and serve it to the client on the web server? This would keep people from directly hot linking to the music file and letting every one of their friends download it.  But, like I said there would have to be sessions involved so that you first check to make sure their a user and allowed to have that file before you do the actual fetching.

  9. Just go with webhostfreaks.com or serverpowered.com.  Not only do the proceeds go to PHPFreaks, but I use them for everything and I LOVE them.  I even put my clients on their servers. I had a client about a month ago on Godaddy and had them cancel their month to month payment and move to webhostfreaks.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.