Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Bbcodes

  1. #1
    Moderator djdevil89's Avatar
    Join Date
    Oct 2007
    Location
    Your Localhost running a format c :P
    Posts
    272
    Thanks
    19
    Thanked 29 Times in 13 Posts
    Rep Power
    0

    Thumbs down

    Hey i want to add more bbcodes to my site but always when i try it i het an syntax error warning can anyone help me how to fix this or atlest tell me where to do it ?? i tryed in core.php btw its lavalair script
    thanks in advance

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";


  2. #2
    Member
    Join Date
    May 2006
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    How you do this?

  3. #3
    Senior Member hypetype's Avatar
    Join Date
    May 2006
    Location
    Jamaica/ Manchester
    Posts
    129
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    I added some of my own. lol, like [user] and it shows the name of the person who is reading it
    [Only registered and activated users can see links. Click Here To Register...]

  4. #4
    Moderator djdevil89's Avatar
    Join Date
    Oct 2007
    Location
    Your Localhost running a format c :P
    Posts
    272
    Thanks
    19
    Thanked 29 Times in 13 Posts
    Rep Power
    0

    Default

    i copyed a part from core.php and edited it like
    Code:
     [img]$imgurl[/img]

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";


  5. #5
    Super Moderator crazybrumi's Avatar
    Join Date
    Jun 2007
    Location
    Birmingham, England
    Posts
    1,062
    Thanks
    13
    Thanked 17 Times in 12 Posts
    Rep Power
    0

    Default

    ur mising sumin send us ya file and al fix it for ya
    Want something coded email me at [Only registered and activated users can see links. Click Here To Register...] for a prices.



    [Only registered and activated users can see links. Click Here To Register...]

  6. #6
    ori
    ori is offline
    Senior Member
    Join Date
    Oct 2007
    Location
    australia
    Posts
    509
    Thanks
    2
    Thanked 73 Times in 12 Posts
    Rep Power
    0

    Default

    $text=preg_replace("/\[font\=(.*?)\](.*?)\[\/font\]/is","$2",$text);
    $text=preg_replace("/\[img\=(.*?)\]/i","<img src=\"$1\" alt=\"\"/>",$text);

  7. #7
    ori
    ori is offline
    Senior Member
    Join Date
    Oct 2007
    Location
    australia
    Posts
    509
    Thanks
    2
    Thanked 73 Times in 12 Posts
    Rep Power
    0

    Default

    woops copied the font 1 too lol to do images in that 1 u jus type [img=urltopic]

  8. #8
    Moderator djdevil89's Avatar
    Join Date
    Oct 2007
    Location
    Your Localhost running a format c :P
    Posts
    272
    Thanks
    19
    Thanked 29 Times in 13 Posts
    Rep Power
    0

    Default

    woops copied the font 1 too lol to do images in that 1 u jus type [img=urltopic][/b]
    Cool thanx and how can i make it to get blinking text with bbcodes?

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";


  9. #9
    ori
    ori is offline
    Senior Member
    Join Date
    Oct 2007
    Location
    australia
    Posts
    509
    Thanks
    2
    Thanked 73 Times in 12 Posts
    Rep Power
    0

    Default

    think blinking text only works on html doctypes not xhtml/wml

  10. #10
    Super Moderator metulj's Avatar
    Join Date
    Jan 2007
    Location
    your root... now think fast... =]
    Posts
    1,708
    Thanks
    558
    Thanked 212 Times in 130 Posts
    Rep Power
    0

    Default

    think blinking text only works on html doctypes not xhtml/wml[/b]

    Code:
    $text = preg_replace("/\[blink\](.*?)\[\/blink\]/i","<blink>\\1</blink>", $text);
    works 100% in XHTML
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. bbcodes help
    By realcoder in forum Coding Forum
    Replies: 1
    Last Post: 25-05-09, 01:59
  2. Bbcodes Complete List And Tutorial
    By ozziemale31 in forum Coding Forum
    Replies: 6
    Last Post: 20-01-08, 14:02
  3. Bbcodes In Unrealx Forum Script
    By lamar-wap in forum Coding Forum
    Replies: 21
    Last Post: 16-07-06, 19:52

Bookmarks

Posting Permissions

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

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19