• Login
  • Register
  • Zoek
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • 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. Forum
  3. Scripting & programmeren
  4. PHP + SQL

Forum

  • Beta-testers gezocht voor Crypto-oefenplatform

    Syntax 29 januari 2026 om 16:11
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Syntax 19 januari 2026 om 09:34
  • Developer Gezocht

    Mikevdk 10 januari 2026 om 18:57
  • Op zoek naar de legends

    Syntax 5 januari 2026 om 13:50
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Help testers nodig voor android app Urgent

    urgentotservices 26 september 2025 om 10:21
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56
  • Afspraken systeem met planbeperking

    Lijno 1 augustus 2025 om 23:04

Marktplaats

  • 350 Nieuwe Domeinnamen Januari 2026

    shiga 1 februari 2026 om 14:21
  • 321 Nieuwe Domeinnamen December 2025

    shiga 1 januari 2026 om 10:26
  • Meerdere mafia game template te koop

    Syntax 26 december 2025 om 00:07

Profiel

  • sander-301
  • 12 april 2010 om 18:23
  • sander-301
    Intermediate
    Berichten
    156
    • 12 april 2010 om 18:23
    • #1

    Hallo Cp,

    Ik heb het volgende probleem, de profielen doen het niet van de leden.
    Kan iemand me mischien helpen?
    Script:

    PHP
    <?php 
    
    
      include("ubb.php");
      include("ubb.inc.php");
      include("_include-config.php");
      
      if(! check_login()) {
        header("Location: login.php");
        exit;
      }
    
    
      mysql_query("UPDATE `[users]` SET `online`=NOW() WHERE `login`='{$data->login}'");
    
    
     ?>
    
    
    <link rel="stylesheet" type="text/css" href="<? echo $sitelink;?>/layout/layout<?php echo $page->layout; ?>/css/css.css">
    </head>
    
    
    <body style=" margin: 0px;">
    
    
    <table width=100%>
    <?php 
    if(isset($_GET['x'])) {
      $dbres1 = mysql_query("SELECT * FROM `[users]` WHERE `login`='{$data->login}'");
    $dbres                                = mysql_query("SELECT *,UNIX_TIMESTAMP(`online`) AS `time`,DATE_FORMAT(`online`,'%d-%m-%Y %H:%i') AS `online` FROM `[users]` WHERE `login`='{$_GET['x']}' ");
      if($data = mysql_fetch_object($dbres)) {
    $com = mysql_query("SELECT * FROM `[comentaar]` WHERE `to`='$data->login' ORDER BY `datum` DESC");
          $online                = ($data->time+60*5 > time()) ? "<b>Nu</b>" : $data->online;
          $type         =  Array("","Junkies","Klonen","Agenten","Terroristen","Militairen","Bitches","Killers");
        $land1         = Array("","Belgie","Duitsland","Engeland","Frankrijk","Griekenland","Italie","Aruba","");
        $land          = $land1[$data->land];
          $type         = $type[$data->type];
        $Provincie        = $Provincie[$data->Provincie];
          $criminals      = Array("","Junkies","Klonen","Agenten");
        $criminals      = $criminals[$data->type];
          $criminals1      = Array("","<img src='images/transparant.gif' width='120' height='90'>","<img src='images/item-wetenschapper.gif' width='120' height='90'>","<img src='images/item-cop.gif' width='120' height='90'>","<img src='images/item-terrorist.gif' width='120' height='90'>","<img src='images/item-militair.gif' width='120' height='90'>");
          $criminals1      = $criminals1[$data->type];
          $power        = number_format(round(($data->attack+$data->defence)/2+$data->clicks*5),0,",",".");
          $def        = number_format(round($data->defence),0,",",".");
          $att        = number_format(round($data->attack),0,",",".");
          $bankk        = number_format(round($data->bank),0,",",".");
          $contantt        = number_format(round($data->cash),0,",",".");
          $geldd        = number_format(round($data->cash+$data->bank),0,",",".");
          $totalattacks      = $data->attwins + $data->attlosses;
          $totaldefends      = $data->defwins + $data->deflosses;
          $data->info           = opmaak($data->info);
        $avaurl            = $data->avaurl;
        $muziek            = $data->muziek;
    
    
        $health            = $data->health;
    
    
      $clan_name            = preg_replace('/-\[recruit\]/',"",$data->clan);
        $data->info                = preg_replace('/:P/',"<img src=\"images/smilies/icon_razz.gif\">",$data->info);
            $data->info               = preg_replace('/:D/',"<img src=\"images/smilies/icon_biggrin.gif\">",$data->info);
            $data->info        = preg_replace('/\:\o/',"<img src=\"images/smilies/icon_surprised.gif\">",$data->info);
            $data->info        = preg_replace('/:shock:/',"<img src=\"images/smilies/icon_eek.gif\">",$data->info);
            $data->info        = preg_replace('/:lol:/',"<img src=\"images/smilies/icon_lol.gif\">",$data->info);
            $data->info        = preg_replace('/:x/',"<img src=\"images/smilies/icon_mad.gif\">",$data->info);
            $data->info        = preg_replace('/\:\$/',"<img src=\"images/smilies/icon_redface.gif\">",$data->info);
            $data->info        = preg_replace('/\:\*\(/',"<img src=\"images/smilies/icon_cry.gif\">",$data->info);
            $data->info        = preg_replace('/:evil:/',"<img src=\"images/smilies/icon_evil.gif\">",$data->info);
            $data->info        = preg_replace('/:twisted:/',"<img src=\"images/smilies/icon_twisted.gif\">",$data->info);
            $data->info        = preg_replace('/\%\)/',"<img src=\"images/smilies/icon_rolleyes.gif\">",$data->info);
            $data->info        = preg_replace('/:!:/',"<img src=\"images/smilies/icon_exclaim.gif\">",$data->info);
            $data->info        = preg_replace('/:question:/',"<img src=\"images/smilies/icon_question.gif\">",$data->info);
            $data->info        = preg_replace('/:arrow:/',"<img src=\"images/smilies/icon_arrow.gif\">",$data->info);
            $data->info        = preg_replace('/:idea:/',"<img src=\"images/smilies/icon_idea.gif\">",$data->info);
            $data->info        = preg_replace('/:hart:/',"<img src=\"images/smilies/hart.gif\">",$data->info);
            $data->info        = preg_replace('/:o:/',"<img src=\"images/smilies/boe.gif\">",$data->info);
        $data->info        = preg_replace('/:disco:/',"<img src=\"images/smilies/zoek.gif\">",$data->info);
        $data->info        = preg_replace('/:mrgreen:/',"<img src=\"images/smilies/icon_mrgreen.gif\">",$data->info);
            $data->info        = preg_replace('/\:\)/',"<img src=\"images/smilies/icon_smile.gif\">",$data->info);
            $data->info        = preg_replace('/\:\(/',"<img src=\"images/smilies/icon_sad.gif\">",$data->info);
            $data->info        = preg_replace('/\;\)/',"<img src=\"images/smilies/icon_wink.gif\">",$data->info);
            $data->info        = preg_replace('/8\)/',"<img src=\"images/smilies/icon_cool.gif\">",$data->info);
            $data->info        = preg_replace('/\:\|/',"<img src=\"images/smilies/icon_neutral.gif\">",$data->info);
            $data->info        = preg_replace('/\:\?/',"<img src=\"images/smilies/icon_confused.gif\">",$data->info);
        $data->info        = preg_replace('_/-o_',"<img src=\"images/smilies/worshippy.gif\">",$data->info);
        $data->info        = preg_replace('-bonk-',"<img src=\"images/smilies/bonk.gif\">",$data->info);
        $data->info             = preg_replace("/\[EMAIL\](?U)((.|\n|\r)*)\[\/EMAIL\]/", "<a href=mailto:\\1 target=_blank class=content>\\1</a>", $data->info); 
        $data->info             = preg_replace("/\[b\](.+?)\[\/b\]/is",'<b>\1</b>', $data->info);  //vette text
        $data->info = preg_replace("/\[i\](.+?)\[\/i\]/is",'<i>\1</i>', $data->info);  //schuine text
        $data->info = preg_replace("/\[u\](.+?)\[\/u\]/is",'<u>\1</u>', $data->info);  //underlined
        $data->info = preg_replace("#\[s\](.*?)\[/s\]#si", "<s>\\1</s>", $data->info); // doorstreepte tekst  
            $data->info = preg_replace("/\[scroll\](.+?)\[\/scroll\]/is",'<marquee>\1</marquee>', $data->info);  //scrollende text
        $data->info = preg_replace("/\[red\](.+?)\[\/red\]/is",'<font color=red>\1</font>', $data->info);  //rood
          $data->info = preg_replace("/\[blue\](.+?)\[\/blue\]/is",'<font color=blue>\1</font>', $data->info);  //blauw
         $data->info = preg_replace("/\[green\](.+?)\[\/green\]/is",'<font color=green>\1</font>', $data->info);  //groen
          $data->info = preg_replace("/\[yellow\](.+?)\[\/yellow\]/is",'<font color=yellow>\1</font>', $data->info);  //geel
        $data->info = preg_replace ("#\[color=(\#[0-9A-F]{6}|[a-z\-]+)\](.*?)\[/color\]#si", "<font color=\"\\1\">\\2</font>", $data->info);
        $data->info = preg_replace("/\[img\](.+?)\[\/img\]/is",'<img src="\1">', $data->info);                                          
            $data->info = preg_replace("/\[img w=(.+?) h=(.+?)\](.+?)\[\/img\]/is",'<img src="\3" height="\1" width="\2">', $data->info);
    
    
    if ($data->clanlevel == 1){
    $clanrank    = "Member <IMG BORDER=\"0\" src=\"images/icons/1star.gif\">";
    }
    if ($data->clanlevel == 2){
    $clanrank    = "Recruiter<IMG BORDER=\"0\" src=\"images/icons/2stars.gif\">";
    }
    if ($data->clanlevel == 3){
    $clanrank    = "Member<IMG BORDER=\"0\" src=\"images/icons/1star.gif\">";
    }
    if ($data->clanlevel == 4){
    $clanrank    = "Member<IMG BORDER=\"0\" src=\"images/icons/1star.gif\">";
    }
    if ($data->clanlevel == 5){
    $clanrank    = "Member<IMG BORDER=\"0\" src=\"images/icons/1star.gif\">";
    }
    if ($data->clanlevel == 6){
    $clanrank    = "Manager<IMG BORDER=\"0\" src=\"images/icons/3stars.gif\">";
    }
    if ($data->clanlevel == 7){
    $clanrank    = "Generaal<IMG BORDER=\"0\" src=\"images/icons/4stars.gif\">";
    }
    if ($data->clanlevel == 8){
    $clanrank    = "Leader<IMG BORDER=\"0\" src=\"images/icons/5stars.gif\">";
    }
    if ($data->clanlevel == 9){
    $clanrank    = "Owner<img src=\"images/icons/6stars.gif\">";
    }
    $rank1	                  	= array("","Empty-Suit","Deliveryboy","Picciotto","Shoplifter","Pickpocket","Thief","Associate","Mobster","Soldier","Swindler","Assassin","Local Chief","Chief","Bruglione","Godfather","Legendary Godfather");
    $rank = $rank1[$data->rank];
    
    
    
    
    }
    $money = $data->cash+$data->bank;
    if ($money <= 1999999) {
        $mrank = "Straydog";
    } elseif ($money > 2000000 AND $money <= 5000000) {
        $mrank = "Lower Class";
    } elseif ($money > 5000000 AND $money <= 10000000) {
        $mrank = "Respectable Man";
    } elseif ($money > 10000000 AND $money <= 15000000) {
        $mrank = "Middle Class";
    } elseif ($money > 15000000 AND $money <= 20000000) {
        $mrank = "Wealthy";
    } elseif ($money > 20000000 AND $money <= 50000000) {
        $mrank = "Upper Class";
    } elseif ($money > 50000000 AND $money <= 100000000) {
        $mrank = "Rich";
    } elseif ($money > 100000000 AND $money <= 200000000) {
        $mrank = "Very Rich";
    } elseif ($money > 200000000 AND $money <= 400000000) {
        $mrank = "Dangerously Rich";
    } elseif ($money > 400000000) {
        $mrank = "Notoriously Rich";
    }
    $hhealth = round(100-$data->health);
    if ($data->health <= 25) {
        $healthcolor = "red";
    } elseif ($data->health > 25 AND $data->health <= 50) {
        $healthcolor = "orange";
    } elseif ($data->health > 50 AND $data->health <= 75) {
        $healthcolor = "yellow";
    } elseif ($data->health > 75 AND $data->health <= 100) {
        $healthcolor = "green";
    }
    if ($data->level >= 255) {
        $status = "Admin";
    } elseif ($data->level < 255) {
        $status= "Lid";
    }
    
    
      if($data->vip == 0) {
        $vip = "Geen VIP";
      } 
      
      if($data->vip >= 1) {
        $vip = "<b>VIP lid</b>+";
      } 
    
    
      if($data->VI4P == 2) {
        $vip = "<font color=gold><b>GOLD</b>";
      }
    
    
    
    
          $clan_name      = preg_replace('/-\[recruit\]/',"",$data->clan);
          $avatarurl            = $data->avatarurl;
          $data->info      = preg_replace('/\n/',"<br>\n",$data->info);
        $data->allies      = preg_replace('/\n/',"<br>\n",$data->allies);
        $data->enemies    = preg_replace('/\n/',"<br>\n",$data->enemies);
    
    
    if(isset($_SESSION['login']))
                  mysql_query("INSERT INTO `[wannabe]`(`time`,`login`,`person`,`code`,`area`) values(NOW(),'{$_SESSION['login']}','{$data->login}',{$data->clicks},'click')");
    
    
    
    
       if(mysql_num_rows($dbres_paying) == 100) {
       $medaille = " <tr><td width=125>Medaille:</td>  <td align=\"right\"><img src=\"images/medaille.gif\"></td></tr>";
       }
       else {
       $medaille = "";
       }
          print <<<ENDHTML
    
    
    <link rel="stylesheet" type="text/css" href="<? echo $sitelink;?>/layout/layout<?php echo $page->layout; ?>/css/css.css">
    <table width="100%">
    <tr><td class="subTitle"><b>Profiel</b></td></tr>
    <tr><td>
    <table width="100%">
    <tr>
    <td width="200" class="mainTxt">
    <img src="{$data->avaurl}" width="200" height="250"><BR>{$online}
    </td>
    <td valign="top">
    <table>
    <tr>
    <td class="subTitle" width="100%" align=center><b>Info:</b></td>
    <td width="100%"></td>
    
    
    </tr>
    <tr>
    <td class="mainTxt" width="100%">
    <table width="100%">
    <tr valign="top">
    <td width="150"><strong>Naam:</strong></td> <td width="150">{$data->login}</td>
    </tr>
    <tr valign="top"> 
    <td width="150"><strong>Clan:</strong></td> <td width="150"><a href="clan.php?x=$clan_name">{$data->clan}</td>
    </tr>
    <tr valign="top"> 
    <td width="150"><strong>Clanrank:</strong></td><td width="150">{$clanrank}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Betaald:</strong></td><td width="150">{$vip}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Rank:</strong></td><td width="150">{$rank}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Geldrank:</strong></td><td width="150">{$mrank}</td>
    </tr>
    </table>
    </td>
    </td>
    </tr>
    <tr>
    <td width="150"></td>
    <td width="4%"></td>
    <td width="150"></td>
    </tr>
    <tr>
    <td class="subTitle" width="100%" align="center"><b>Status:</b></td>
    <td width="100%"></td>
    
    
    </tr>
    <tr>
    <td class="mainTxt" width="100%">
    <table width="100%">
    <tr valign="top">
    <td width="150"><strong>$criminals:</strong></td><td width="150">{$data->clicks}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Op de bank:</strong></td><td width="150">€{$bankk},-</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Contant:</strong></td><td width="150">€{$contantt},-</td>
    </tr>
    </table>
    </td>
    </td>
    </tr>
    
    
    <tr>
    <td width="300"></td>
    <td width="4%"></td>
    <td width="300"></td>
    </tr>
    <tr>
    <td class="subTitle" width="100%" align="center"><b>Power:</b></td>
    <td width="100%"></td>
    </tr>
    <tr>
    <td class="mainTxt" width="100%">
    <table width="100%">
    <tr valign="top">
    <td width="150"><strong>Attack Power:</strong></td><td width="150">{$att}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Defence Power:</strong></td><td width="150">{$def}</td>
    </tr>
    <tr valign="top">
    <td width="150"><strong>Totaal Power:</strong></td><td width="150">{$power}</td>
    </tr>
    </table>
    </td>
    </td>
    </tr>
    <tr>
    <td width="300"></td>
    <td width="4%"></td>
    <td width="300"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
      <tr><td class="mainTxt" width="96%"> <b>Vrienden:</b>
      {$data->allies}
    
    
         <tr><td class="mainTxt" width="96%"> <b>Vijanden:</b>
         $data->enemies
    <tr>
    <td valign="top">
    <table align="right">
    <tr>
    
    
    ENDHTML;
          if($data->Mobieltje == 1)
            echo"<td class=\"mainTxt\" align=\"center\" width=100><a href=\"message.php?p=new&to={$data->login}\"><b>SMS</b></a></td>";
    
    
          print <<<ENDHTML
          <td class="mainTxt" align="center" width=100><a href="click.php?x={$data->login}"><b>Click</b></a></td>
          <td width=5> </td>
        <td class="mainTxt" align="center" width=100><a href="donate.php?x={$data->login}"><b>Doneer</b></a></td>
          <td width=5> </td>
          <td class="mainTxt" align="center" width=100><a href="attack.php?x={$data->login}"><b>Attack</b></a></td>
          <td width=5> </td>
          <td class="mainTxt" align="center" width=100><a href="garage.php?x={$data->login}"><b>Garage</b></a></td>
          <td width=5> </td>
          <td class="mainTxt" align="center" width=100><a href="message.php?p=new&to={$data->login}"><b>SMS</b></a></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <tr><td class="subTitle"><b>Informatie</b></td></tr>
    <td class="mainTxt">{$data->info}
    </tr>
    </table>
    <table width="100%">
    
    
    
    
    ENDHTML;
        }
     
     ?>
    </table>
    
    
    </body>
    
    
    
    
    </html>
    Toon Meer

    en hij geeft de volgende error aan:

    PHP
    Fatal error: Cannot redeclare ubb() (previously declared in /home/crimewish.nl/www/ubb.php:3) in /home/crimewish.nl/www/ubb.php on line 69

    De morgenstond heeft goud in den mond.

  • Luc
    Software Engineer
    Ontvangen Reacties
    44
    Berichten
    1.986
    • 12 april 2010 om 18:38
    • #2

    Post je ubb.php eens, want daar zit de fout..

    Website: https://devimo.nl
    Skype: https://join.skype.com/invite/dJyYILTt7Eqh

  • sander-301
    Intermediate
    Berichten
    156
    • 12 april 2010 om 18:43
    • #3
    PHP
    <?php
    
    
    	function ubb($text){
            $text = htmlspecialchars($text);
            $text = nl2br($text);
    
    
    	$text = str_replace(":grin:","<img src=images/smiles/icon_biggrin.gif>", $text);
    	$text = str_replace(":S","<img src=images/smiles/icon_confused.gif>", $text);
    	$text = str_replace("8)","<img src=images/smiles/icon_cool.gif>", $text);
    	$text = str_replace(":.(","<img src=images/smiles/icon_cry.gif>", $text);
    	$text = str_replace(":eek:","<img src=images/smiles/icon_eek.gif>", $text);
    	$text = str_replace(":evil:","<img src=images/smiles/icon_evil.gif>", $text);
    	$text = str_replace(":lol:","<img src=images/smiles/icon_lol.gif>", $text);
    	$text = str_replace(":@","<img src=images/smiles/icon_mad.gif>", $text);
    	$text = str_replace(":D","<img src=images/smiles/icon_mrgreen.gif>", $text);
    	$text = str_replace(":|","<img src=images/smiles/icon_neutral.gif>", $text);
    	$text = str_replace(":P","<img src=images/smiles/icon_razz.gif>", $text);
    	$text = str_replace(":$","<img src=images/smiles/icon_redface.gif>", $text);
    	$text = str_replace(":roll:","<img src=images/smiles/icon_rolleyes.gif>", $text);
    	$text = str_replace(":(","<img src=images/smiles/icon_sad.gif>", $text);
    	$text = str_replace(":)","<img src=images/smiles/icon_smile.gif>", $text);
    	$text = str_replace(":o","<img src=images/smiles/icon_surprised.gif>", $text);
    	$text = str_replace(":twisted:","<img src=images/smiles/icon_twisted.gif>", $text);
    	$text = str_replace(";)","<img src=images/smiles/icon_wink.gif>", $text);
    	$text = str_replace(":{","<img src=images/smiles/icon_dracula.gif>", $text);
    	$text = str_replace(":sick:","<img src=images/smiles/icon_sick.gif>", $text);
    	$text = str_replace(":uhm:","<img src=images/smiles/icon_uhm.gif>", $text);
    	$text = str_replace(":clap:","<img src=images/smiles/icon_clap.gif>", $text);
    	$text = str_replace(":dance:","<img src=images/smiles/icon_dance.gif>", $text);
    	$text = str_replace(":stop:","<img src=images/smiles/icon_stop.gif>", $text);
    	$text = str_replace(":doh:","<img src=images/smiles/icon_doh.gif>", $text);
    	$text = str_replace(":nono:","<img src=images/smiles/icon_nono.gif>", $text);
    	$text = str_replace(":think:","<img src=images/smiles/icon_think.gif>", $text);
    	$text = str_replace(":ssht:","<img src=images/smiles/icon_ssht.gif>", $text);
    	$text = str_replace(":nope:","<img src=images/smiles/icon_nope.gif>", $text);
    	$text = str_replace(":salut:","<img src=images/smiles/icon_salut.gif>", $text);
    	$text = str_replace(":wall:","<img src=images/smiles/icon_wall.gif>", $text);
    
    
    	$text = str_replace("cw","**", $text);
    	$text = str_replace("CW","**", $text);
    	$text = str_replace("gangsterwar","************", $text);
    	$text = str_replace("bulletstar","************", $text);
    	$text = str_replace("crimeage","************", $text);
    	$text = str_replace("gang-war","**************************", $text);
    	$text = str_replace("gangwars","***************************", $text);
    	$text = str_replace("kutzooi","*******************", $text);
    	$text = str_replace("barafranca.com","***************", $text);
    	$text = str_replace("KANKER","*****", $text);
    	$text = str_replace("kanker","*****", $text);
    	$text = str_replace("Kanker","*****", $text);
    	$text = str_replace("gay","***", $text);
    
    
            $text = preg_replace("#\[center\](.*?)\[/center\]#si","<center>\\1</center>", $text);
            $text = preg_replace("#\[right\](.*?)\[/right\]#si","<p align=right>\\1</p>", $text);
            $text = preg_replace("#\[b\](.*?)\[/b\]#si","<b>\\1</b>", $text);
            $text = preg_replace("#\[u\](.*?)\[/u\]#si","<u>\\1</u>", $text);
            $text = preg_replace("#\[i\](.*?)\[/i\]#si","<i>\\1</i>", $text);
            $text = preg_replace("#\[left\](.*?)\[/left\]#si","<left>\\1</left>", $text);
            $text = preg_replace("#\[center\](.*?)\[/center\]#si","<center>\\1</center>", $text);
            $text = preg_replace("#\[right\](.*?)\[/right\]#si","<p align=right>\\1</p>", $text);
            $text = preg_replace("#\[url\](.*?)\[/url\]#si","<a href=\\1 target=_blank>\\1</a>", $text);
            $text = preg_replace("#\[url=(.*?)\](.*?)\[/url\]#si","<a href=\\1 target=_blank>\\2</a>", $text);
            $text = preg_replace("#\[img\](.*?)\[/img\]#si","<img src=\\1>", $text);
            $text = preg_replace("#\[color=(.*?)\](.*?)\[/color\]#si","<font color=\\1>\\2</font>", $text);
            $text = preg_replace("#\[move\](.*?)\[/move\]#si","<marquee>\\1</marquee>", $text);
            $text = preg_replace("#\[edit\](.*?)\[/edit\]#si","<font color=orange><b>Edit</b></font>:<i> \\1</i><br>", $text);
    
    
    	return $text;
    	}
    
    
    ?>
    Toon Meer

    De morgenstond heeft goud in den mond.

  • Luc
    Software Engineer
    Ontvangen Reacties
    44
    Berichten
    1.986
    • 12 april 2010 om 18:48
    • #4

    Ik heb vernomen, dat ubb.php en dus ook ubb.inc.php overbodig is in jou script, dus mijn advies gooi het eruit;)

    Website: https://devimo.nl
    Skype: https://join.skype.com/invite/dJyYILTt7Eqh

  • sander-301
    Intermediate
    Berichten
    156
    • 12 april 2010 om 18:49
    • #5

    ok, zal ik doen bedankt.
    daar zit de error dus niet in, zit overal te zoeken maar kan het niet vinden

    De morgenstond heeft goud in den mond.

  • Luc
    Software Engineer
    Ontvangen Reacties
    44
    Berichten
    1.986
    • 12 april 2010 om 18:51
    • #6

    Oke, ik hoop dat het geholpen heeft.

    [offtopic]
    Waar heb jij die outgame vandaan (welke source) want hij komt me bekend voor(a)
    [/offtopic]

    Website: https://devimo.nl
    Skype: https://join.skype.com/invite/dJyYILTt7Eqh

  • sander-301
    Intermediate
    Berichten
    156
    • 12 april 2010 om 18:53
    • #7

    Heeft helaas niet geholpen

    [offtopic]zal het zo even opzoeken, vind hem niet zo mooi dus binnenkort verander ik het[/offtopic]

    De morgenstond heeft goud in den mond.

  • Patrick
    Back in the game
    Ontvangen Reacties
    52
    Berichten
    1.417
    • 12 april 2010 om 19:36
    • #8

    funcion ubb wordt volgens mij in ubb.php & in ubb.inc.php aangemaakt, haal er 1 van de 2 uit en het probleem zal denk ik wel weg zijn :)

  • sander-301
    Intermediate
    Berichten
    156
    • 12 april 2010 om 20:18
    • #9

    Ok zal het proberen, zal het posten als het gelukt is:)

    Edit
    Top, bedankt ! moest ubb.php verwijderen

    :slotje:

    De morgenstond heeft goud in den mond.

  • Dpm_x
    Intermediate
    Berichten
    351
    • 12 april 2010 om 20:36
    • #10

    Weet iemand welke source dit is?

  • Mokerr
    Webspetter.nl
    Berichten
    601
    • 12 april 2010 om 22:43
    • #11

    Aan het script te zien CrimeSource v1.2 of v1.3
    [offtopic]Nee jongen geen crimeclub source[/offtopic]

    *

  • Thisguyisgone
    Elite members
    Ontvangen Reacties
    197
    Berichten
    7.880
    • 12 april 2010 om 23:56
    • #12

    Inderdaad CS V1.3

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!

Maak een account aan Login

ICT Nieuws

  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55
  • Kritieke update voor Really Simple Security-plug-in

    K.Rens 16 november 2024 om 16:12
  • ING Nederland streeft naar ondersteuning van Google Pay tegen eind februari

    K.Rens 2 november 2024 om 16:09

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

Gebruikers die dit topic bekijken

  • 1 Gasten
  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