• Login
  • Register
  • Zoek
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Leden
  3. abby2

Forum

  • Fallen Kingdom Game

    gozmeu 27 juli 2026 om 23:49
  • Crimora.nl

    Dennii 11 juli 2026 om 13:13
  • RPG game gebouwd met AI

    zwpgangster 9 juli 2026 om 11:25
  • (Verkoop) Criminals

    Syntax 5 juli 2026 om 13:22
  • Het Grote Vibe Code Topic

    Syntax 30 juni 2026 om 11:54
  • Ictscripters Chat

    Jeffrey.Hoekman 26 juni 2026 om 16:21
  • Het oorspronkelijke Criminals Script

    Jeroen.G 24 juni 2026 om 09:21
  • StraatBaas is back, maar hoe?!

    Syntax 17 juni 2026 om 10:28

Marktplaats

  • 303 Nieuwe Domeinnamen Juli 2026

    shiga 1 augustus 2026 om 13:56
  • Straatbaas.eu – complete Nederlandstalige en Engelstalige online maffia-RPG

    Syntax 28 juli 2026 om 15:47
  • 306 Nieuwe Domeinnamen Juni 2026

    shiga 1 juli 2026 om 13:39

Posts by abby2

  • BB code`s

    • abby2
    • 15 februari 2012 om 20:47

    het is dat ik een quote krijg met een Spoiler: erboven

    ik meot een vak hebben met een knop na spoiler met een show/hide functie


    ik zal even ps maken

  • Naam site.

    • abby2
    • 15 februari 2012 om 17:18

    en CMpoints.com

  • Naam site.

    • abby2
    • 15 februari 2012 om 16:21

    CMpoints.com (Cocial Media points)

  • BB code`s

    • abby2
    • 15 februari 2012 om 16:14

    hallo

    ik zoek de spoiler code voor incl_ubb.php en voor de helpline en van de knop zelf


    alvast bedankt

    incl_ubb

    PHP
    <?
    
    
    $replace 		= str_replace("[u]", "<u>",$replace);
    $replace 		= str_replace("[/u]", "</u>",$replace);
    $replace 		= str_replace("[b]", "<b>",$replace);
    $replace 		= str_replace("[/b]", "</b>",$replace);
    $replace 		= str_replace("[i]", "<i>",$replace);
    $replace 		= str_replace("[/i]", "</i>",$replace);
    $replace 		= str_replace("[naam]", "$data->login",$replace);
    $replace 		= str_replace("[list]", "<ul>",$replace);
    $replace 		= str_replace("[/list]", "</ul>",$replace);
    $replace 		= str_replace("•", "&amp;bull;",$replace);
    $replace 		= str_replace("[*]", "&bull;",$replace);
    $replace 		= str_replace("http://", "",$replace);
    $replace 		= eregi_replace("\\[img]([^\\[]*)\\[/img\\]","<img src=\"http://\\1\" alt=\"Afbeelding\">",$replace);
    $replace	 	= eregi_replace("\\[color=([^\\[]*)\\]([^\\[]*)\\[/color\\]","<font color=\"\\1\">\\2</font>",$replace);
    $replace 		= eregi_replace("\\[url]([^\\[]*)\\[/url\\]","<a href=\"http://\\1\">\\1</a>",$replace);
    $replace 		= eregi_replace("\\[quote=([^\\[]*)\\]([^\\[]*)\\[/quote\\]","<div class=\"quotetitle\"><b>\\1 schreef:</b></div><div class=\"quotecontent\">\\2</div>",$replace);
    $replace 		= eregi_replace("\\[quote]([^\\[]*)\\[/quote\\]","<div class=\"quotetitle\"><b>Citaat:</b></div><div class=\"quotecontent\">\\1</div>",$replace);
    $replace 		= eregi_replace("\\[code=php]([^\\[]*)\\[/code\\]","<div class=\"codetitle\"><b>Code:</b></div><div class=\"codecontent\">\\1</div>",$replace);
    $replace 		= eregi_replace("\\[size=([^\\[]*)\\]([^\\[]*)\\[/size\\]","<span style=\"font-size: \\1%; line-height: normal\">\\2</span>",$replace);
    $replace 		= eregi_replace("\\[quote=([^\\[]*)\\]([^\\[]*)\\[/quote\\]","<div class=\"quotetitle\"><b>\\1 schreef:</b></div><div class=\"quotecontent\">\\2</div>",$replace);
    $replace 		= eregi_replace("\\[quote]([^\\[]*)\\[/quote\\]","<div class=\"quotetitle\"><b>Citaat:</b></div><div class=\"quotecontent\">\\1</div>",$replace);
    $replace 		= eregi_replace("\\[spoiler]([^\\[]*)\\[/spoiler\\]","<div class=\"spoilertitle\"><b>Spoiler:</b></div><div class=\"quotecontent\">\\1</div>",$replace);
    ?>
    Toon Meer


    helpline

    PHP
    // <![CDATA[
    		// Define the bbCode tags
    	<?	var bbcode = new Array();
    		var bbtags = new Array('[spoiler]','[/spoiler]');
    		var imageTag = false;
    		// Helpline messages		
    		var help_line = {
    		
    		,cb_28: 'Een spoiler: [spoiler]tekst[/spoiler] of [spoiler= naam voor spoiler]tekst[/spoiler]',					
    		}?>		
    		// ]]>
    		
    //<![CDATA[
    Toon Meer


    knoppen menu

    PHP
    <script type="text/javascript" src="./styles/ubuntu/template/editor.js"></script>
    <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="spoiler" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="cb_22" name="addbbcode22" value="edit" onclick="bbstyle(22)" onmouseover="helpline('cb_22')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="cb_24" name="addbbcode24" value="offtopic" onclick="bbstyle(24)" onmouseover="helpline('cb_24')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="cb_26" name="addbbcode26" value="s" onclick="bbstyle(26)" onmouseover="helpline('cb_26')" onmouseout="helpline('tip')">
    <input type="button" class="btnbbcode" accesskey="cb_28" name="addbbcode28" value="spoiler" onclick="bbstyle(28)" onmouseover="helpline('cb_28')" onmouseout="helpline('tip')">
    Toon Meer

ICT Nieuws

  • Quanscient ontvangt €10M om AI- en kwantum-native hardware engineering te bevorderen - Tech.eu

    ICTscripters 27 mei 2026 om 12:03
  • Datalek bij leverancier Canvas - Universiteit van Amsterdam

    ICTscripters 10 mei 2026 om 12:03
  • Data privacy in 2026: Hoe de naleving van GDPR verandert

    ICTscripters 8 mei 2026 om 12:16

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design