Actionscript highlight
Auteur: Arul - 29 december 2004 - 14:10 - Gekeurd door: Dennisvb - Hits: 6712 - Aantal punten: 3.50 (1 stem)
Ik heb dit script gekregen van een zekere Arul, en het dient om actionscript te highlighten.
Als je het gebruikt, link dan misschien ook naar zijn site.
( http://www.shockwave-india.com/blog/ )
|
Code: |
Als je het wilt gaan gebruiken in een UBB-functie gebruik je best dit:
<?php
include("actionscript_class.php");
function actionscript($t) {
$ash = new ash_as();
return '<table class="code"><tr><td>'.$ash->ash_return_highlight_txt($t, 1, 1).'</td></tr></table>';
}
?>
<?php include("actionscript_class.php"); function actionscript($t) { $ash = new ash_as(); return '<table class="code"><tr><td>'.$ash->ash_return_highlight_txt($t, 1, 1).'</td></tr></table>'; } ?>
Ik heb er nu een tabel rondgezet, je kan dat natuurlijk ook gewoon weglaten.
Dit is om het dan te gebruiken in je UBB (code tussen [code ]-tags plaatsen natuurlijk):
<?php
$bericht = preg_replace("/\[code\](.*)\[\/code\]/seU", "actionscript('\\1')", $bericht);
?>
<?php $bericht = preg_replace("/\[code\](.*)\[\/code\]/seU", "actionscript('\\1')", $bericht); ?>
Download code (.txt)
|
|
Stemmen |
Niet ingelogd. |
|