Onderwerp: Gezocht UBB shit
Enkele bericht bekijken
Oud 18 August 2003, 21:52   #5
Pakspul
Banned
 
Pakspul's Avatar
 
Geregistreerd op: 11 February 2002
Locatie: Hengelo
Berichten: 12.521
Standaard

hele script van die site is gewoon kut, ben maar gewoon helemaal opnieuw begonnen.. dit kwam er uit na een klein uurtje phpen



mooi opgebouwt in tabellen ook, code is beetje heel ranzig maarja, strx maar ff perfect maken,

hier is de code
PHP Code:
<?php 

$str 
"<?php 
function highlight (
$string)
{
    return highlight_string(
$string);
}

echo \"hello world\";

?>"
;


   
$str highlight_string($str,TRUE); 

$count_parts count(explode('<br />',$str)); 


for (
$i 0$i $count_parts$i++)
{
    
$lines .= "$i<br>";
}

$table  "php:<br /><table cellpadding=4 cellspacing=0 class=\"phphighlight\">";
$table .= "<tr><td class=\"phphighlightline\" valign=top align=left>$lines</td>";
$table .= "<td nowrap class=\"phphighlightcode\" valign=top align=left>$str</td></tr>";
$table .= "</table>";

echo 
$table;
exit;
?>
ohja ik heb nog een beetje style aan gegeven anders staat alles niet recht

dat is dit
Code:
<style>

body,td {
	font-family: verdana, arial, avant garde, helvetica;
	font-size: 13px;
	color: #000000;
}


.phphighlight {
     background-color: #FFFFFF;
     border-color: #000000;
     border-style: solid;
     border-left-width: 1px;
     border-right-width: 1px;
     border-top-width: 1px;
     border-bottom-width: 1px;
}
.phphighlightline {
     background-color: #d3d3d3;
     text-align: right;
     border-right-width: 0px;
 }
.phphighlightcode {
     border-left-width: 0px;
}

</style>
Pakspul is offline   Met citaat antwoorden