Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    Any have any ideas?

  2. #12
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    <?php
    background-color: #333333;
    $djname=$_POST['djname'];
    $msg=$_POST['msg'];
    $content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>";
    $file="overwrite.html";
    $writing=fopen($file, 'w');
    Last edited by Colin-Roberts; 07-08-2006 at 08:23 PM.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  3. #13
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    *removed*

    Sorry for double posting
    Last edited by ClubTime; 07-08-2006 at 08:37 PM.

  4. #14
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    here try this

    Code:
    <?php
    background-color='#ffffff' //change '#ffffff' to your color
    $djname=$_POST['djname'];
    $msg=$_POST['msg'];
    $content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>";
    $file="overwrite.html";
    $writing=fopen($file, 'w');
    ?>

  5. #15
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    I'll try, thanks.
    Edit: Didnt work, thanks for trying though.
    Last edited by reindeer.; 09-08-2006 at 02:42 PM.

  6. #16
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    Try:
    PHP Code:
    <?php
    $djname
    =$_POST['djname'];
    $msg=$_POST['msg'];
    $content="<font face=\"verdana\" size=\"1\" color=\"#000000\">$msg</font><br>";
    $file="overwrite.html";
    $writing=fopen($file'w');
    ?>
    <body bgcolor='#333333'>
    Change '333333' to your color
    Last edited by ClubTime; 09-08-2006 at 04:57 PM.

  7. #17
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    No, didnt work again

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •