Username:
Password:
Remember me:
Register
Back to the menu
Back to forum: 3DS/DSi Compatible Websites
Search forums via Google
0 Users appreciate this thread.
2k Network: I need some help with two things
Started by
Benji
(2012-10-18 00:21:43)
angelrulez7
(2012-10-18 00:42:45)
In:
<?php if(isset($_POST["message"])) {
$msg = "<div id='status'><b>".$_POST['username']."</b> | ".date("d-m-y - h:iA"
."<br>".$_POST['message']."</div><br>\n\n";
$msg .= file_get_contents('content.php'
;
$disablehtml=strip_tags($msg, "<div><br><b><img>"
;
$smiley=str_replace("
", "<img src=http://tinyurl.com/bn59frn>", $disablehtml);
file_put_contents('content.php', $smiley);
} ?>
Change to:
<?php
include('http://c112k.co.cc/include/session.php'
;
if(isset($_POST["message"])) {
$msg = "<div id='status'><b>".session->username."</b> | ".date("d-m-y - h:iA"
."<br>".$_POST['message']."</div><br>\n\n";
$msg .= file_get_contents('content.php'
;
$disablehtml=strip_tags($msg, "<div><br><b><img>"
;
$smiley=str_replace("
", "<img src=http://tinyurl.com/bn59frn>", $disablehtml);
file_put_contents('content.php', $smiley);
} ?>
2. I can arrange that. It'll take me to edit the site.
This post has been edited one or more times, the last time was:
2012-10-18 01:10:54
a
BigMooney
(2012-10-18 12:55:26)
give us a list of all the commands that don't end in a crash!
Official Spriter For TUC
^Click
Log in to submit a comment
This topic's ID: 34371
Back to forum: 3DS/DSi Compatible Websites
Total registered users:
8320
New registered users today:
8
Newest registered user:
Dolce21dsisBack
©  Copyright 2026 3DSPlaza. All Rights Reserved
In:
<?php if(isset($_POST["message"])) {
$msg = "<div id='status'><b>".$_POST['username']."</b> | ".date("d-m-y - h:iA"
$msg .= file_get_contents('content.php'
$disablehtml=strip_tags($msg, "<div><br><b><img>"
$smiley=str_replace("
file_put_contents('content.php', $smiley);
} ?>
Change to:
<?php
include('http://c112k.co.cc/include/session.php'
if(isset($_POST["message"])) {
$msg = "<div id='status'><b>".session->username."</b> | ".date("d-m-y - h:iA"
$msg .= file_get_contents('content.php'
$disablehtml=strip_tags($msg, "<div><br><b><img>"
$smiley=str_replace("
file_put_contents('content.php', $smiley);
} ?>
2. I can arrange that. It'll take me to edit the site.
2012-10-18 01:10:54