Thread: Flashdaddee

  1. #31
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by rick barclay
    Yeah..Cprog.Motel, with the flashing neon sign and all. I
    might as well stay a while myself. Those gd idiots at tera-byte
    are like snails. I really wish I knew of a comparable web host.
    I'd switch today.

    rick
    Nothing new for me.....I been here all along.......but having only one webpage open is a little weird......usually I flick between both sites to see whats up........might have to go onto another forum tonight........Hmm......which shall it be......

  2. #32
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > Nothing new for me.....I been here all along.......but having only one webpage open is a little weird......usually I flick between both sites to see whats up........might have to go onto another forum tonight........Hmm......which shall it be......

    Ditto here....

    I just hope you guys get the site back up in time for me to report on the results of the Harding-Jones/Bonaduce-Williams/Ice-Bridges super match on Wednesday.... You have until then!

  3. #33
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    suggestions for the flashdaddee site(when it finally comes up):
    post my tutorial
    fix the links so that clicking on source code does not go to tutorials
    add squirrel graphics(not those kinds of graphics):P
    maybe a direct link to the #flashdaddee room using java?

  4. #34
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    >>Nothing new for me.....I been here all along.......but having only one webpage open is a little weird......usually I flick between both sites to see whats up........might have to go onto another forum tonight........Hmm......which shall it be......<<

    Heh, same here. I think I'm starting to have withdrawl syptoms ::shudders::


    Ah well, at least we can all have a big slumber party here, and use this thread as a makeshift flashdaddee...


    So...last we left off, well....geez, I can't remember. Someone bring up a thread. Ah, how bout one we've lost indefinately?

    J#/Sun Sues MS:

    Stupid Sun. They have no right (yadda yadda, if you remember what I said in that thread insert it here)

  5. #35
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    Originally posted by ygfperson
    suggestions for the flashdaddee site(when it finally comes up):
    post my tutorial
    fix the links so that clicking on source code does not go to tutorials
    add squirrel graphics(not those kinds of graphics):P
    maybe a direct link to the #flashdaddee room using java?
    When we get back online, I'd like to work with you on this if it's all right with you, y. What say?

    rick
    No. Wait. Don't hang up!

    This is America calling!

  6. #36
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    I was away most of the weekend, didn't get to see many comments on my 'Internet Dilating Time' thread. I can only presume it diverted to religion and Squirrells in the two days since I looked last.
    Man am I regretting mentioning my squirrell fettish

  7. #37
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    >And a big thanks to cprog.com for putting us all up for a night (maybe two)... haven't visisted in a while... may just make a few posts while I'm here...<

    Here here! I propose a toast to the fine patrons of CProg for letting us slumber a night or two!

    >When we get back online, I'd like to work with you on this if it's all right with you, y. What say?<

    Speaking of stuff, rick, did you ever upload that new source code page? It's still at flashdaddeesfreehold unless it got wiped too.

  8. #38
    >>It's still at flashdaddeesfreehold unless it got wiped too.
    Nope, went there this afternoon and it is still there

    /*edit*/

    does that backup also make a copy of your PM (I sure hope so)
    Last edited by maes; 03-11-2002 at 04:40 PM.

  9. #39
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    flashdaddeesfreehold is still hosted by featureprice.com and
    has nothing to do with the crash at tera-byte. And by the
    way, I've signed us up with a new web host-liquidweb.com.

    tera-byte has just been so unresponsive to my requests for help I've decided to dump them. Hopefully, we'll be back online tomorrow with liquidweb as our new host.

    I can tell you this much: I have been extremely displeased with
    tera-byte tech support ever since I signed with them. Their
    hosting performance itself is exemplary and it's a shame I have to
    do this, but I've been sitting here all day without success waiting for them to give me access to my control panel. So, it's bye, bye tera-bye, hello liquidweb. Eventually, a web host will come along
    to satisfy all our needs.

    rick
    No. Wait. Don't hang up!

    This is America calling!

  10. #40
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227

    PHP Q...¿?

    Ok, well since this is a makeshift flashdaddee, I hope the mods don't mind me beseeching the members here a question that would've been on the PHP board there...



    Ok, so I'm just messing around with PHP, trying to recreate something I did with ASP once upon a time, and if you enter like

    "yes'm" or "\"...stuff like that, sometimes it'll add in an extra '\'...I think it's because PHP has some ties with C (I'm guessing) and we all know how C handles certain characters like ', ", and \ - by putting a \ in front. Anyway, here's my code...Any way to fix this?

    Code:
    <html>
    <head>
    <title>Dynamic marquee fun!</title>
    </head>
    <body> 
    
    <form method='get'> 
    
    Enter text to marquee<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='Text' <?php echo "value = 
    
    $Text"; ?>></input>
    
    <input type='submit' name='submit' value='click'></input> 
    
    </form> 
    
    </body>
    </html>
    <?php
    if($submit == "click")
    { 
      echo "<marquee><font size=10 color='red'>$Text</font></marquee>"; 
    } 
    ?>

    Thanks...I could just find a PHP board, but what better place than flashdaddee? (even if it's not the true one)

  11. #41
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Rick, I'm using liquidweb to host one of my sites that I've been working on; I've had no problems with them. Let me just throw out http://www.futurequest.net as a host I've found to have excellent service; in fact, they currently host cprogramming.com.

  12. #42
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    When we get back online, I'd like to work with you on this if it's all right with you, y. What say?
    sure.


    fyi, i was kidding about the squirrel graphics. sorry to let you all down...
    also, fyi, #flashdaddee is still there... empty as usual... *hint hint*
    Last edited by ygfperson; 03-11-2002 at 06:05 PM.

  13. #43
    Red Panda basilisk's Avatar
    Join Date
    Aug 2001
    Posts
    219
    For all those suffering withdrawal symptoms:
    Do not meddle in the ways of dragons, for thou art crunchy and taste good with ketchup

  14. #44

  15. #45
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    Muhahahaha...ok...
    Yoshi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Board vs. Flashdaddee
    By joshdick in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 01-23-2003, 10:57 AM
  2. fight involving everyone at cprog vs everyone at flashdaddee, who would win?
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 12-16-2002, 03:17 PM
  3. flashdaddee site failure
    By iain in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 11-20-2001, 05:59 PM