• 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. kutsikas

Forum

  • RPG game gebouwd met AI

    Frenzo.Webservice 11 juni 2026 om 19:44
  • Het Grote Vibe Code Topic

    Syntax 1 juni 2026 om 20:05
  • PWYL source gezocht

    Syntax 29 mei 2026 om 14:03
  • Ictscripters Chat

    AarClay 21 april 2026 om 11:34
  • Help testers nodig voor android app Urgent

    Servertjee 20 februari 2026 om 12:07
  • Partner Gezocht om meerdere NFT Collecties op Open Sea te Plaatsen

    Servertjee 20 februari 2026 om 12:06
  • Afspraken systeem met planbeperking

    Jeffrey.Hoekman 20 februari 2026 om 11:52
  • Developer Gezocht

    Servertjee 19 februari 2026 om 17:31

Marktplaats

  • 359 Nieuwe Domeinnamen Mei 2026

    shiga 1 juni 2026 om 12:45
  • Sicarras.com - Moderne Mafia Text-Based RPG

    Jeffrey.Hoekman 27 mei 2026 om 17:40
  • 370 Nieuwe Domeinnamen April 2026

    shiga 1 mei 2026 om 12:06

Posts by kutsikas

  • SMS system

    • kutsikas
    • 8 april 2017 om 20:00

    Pm me people! Easy money for you!

  • SMS system

    • kutsikas
    • 7 april 2017 om 22:17

    Hope its right topic in right place.
    I need a guy who can made me one script in fortumo.com sms system.

    Contact me and ask more! I pay only paypal!

    Move a topic if its wrong place.

  • KickassTorrents ook weg?

    • kutsikas
    • 23 juli 2016 om 20:49

    I don't understand your language but

    http://kat.am/full/

    Enjoy! :)

  • Banditi or other like this game chat

    • kutsikas
    • 21 augustus 2015 om 20:22

    I think it is better to completely rewrite this - Maybe yeah! But who do it? :)
    What IRC mean?
    will need to have some kind of polling mechanism which checks if there are new messages unless you fancy refreshing your webpage manually all the time - Very good point.
    it is probably better to use a database for storing data. +1


    in principle i need chat who works banditi game or maffianextkill game or like that and its must be look nice. Like my chat but this codering is bullshit! :)

    I hope that eventually we will find a solution with anyone.

  • Banditi or other like this game chat

    • kutsikas
    • 21 augustus 2015 om 12:02

    So anyone understand and do it? :)

  • Banditi or other like this game chat

    • kutsikas
    • 21 augustus 2015 om 09:31

    Like i show my chat.php - it working. I use it in a game. But this is not a good.

    If i write chat <script> - this fucked chat up.

    1. I want ban options - if user is muted he must be see like this text: You are muted in 24 hour or something like that.
    2. And i want block html codes in chat like <script>.

    My chat is php chat still php chat....!!??
    Use it my chat in game and you see it! :)

    My chat looks like this: http://prntscr.com/874yph
    Like i say i want ban options and block html codes.

    Maybe you are better idea?


    What you think about that price?

  • Banditi or other like this game chat

    • kutsikas
    • 20 augustus 2015 om 21:53

    How much its cost? I think other people need a normal chat in game. Not a pointless flash chat "sorry i don't like flash" chat.

    All letters must be work in chat: abc, öäü :)

    Maybe my scripts help a little bit....

  • Banditi or other like this game chat

    • kutsikas
    • 20 augustus 2015 om 19:09

    Full chat script. But if anyone can fix it?
    Like ban options and make it safe - please?
    Is it possible?


    PHP: Chat.php
    <?php
    
    
    include("mysql.php");
    
    
    if($_POST['form'])
    {
    	if($_POST['tekst'] == '')
    	{
    		echo "";
    	}
    	 else if($_POST['tekst'] == '/delete')
    
    
           {
    		$fail = fopen('jutt1.txt', 'w');                
    		fwrite($fail, '');
    		fclose($fail);
    	} else
    	{
    		
    		$fail = fopen("jutt1.txt", "a");
        $postname = $_SESSION['login'];
    	$postname = ($data->admin == 1) ? "<b><font color=red>$postname</b>": $postname;
    		
    	    $time = $date[date("w")].date("H:i");
    			
    		fwrite($fail, "|NM|".$time." $postname: ".$_POST['tekst']);
    	}
    }
    ?>
    <table style="padding-top: 0px; margin-top: 0px;" width="99%" id="chat">
    <?php
    $txt = file_get_contents('jutt1.txt');
    $sonumid = explode('|NM|', $txt);
    $msgs = Array();
    for($i=sizeof($sonumid)-1; $i>sizeof($sonumid)-7; $i--)
    {
    	$msgs[] = $sonumid[$i];
    }
    $msgs = array_reverse($msgs);
    $msgs	= str_replace(":D", "<img src=\"images/icon_biggrin.gif\">",  $msgs);
    $msgs = str_replace("fuck", "***", $msgs);
    $msgs = str_replace("<script>", "****", $msgs);
    
    
    
    
    $i = 0;
    foreach($msgs as $msg)
    {
    	if($i == 0)
    	{
    		$i++;
    		echo '<tr border="1px" bgcolor="#FFFFF
    ">';
    	} else
    	{
    		$i--;
    		echo '<tr bgcolor="#dbd2b7">';
    	}
    	?>
    	<td style="padding-left:5"><?=$msg?></td>
    	</tr>
    	<?php
    }
    ?>
    </table>
    <center>
    <form method="POST" style="margin-top: 0px; padding-top: 0px;" name="chatter">
    <input class="input" type="text" name="tekst"/> <input class="button" name="form" type="submit" value="Send">
    </form></center>
    </script>		</div>
    	</td>
    	</tr>
    
    
    	</table>
    	</td>
    Toon Meer
  • Banditi or other like this game chat

    • kutsikas
    • 20 augustus 2015 om 18:37

    Did anyone have a good normal chat? Not a flash chat!!
    Clock in chat is very important.

    Example: 18:36 Son: whats going on?
    Example: 18:37 Son1: Nothing much.

    I have one chat script but this is not a good. No ban options and not a safe.

    Maybe some one can fix it? I can show it.

    Sorry for bad english and sorry no nenderlands language.

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