Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

I am reading the shiichan source.

Name: Anonymous 2008-05-24 15:14

lol what

Name: Anonymous 2008-05-24 15:15

`` lol what '' is still working!

Name: Anonymous 2008-05-24 15:18


# # # Here be the quote parsing options. # # #

// quote matching ... three times! BWAHAHAHAHAHAHAHAH
$_POST[mesg] = preg_replace("/\n&gt; (.+)/i", "\n<span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/^&gt; (.+)/i", "<span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/<span class='quote'>&gt; (.+)/i", "<span class='quote'><span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/<span class='quote'>&gt; (.+)/i", "<span class='quote'><span class='quote'>$1</span>", $_POST[mesg]);


truly evil.

Name: Anonymous 2008-05-24 15:20

>>3
Would it be funny if I understood programming?

Name: Anonymous 2008-05-24 15:23

What

Name: Anonymous 2008-05-24 15:27

>>4
Would it be funny if GTFO?

Name: Anonymous 2008-05-24 15:28

>>3,6
i don get it

Name: Anonymous 2008-05-24 15:30

$_POST[mesg] = str_replace(" lol what ", " lol what ", $_POST[mesg]);

Name: Anonymous 2008-05-24 15:30

>>4
No.

Name: Anonymous 2008-05-24 15:32

## ## ## Secure tripcodes courtesy of MrVacBob ## ## ##

 lol what

Name: Anonymous 2008-05-24 15:44

>>10
lol'd

Name: Anonymous 2008-05-24 16:03


// shiichan check
if ($_POST[shiichan] != "proper") fancydie("Whoever told you to click here is a mean person. Please tell them off.");

Name: Anonymous 2008-05-24 16:13

if ($_SERVER[REQUEST_METHOD] != 'GET') fancydie('I POSTed your mom in the ass last night.');
How immature, Shii.

I only recently realized that Shii (the SJIS cat) is supposed to be female. Since I always associated the name Shii with the person, it just never occurred to me until some random Eleven in gikopoi asked why did foreigners pick female avatars.

Also, this line is evil:
if (strlen($_POST[subj]) > 45) fancydie("Subject is too long!");
How the fuck are we supposed to make proper 2channel style “[Category1] Thread subject goes here [Category2]” with a 45 characters limit?

Name: Anonymous 2008-05-24 16:27

Also, shiichan is JEWISH.

if ($censorme == true) { echo "<b>Message from Mohel:</b> Your nickname was censored, for your own good.<p>"; $_POST[name]=""; $trip=''; }
else if ($mylevel >= 6000) echo "Mohel";
if ($mylevel >= 6000) echo "<li><a href='admin.php?task=mohel'>Tripcode Circumcision</a>";
http://en.wikipedia.org/wiki/Mohel

if ($mylevel == 9999) echo "<span style='color:red'>YHWH</span>";
http://en.wikipedia.org/wiki/YHWH

Also part of the Illuminati conspiracy!
if ($mylevel < 1000) fancydie("Fnord! You don't have clearance for that.");

So that's why it does this. But the point is kinda moot because you can't post through GET? Lol register globals.
$_POST[mesg] = str_replace("shiich[rem][/rem]an=proper", " lol what ", $_POST[mesg]);

EHHH?! EASY MODO?!
$glob = file("globalsettings.txt") or fancydie("Eh? Couldn't fetch the global settings file?!");

if ($_POST[level] > 9999) fancydie("9999 is the highest it goes. Dragonball Z power levels are not allowed.");

I already posted this one before, but I still find it funny:
    $salt = "LOLLOLOLOLOLOLOLOLOLOLOLOLOLOLOL"; #this is ONLY used if the host doesn't have openssl
                                                #I don't know a better way to get random data

Name: Anonymous 2008-05-24 16:28

BBCode failure.

$_POST[mesg] = str_replace("shiichan=proper", " lol what ", $_POST[mesg]);

Name: Anonymous 2008-05-24 16:30

So that's why it does this. But the point is kinda moot because you can't post through GET? Lol register globals.
$_POST[mesg] = str_replace("shiichan=proper", " lol what ", $_POST[mesg]);

Eh?  I don't get it.

Name: Anonymous 2008-05-24 16:35

>>16
I guess it's some sort of failed protection so you can't post a link to the boards that could cause some sort of action like making a post if someone else followed it.

Of course, it's completely useless because Shii forgot about [rem]. Plus, it's stupid because all the important stuff like posting won't work if it's done through GET instead of POST. I don't get it.

Name: Anonymous 2008-05-24 16:38

>>17
I see... but I remember using some XSS to trick people into posting on /dis/.

Name: !JewsCbJYI6 2008-05-24 16:47

Also, shiichan is JEWISH.
JEWS

Name: Anonymous 2008-05-24 16:58

>>17
1: Create form on http-accessible host.
2: Post form automagically with Javascript.
3: ???
4: Profit.

Name: Anonymous 2008-05-25 1:51

>>20
Javascript only works on site where its source is located, so no.

Name: Anonymous 2008-05-25 2:32

lol what

Name: Anonymous 2008-05-25 2:33

shiichan=proper

Name: Anonymous 2008-05-25 4:33

>>21
Well, yes, but what >>20 describes would work as he's got the form and javascript on the same page... ah, I now remember how I did my XSS -- using a bug in Shiichan allowing injection.  But I cannot see why it wouldn't work to create the form on another page using XSS and then filling it with javascript, except for possible referer [sic (spelling is correct)] issues.

Name: !NIggeRLwV. 2008-05-25 5:55

[sic (spelling is correct)]
hahahaha

Name: Anonymous 2008-05-25 8:10

>>3
Alright, then explain how the multiple piles of quotes (like two pagewidths in that thread) got produced.

Name: Anonymous 2008-05-25 8:14

>>26
Now that; that is a secret.

Name: Anonymous 2008-05-25 9:07

Name: Anonymous 2008-05-25 14:50

>>28
This is a thread about php. Your post is not relevant.

Name: Anonymous 2009-01-16 15:02

test > this > stuff > out

Name: Anonymous 2009-01-16 15:17

test
test
test
test

Name: Anonymous 2009-01-16 15:18

> fffff

Name: Anonymous 2009-01-16 15:19

I
want
to
sing
!

Name: Anonymous 2009-03-06 7:34

We have throughout the   day but then   one night in   as I was   making websites and   reading lots of   buzz words like   Enterprise Quality Manageable   Code Memory Allocation   and pointers if.

Name: Anonymous 2011-02-03 2:04

Name: Anonymous 2011-02-03 2:42

Name: Anonymous 2011-02-03 5:40

Name: Anonymous 2011-02-04 13:34

Name: Anonymous 2011-07-19 18:05

>

Name: Sgt.Kabukiman㛢䇹 2012-05-23 6:13

All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy

Name: bampu pantsu 2012-05-29 3:35

bampu pantsu

Don't change these.
Name: Email:
Entire Thread Thread List