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

    Latest Awards:

    Default Changing the colour of my DJ says

    Hi, Im trying to change the colour of my DJ says, located at http://www.samsterteenzradio.com/djsays.html. Heres the 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');



    Thanks.

  2. #2
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    just add body bgcolor="code" :s

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

    Latest Awards:

    Default

    Ya where though Im not very experienced with php

  4. #4
    Join Date
    Feb 2005
    Location
    Leicestershire / Sheffield
    Posts
    685
    Tokens
    0

    Default

    but its html

  5. #5
    RealmOftheClaw Guest

    Default

    i don't know php only html. but wouldn't you maybe do color=???? in the font so its like <font=???? size=???? bgcolor=hex code.>
    Last edited by RealmOftheClaw; 01-08-2006 at 06:25 PM.

  6. #6
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    You have to change the DJProsess.php or sumin, cos the other file gets re written all the time.

  7. #7
    Join Date
    Apr 2006
    Posts
    75
    Tokens
    0

    Default

    Yes jack is right u need to edit the djprocess file
    Behosted.org Cheap Reliable Webhosting [30% Discount Code On All Webhosting Plans = Habbox]

  8. #8
    Join Date
    May 2006
    Location
    New Zealand
    Posts
    4,452
    Tokens
    0

    Latest Awards:

    Default

    sure all he needs to do is change the part that says 000000- that is the hex code and if he dosent want black he can have FFFFFF for white or FF000
    New Zealand Web/Tech News

  9. #9
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    550
    Tokens
    0

    Default

    And remember you need to finish with
    PHP Code:
    ?> 
    Last edited by Evasion; 02-08-2006 at 08:24 AM.

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

    Latest Awards:

    Default

    That IS djprocess.php and btw its the bg color I want to change not font colour incase I wasnt clear.

Page 1 of 2 12 LastLast

Posting Permissions

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