Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post random code
Author Message
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #1
Post random code

PHP Code:
<?php
    echo "Post random code here!" ." Be sure to use the proper tags =p";
?>

and try to guess what the previous poster's code does =p


[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
(This post was last modified: 24/02/2009 11:21 AM by Mickey.)
24/02/2009 11:15 AM
Find all posts by this user Quote this message in a reply
feinicks
One day... we Fly...

Posts: 6,124.6050
Threads: 531
Joined: 27th Mar 2008
Reputation: 2.35695
E-Pigs: 210817.3958
Offline
Post: #2
RE: Post random code

Code:
no


◄◄••• 天使たちの夢か? •••►►

[Image: ewualizer.gif]
My works!
24/02/2009 11:19 AM
Find all posts by this user Quote this message in a reply
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #3
RE: Post random code

HTML Code
<img src="http://endlessparadigm.com/forum/images/smilies/sadcorner.gif" alt="Stupid feinicks" />


[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
(This post was last modified: 24/02/2009 11:22 AM by Mickey.)
24/02/2009 11:22 AM
Find all posts by this user Quote this message in a reply
Nacos
Soon to be Moderator?

Posts: 2,004.2538
Threads: 181
Joined: 21st May 2007
Reputation: -0.41086
E-Pigs: 12.1482
Offline
Post: #4
RE: Post random code

Code:
no


[Image: 17312564gf1.png]
24/02/2009 11:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2289
Offline
Post: #5
RE: Post random code

Code:
javascript:window.close();

24/02/2009 12:02 PM
Find all posts by this user Quote this message in a reply
PLZDELETE
Consume In Small Portions

Posts: 1,832.1709
Threads: 249
Joined: 24th Apr 2007
Reputation: -4.69621
E-Pigs: 52.4930
Offline
Post: #6
RE: Post random code

Code:
<Body> <P> That's Right, I'm Using Html</p> <p>But Doing It Wrong</p></body>

(This post was last modified: 24/02/2009 12:06 PM by PLZDELETE.)
24/02/2009 12:05 PM
Find all posts by this user Quote this message in a reply
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2289
Offline
Post: #7
RE: Post random code
funnybutrandom Wrote:

Code:
<Body> <P> That's Right, I'm Using Html</p> <p>But Doing It Wrong</p></body>


Hahaha
24/02/2009 12:08 PM
Find all posts by this user Quote this message in a reply
feinicks
One day... we Fly...

Posts: 6,124.6050
Threads: 531
Joined: 27th Mar 2008
Reputation: 2.35695
E-Pigs: 210817.3958
Offline
Post: #8
RE: Post random code

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>Post random code</title>

<base target="_top" />
<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="http://endlessparadigm.com/forum/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="http://endlessparadigm.com/forum/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="The shittiest site on teh internetz.  FOAD! UPDATE: OMFG this site has a PR2!!!  Fuck man, it liek doesn't even deserve a PR.  Google phails." />
<meta name="Keywords" content="ZOMG!  I'm SEOing!!!1!ONE!!1!!ELEVEN!!1  SEO FTL" />
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/prototype.lite.js?ver=121"></script>

<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/moo.ajax.js?ver=121"></script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/general.js?ver=121"></script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/popup_menu.js?ver=121"></script>
<link rel="stylesheet" type="text/css" href="http://endlessparadigm.com/forum/css/theme_88.css" />
<link rel="stylesheet" type="text/css" href="http://endlessparadigm.com/forum/css/ajaxshout.css" />
<script language="Javascript" type="text/javascript">
<!--
	var cookieDomain = ".endlessparadigm.com";
	var cookiePath = "/";
	var newpm_prompt = "You have received a new spam message. Click OK to view it, or Cancel to hide this prompt. Chances are though, that Firefox will block you from viewing the spam this way...  Oh well...";
	var deleteevent_confirm = "Are you sure you want to delete this event?";
	var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
	var loading_text = '*Laughing at user...*';
	var saving_changes = 'Saving changes...';
// -->
</script>

<script type="text/javascript" src="/forum/jscripts/shoutbox.js?ver=121"></script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/parser.js?ver=123"></script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/swfobject.js?ver=122"></script>

<script type="text/javascript">
var fileLoadingImage = "images/lb_loading.gif";
var fileBottomNavCloseImage = "images/english/lb_closelabel.gif";
</script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/lightbox.js"></script>

<link rel="stylesheet" href="http://endlessparadigm.com/forum/css/lightbox.css" type="text/css" />

<script language="javascript" type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/myplaza_global.js"></script>
<script language="javascript" type="text/javascript">var plaza_ajax_err_msg = "A connection error occurred!";</script>
<link rel="stylesheet" href="http://endlessparadigm.com/forum/css/highlight.css" type="text/css" />

<script language="javascript" type="text/javascript" src="http://endlessparadigm.com/forum/jscripts/bork.js"></script>

<style type="text/css">
.quickquoteby { text-align: right; font-style: italic; color: #A0A0A0; }
</style>

<script type="text/javascript">
		 var quickdelete_confirm = "Are you sure you want to remove this post from the face of the Paradigm?";
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=123"></script>
</head>
<body>

	<a name="top" id="top"></a>
	<div id="container">
		<div id="header">

<table width="100%" border="0"><tr><td width="auto">
			<div class="logo" style="margin-left: -10px; margin-right: -10px; margin-top: -10px"><a href="http://endlessparadigm.com/forum/index.php?action=changeboard" title="Click here to change the board logo"><img src="http://endlessparadigm.com/forum/images/logo/existingplace.png" alt="Existing Place" /></a></div></td><td valign="bottom" align="right">

<div style="text-align: center; font-size: smaller;" class="tcat tborder">

<strong>Random Reputation</strong> <em>(updated every 5 minutes)</em>
<br />OMFG SEARING IS SO fudgeING AWESOME


					<!-- <li><a href="irc://irc.malloc.us/Endless-Paradigm"><img src="http://endlessparadigm.com/forum/images/toplinks/irc.gif" alt="" valign="middle" style="vertical-align: middle" />Live Chat</a></li> -->
					<li><a href="http://endlessparadigm.com/forum/downloads.php"><img src="http://endlessparadigm.com/forum/images/toplinks/downloads.png" alt="" valign="middle" style="vertical-align: middle" />Downloads</a></li>
					<li><a href="http://endlessparadigm.com/forum/search.php"><img src="http://endlessparadigm.com/forum/images/MacOS/toplinks/search.gif" alt="" valign="middle" style="vertical-align: middle" />Find teh crap</a></li>
					<li><a href="http://endlessparadigm.com/forum/memberlist.php"><img src="http://endlessparadigm.com/forum/images/MacOS/toplinks/memberlist.gif" alt="" valign="middle" style="vertical-align: middle" />List of Pplz</a></li>
					<!-- <li><a href="http://endlessparadigm.com/forum/calendar.php"><img src="http://endlessparadigm.com/forum/images/MacOS/toplinks/calendar.gif" alt="" valign="middle" style="vertical-align: middle" />Don't Click me.</a></li> -->
					<li><a href="http://endlessparadigm.com/forum/misc.php?action=help"><img src="http://endlessparadigm.com/forum/images/MacOS/toplinks/help.gif" alt="" valign="middle" style="vertical-align: middle" />Seriously, don't click me</a></li>
				</ul>

			</div>

			<div id="panel">
				
	<span style="float:right;"><strong>Current time:</strong> 25/02/2009, 12:44 AM</span>
		Yo, <strong>feinicks</strong>. Wazzup!!!!!!! Wazzaaaaaaahhh Waaahaaahahhhhhhhaaaaha, aasdfjhasptawasdfasdfYesterday, 09:16 PMajsdf9-h8-92asdf (<a href="http://endlessparadigm.com/forum/usercp.php"><strong>User CP <small>(no, CP ≠ Child Pr0n)</small></strong></a> &mdash; <a href="http://endlessparadigm.com/forum/member.php?action=logout&amp;uid=6779" onmouseover="this.innerHTML='Stop feeling me you perv.';" onmouseout="this.innerHTML='Boob';">Boob</a>)<br />

				<span class="links">
					<strong><a href="http://endlessparadigm.com/forum/plaza.php">MyPlaza</a></strong> | <a href="#" onclick="MyBB.popupWindow('http://endlessparadigm.com/forum/misc.php?action=buddypopup', 'buddyList', 170, 300);">Open Buddy List</a>
				</span>
				<a href="http://endlessparadigm.com/forum/search.php?action=getnew">Freshly baked stuff</a> | <a href="http://endlessparadigm.com/forum/search.php?action=getdaily">Stuff baked today</a> | <a href="http://endlessparadigm.com/forum/private.php">Personal (and FBI) Messages</a> (New 0, Unread 0, Total 175)

			</div>

		</div>
		<hr class="hidden" />
		<br class="clear" />




<script src="http://tag.contextweb.com/TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=728X90&cwpid=508276&cwwidth=728&cwheight=90&cwpnet=1&cwtagid=32907"></script>


		<div id="content">
			
			
			 
			

<table border="0" width="100%"><tr><td><div class="navigation">

<a href="http://endlessparadigm.com/forum/index.php">Existing Place</a>
 / 


<a href="forumdisplay.php?fid=14">Random Chat</a>
 / 


<a href="forumdisplay.php?fid=10">Random Insanity</a>

 / 

<span class="active">Post random code</span>

</div></td>
<td align="right"><!--<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
">
</form>--></td></tr></table>

			<br class="clear" />

<!-- SOTW 
<br />-->



<div style="float: right; padding-bottom: 4px;">
	
<a href="newreply.php?tid=16108"><img src="images/MacOS/english/newreply.gif" alt="Post Reply" /></a>&nbsp;

<a href="newthread.php?fid=10"><img src="images/MacOS/english/newthread.gif" alt="Post Thread" /></a>&nbsp;

</div>

<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="clear: both; border-bottom: 0;">
<tbody id="ajaxqr">
<tr>
<td class="thead" colspan="2">
	<div style="float: right;">

<form action="ratethread.php" method="post">
	<span class="smalltext"><strong>Rate This Thread:</strong></span>
	<select name="rating">
		<option value="">Select Rating</option>

		<option value="5">5 ... Best</option>
		<option value="4">4</option>
		<option value="3">3 ... Average</option>
		<option value="2">2</option>
		<option value="1">1 ... Worst</option>
	</select>

	<input type="hidden" name="tid" value="16108" />
	
<input type="submit" class="button" value="Go" />

</form>


	</div>
	<div>
		<strong> Post random code</strong>
	</div>

</td>
</tr>
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>Author</strong></span></td>
<td class="tcat" width="85%">
<div style="float: right;"><span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid=16108&amp;pid=#pid">Threaded Mode</a> | <a href="showthread.php?mode=linear&amp;tid=16108&amp;pid=#pid">Linear Mode</a></strong></span></div>
<span class="smalltext"><strong>Message, desu</strong></span></td>
</tr>

<tr>
<td class="trow1" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid207197" id="pid207197"></a>

<div style="width: 200px; overflow: hidden"><strong><span class="largetext"><a href="member.php?action=profile&amp;uid=7062"><span style="color: #80A0FF;"><span style='color: #98454d;font-family: tahoma;'>Mickey</span></span></a></span></strong><br />
<span class="smalltext">
	<span style="white-space: normal">fun^10 x int^40 = Ir2</span><br />

	
<center><div style="max-height: 150px; max-width: 180px; overflow: hidden" align="center"><img src="./uploads/avatars/avatar_7062_49a0febe.png" alt="" /></div></center>
<br />
	Wisdom Departed: 2,373.1855
<br />Spamholes: 177<br />
	Standing: Specialist Spectators<br />

	Born: 26th Apr 2008
	
<br />Randomness: <a href="reputation.php?uid=7062"><strong class="reputation_positive">4.4721</strong></a>
<br />
	
<font color="#C7C7C7"><strong><img src="http://endlessparadigm.com/forum/images/offline.gif" alt="Offline" /></strong></font>
<br />
</span></div>

<span class="smalltext"><a href="http://endlessparadigm.com/forum/plaza.php">E-Pigs</a>: <span id="postmoney_207197">0.0074 EP

 [<a href="plaza.php?action=page&amp;p=donate&amp;uid=7062" id="donate_207197">Donate</a>]
<div id="donate_207197_popup" class="popup_menu" style="display: none; padding: 15px; background: #FFFFFF; color: #000000; border: 1px solid #000000; width: 300px;">

You have: <span id="donate_yourmoney_207197">0.6190 EP</span>
<form action="plaza.php?action=page&amp;p=donate&amp;process=yes" method="post" onSubmit="if(this.elements[2].value<=0){alert('You cannot donate that amount of money.');return false;}else return doAjaxBuy(this, 'do_donate', 4, 'Donating...', 'dr_207197', function(m){yourMoney=m[1];document.getElementById('donate_yourmoney_207197').innerHTML=yourMoney;});">
<input type="hidden" name="postcode" value="731ea3f6e9df478fde76e21e95ce61e0" />
<input type="hidden" name="uid" value="7062" />
<table border="0"><tr><td align="left">Donate:</td><td><input type="text" name="amount" value="0" autocomplete="off" /></td></tr>
<tr><td align="left">Comment (optional):</td><td><input type="text" name="comment" /></td></tr></table>
<br /><input type="submit" value="Donate" class="button" />
</form>
<br /><span id="dr_207197" style="display: none;"></span>
</div>
<script type="text/javascript">
	new MyPlazaPopupMenu("donate_207197", function(){if(yourMoney)document.getElementById("donate_yourmoney_207197").innerHTML = yourMoney; });
	yourMoney = "0.6190 EP";
</script>
	

</span></span><br />

</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>Post: <a href="showthread.php?tid=16108&amp;pid=207197#pid207197">#1</a></strong></span></div>
<span class="smalltext"><strong> Post random code</strong></span>
<br />
<div id="pid_207197" style="padding: 2px 2px 2px 2px; overflow: auto; max-height: 10000px">
<span style=''><div style=''></p>
<div><div class="code_header"><input type="button" class="button" style="float: right; margin-top: -2px;" value="Select" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('pre')[0])" />PHP Code
</div>

			<div class="code_body" style="line-height: 1.25em;">
			<pre><span class="php_tag">&lt;?php</span>
    <span class="php_keyword">echo</span> <span class="php_string_d">&quot;<span class="php_string">Post random code here!</span>&quot;</span> <span class="php_symbol">.</span><span class="php_string_d">&quot;<span class="php_string"> Be sure to use the proper tags =p</span>&quot;</span><span class="php_symbol">;</span>
<span class="php_tag">?&gt;</span></pre></div></div>

<p>
and try to guess what the previous poster's code does =p</div></span>
</div>


<hr size="1" width="50%"  align="left" />
<div style="max-height: 200px; overflow: auto">
<small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://i336.photobucket.com/albums/n342/mick3y93/pre-1.jpg" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://i336.photobucket.com/albums/n342/mick3y93/pre-1.jpg" alt="[image]" /></small><br />
<a href="http://mickeys-home.com" target="_blank">http://mickeys-home.com</a><br />
<a href="http://gallery.mickeys-home.com" target="_blank">Gallery</a><br />
<a href="http://endlessparadigm.com/forum/showthread.php?tid=15982" target="_blank"><small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://endlessparadigm.com/forum/attachment.php?aid=2575" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://endlessparadigm.com/forum/attachment.php?aid=2575" alt="[image]" /></small></a><br />

</div>

<div style="text-align: right; vertical-align: bottom;">

<p class="smalltext">This post was last hacked: Yesterday 11:51 PM by <a href="member.php?action=profile&amp;uid=7062">Mickey</a>.</p>




</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow1" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">Yesterday 11:45 PM</span></td>

<td class="trow1" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">
<a href="member.php?action=emailuser&amp;uid=7062"><img src="images/MacOS/english/postbit_email.gif" alt="Send this user an email" title="Send this user an email" /></a>

<a href="private.php?action=send&amp;uid=7062"><img src="images/MacOS/english/postbit_pm.gif" alt="Send this user a private message" title="Send this user a private message" /></a>

<a href="http://www.mickeyserver.co.cc/" target="_blank"><img src="images/MacOS/english/postbit_www.gif" alt="Visit this users website" title="Visit this users website" /></a>

<a href="search.php?action=finduser&amp;uid=7062"><img src="images/MacOS/english/postbit_find.gif" alt="Find all posts by this user" title="Find all posts by this user" /></a>
</span></td>
		<td align="right"><span class="smalltext">

<a href="newreply.php?tid=16108&amp;pid=207197"><img src="images/MacOS/english/postbit_quote.gif" alt="Quote this message in a reply" title="Quote this message in a reply" /></a>

<a href="javascript:Thread.multiQuote(207197);"><img src="images/MacOS/english/postbit_multiquote.gif" alt="Quote this post on a new reply page" title="Quote this post on a new reply page" id="multiquote_207197" /></a>

<a href="javascript:Thread.reportPost(207197);"><img src="images/MacOS/english/postbit_report.gif" alt="Report this post to a moderator" title="Report this post to a moderator" /></a>
</span></td>
	</tr>
	</table>
</td>
</tr>

<tr>
<td class="trow_sep" colspan="2"><img src="images/MacOS/pixel.gif" height="1" width="1" alt="" /></td>
</tr>

<tr>
<td class="trow2" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid207198" id="pid207198"></a>

<div style="width: 200px; overflow: hidden"><strong><span class="largetext"><a href="member.php?action=profile&amp;uid=6779"><span style='font-family: Comic Sans MS;color: #6b9ac4;'>feinicks</span></a></span></strong><br />
<span class="smalltext">
	<span style="white-space: normal">スピリット・オブ・風</span><br />

<img src="http://endlessparadigm.com/forum/images/groupimages/english/da.png" alt="Team DreamArts" />

	
<center><div style="max-height: 150px; max-width: 180px; overflow: hidden" align="center"><img src="http://forum.nihonomaru.com/images/avatars/Avatar26.png" alt="" /></div></center>
<br />
	Wisdom Departed: 3,596.4059

<br />Spamholes: 370<br />
	Standing: Team DreamArts<br />
	Born: 27th Mar 2008
	
<br />Randomness: <a href="reputation.php?uid=6779"><strong class="reputation_positive">4.7958</strong></a>
<br />
	
<a href="online.php"><font color="#15A018"><strong><img src="http://endlessparadigm.com/forum/images/online.gif" alt="Online" /></strong></font></a>
<br />
</span></div>

<span class="smalltext"><a href="http://endlessparadigm.com/forum/plaza.php">E-Pigs</a>: <span id="postmoney_207198">0.6190 EP</span></span><br />

<div style="white-space: normal; margin-left: 5px; margin-right: 5px;">
<img src="http://endlessparadigm.com/forum/images/myplaza/cmd.png" title="Command Prompt" alt="Command Prompt" /> 

<img src="http://endlessparadigm.com/forum/images/myplaza/beer.png" title="Beer" alt="Beer" /> 
</div>
<span class="smalltext">[<a href="http://endlessparadigm.com/forum/plaza.php?action=page&p=inventory&uid=6779">View Inventory</a>]</span>



</td>
<td class="trow2" width="85%" valign="top">
<table width="100%">
<tr><td>
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>Post: <a href="showthread.php?tid=16108&amp;pid=207198#pid207198">#2</a></strong></span></div>

<span class="smalltext"><strong> RE: Post random code</strong></span>
<br />
<div id="pid_207198" style="padding: 2px 2px 2px 2px; overflow: auto; max-height: 10000px">
<span style=''><div style='font-family: calibri;color: #65567h;'></p>
<div><div class="code_header"><input type="button" class="button" style="float: right;" value="Select" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0])" />Code:<br />
</div><div class="code_body" style="overflow: auto;"><div dir="ltr"><code>no</code></div></div></div>
<p>
</div></span>
</div>


<hr size="1" width="50%"  align="left" />
<div style="max-height: 200px; overflow: auto">

<CENTER>◄◄••• <strong>天使たちの夢か?</strong> •••►►<br />
<br />
<small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://i43.tinypic.com/6jqbh1.png" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://i43.tinypic.com/6jqbh1.png" alt="[image]" /></small><br />
<br />
<div><div style="background: #DDDDFF; vertical-align: middle; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #AAAAFF; border-bottom: 1px solid #AAAAFF; cursor: pointer" onClick="xlinkClick(this);" onMouseOver="this.style.background='#AAAAFF'" onMouseOut="this.style.background='#DDDDFF'"><img src="http://endlessparadigm.com/forum/images/smilies/plus.gif" style="padding-top: 2px; vertical-align: top" border=0> Rukia-chan</div><div style="display: none; padding-left: 25px; background: #F0F0F0"><div style="background: #F0F0FF"><small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://i246.photobucket.com/albums/gg101/feinicks/Feinicks/Rukia.png" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://i246.photobucket.com/albums/gg101/feinicks/Feinicks/Rukia.png" alt="[image]" /></small></div></div></div>
<a href="http://s246.photobucket.com/albums/gg101/feinicks/Feinicks/" target="_blank"><strong>My works!</strong></a><br />
</CENTER>
</div>

<div style="text-align: right; vertical-align: bottom;">


</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow2" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">Yesterday 11:49 PM</span></td>
<td class="trow2" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">

<a href="private.php?action=send&amp;uid=6779"><img src="images/MacOS/english/postbit_pm.gif" alt="Send this user a private message" title="Send this user a private message" /></a>

<a href="search.php?action=finduser&amp;uid=6779"><img src="images/MacOS/english/postbit_find.gif" alt="Find all posts by this user" title="Find all posts by this user" /></a>
</span></td>
		<td align="right"><span class="smalltext">
<a href="editpost.php?pid=207198" id="edit_post_207198"><img src="images/MacOS/english/postbit_edit.gif" alt="Edit this post" title="Edit this post" /></a>
<div id="edit_post_207198_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit(207198);" class="popup_item">Quick Edit</a></div><div class="popup_item_container"><a href="editpost.php?pid=207198" class="popup_item">Full Edit</a></div></div>
<script type="text/javascript">
	new PopupMenu("edit_post_207198");
</script>

<a href="javascript:Thread.deletePost(207198);"><img src="images/MacOS/english/postbit_delete.gif" alt="Delete this post" title="Delete this post" /></a>

<a href="newreply.php?tid=16108&amp;pid=207198"><img src="images/MacOS/english/postbit_quote.gif" alt="Quote this message in a reply" title="Quote this message in a reply" /></a>

<a href="javascript:Thread.multiQuote(207198);"><img src="images/MacOS/english/postbit_multiquote.gif" alt="Quote this post on a new reply page" title="Quote this post on a new reply page" id="multiquote_207198" /></a>

<a href="javascript:Thread.reportPost(207198);"><img src="images/MacOS/english/postbit_report.gif" alt="Report this post to a moderator" title="Report this post to a moderator" /></a>
</span></td>
	</tr>
	</table>
</td>
</tr>

<tr>
<td class="trow_sep" colspan="2"><img src="images/MacOS/pixel.gif" height="1" width="1" alt="" /></td>
</tr>


<tr>

<td class="trow1" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid207199" id="pid207199"></a>

<div style="width: 200px; overflow: hidden"><strong><span class="largetext"><a href="member.php?action=profile&amp;uid=7062"><span style="color: #80A0FF;"><span style='color: #98454d;font-family: tahoma;'>Mickey</span></span></a></span></strong><br />
<span class="smalltext">
	<span style="white-space: normal">fun^10 x int^40 = Ir2</span><br />

	
<center><div style="max-height: 150px; max-width: 180px; overflow: hidden" align="center"><img src="./uploads/avatars/avatar_7062_49a0febe.png" alt="" /></div></center>
<br />
	Wisdom Departed: 2,373.3897
<br />Spamholes: 177<br />
	Standing: Specialist Spectators<br />

	Born: 26th Apr 2008
	
<br />Randomness: <a href="reputation.php?uid=7062"><strong class="reputation_positive">4.4721</strong></a>
<br />
	
<font color="#C7C7C7"><strong><img src="http://endlessparadigm.com/forum/images/offline.gif" alt="Offline" /></strong></font>
<br />
</span></div>

<span class="smalltext"><a href="http://endlessparadigm.com/forum/plaza.php">E-Pigs</a>: <span id="postmoney_207199">0.0074 EP

 [<a href="plaza.php?action=page&amp;p=donate&amp;uid=7062" id="donate_207199">Donate</a>]
<div id="donate_207199_popup" class="popup_menu" style="display: none; padding: 15px; background: #FFFFFF; color: #000000; border: 1px solid #000000; width: 300px;">

You have: <span id="donate_yourmoney_207199">0.6190 EP</span>
<form action="plaza.php?action=page&amp;p=donate&amp;process=yes" method="post" onSubmit="if(this.elements[2].value<=0){alert('You cannot donate that amount of money.');return false;}else return doAjaxBuy(this, 'do_donate', 4, 'Donating...', 'dr_207199', function(m){yourMoney=m[1];document.getElementById('donate_yourmoney_207199').innerHTML=yourMoney;});">
<input type="hidden" name="postcode" value="731ea3f6e9df478fde76e21e95ce61e0" />
<input type="hidden" name="uid" value="7062" />
<table border="0"><tr><td align="left">Donate:</td><td><input type="text" name="amount" value="0" autocomplete="off" /></td></tr>
<tr><td align="left">Comment (optional):</td><td><input type="text" name="comment" /></td></tr></table>
<br /><input type="submit" value="Donate" class="button" />
</form>
<br /><span id="dr_207199" style="display: none;"></span>
</div>
<script type="text/javascript">
	new MyPlazaPopupMenu("donate_207199", function(){if(yourMoney)document.getElementById("donate_yourmoney_207199").innerHTML = yourMoney; });
	yourMoney = "0.6190 EP";
</script>
	

</span></span><br />

</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>Post: <a href="showthread.php?tid=16108&amp;pid=207199#pid207199">#3</a></strong></span></div>
<span class="smalltext"><strong> RE: Post random code</strong></span>
<br />
<div id="pid_207199" style="padding: 2px 2px 2px 2px; overflow: auto; max-height: 10000px">
<span style=''><div style=''></p>
<div><div class="code_header"><input type="button" class="button" style="float: right; margin-top: -2px;" value="Select" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('pre')[0])" />HTML Code
</div>

			<div class="code_body" style="line-height: 1.25em;">
			<pre><span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://endlessparadigm.com/forum/images/smilies/sadcorner.gif&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Stupid feinicks&quot;</span> <span class="xml_tag">/&gt;</span></pre></div></div>
<p>
</div></span>

</div>


<hr size="1" width="50%"  align="left" />
<div style="max-height: 200px; overflow: auto">
<small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://i336.photobucket.com/albums/n342/mick3y93/pre-1.jpg" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://i336.photobucket.com/albums/n342/mick3y93/pre-1.jpg" alt="[image]" /></small><br />
<a href="http://mickeys-home.com" target="_blank">http://mickeys-home.com</a><br />
<a href="http://gallery.mickeys-home.com" target="_blank">Gallery</a><br />
<a href="http://endlessparadigm.com/forum/showthread.php?tid=15982" target="_blank"><small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://endlessparadigm.com/forum/attachment.php?aid=2575" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://endlessparadigm.com/forum/attachment.php?aid=2575" alt="[image]" /></small></a><br />

</div>

<div style="text-align: right; vertical-align: bottom;">

<p class="smalltext">This post was last hacked: Yesterday 11:52 PM by <a href="member.php?action=profile&amp;uid=7062">Mickey</a>.</p>




</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow1" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">Yesterday 11:52 PM</span></td>
<td class="trow1" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">

		<td align="left" ><span class="smalltext">
<a href="member.php?action=emailuser&amp;uid=7062"><img src="images/MacOS/english/postbit_email.gif" alt="Send this user an email" title="Send this user an email" /></a>

<a href="private.php?action=send&amp;uid=7062"><img src="images/MacOS/english/postbit_pm.gif" alt="Send this user a private message" title="Send this user a private message" /></a>

<a href="http://www.mickeyserver.co.cc/" target="_blank"><img src="images/MacOS/english/postbit_www.gif" alt="Visit this users website" title="Visit this users website" /></a>

<a href="search.php?action=finduser&amp;uid=7062"><img src="images/MacOS/english/postbit_find.gif" alt="Find all posts by this user" title="Find all posts by this user" /></a>
</span></td>
		<td align="right"><span class="smalltext">
<a href="newreply.php?tid=16108&amp;pid=207199"><img src="images/MacOS/english/postbit_quote.gif" alt="Quote this message in a reply" title="Quote this message in a reply" /></a>

<a href="javascript:Thread.multiQuote(207199);"><img src="images/MacOS/english/postbit_multiquote.gif" alt="Quote this post on a new reply page" title="Quote this post on a new reply page" id="multiquote_207199" /></a>

<a href="javascript:Thread.reportPost(207199);"><img src="images/MacOS/english/postbit_report.gif" alt="Report this post to a moderator" title="Report this post to a moderator" /></a>

</span></td>
	</tr>
	</table>
</td>
</tr>

<tr>
<td class="trow_sep" colspan="2"><img src="images/MacOS/pixel.gif" height="1" width="1" alt="" /></td>
</tr>


<tr>
<td class="trow2" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid207200" id="pid207200"></a>

<div style="width: 200px; overflow: hidden"><strong><span class="largetext"><a href="member.php?action=profile&amp;uid=2340"><span style=' '>Nacos</span></a></span></strong><br />

<span class="smalltext">
	<span style="white-space: normal">Soon to be Moderator?</span><br />

<img src="http://endlessparadigm.com/forum/images/groupimages/english/tn.gif" alt="Tainted Nights" />

	
<center><div style="max-height: 150px; max-width: 180px; overflow: hidden" align="center"><img src="http://endlessparadigm.com/forum/uploads/avatars/avatar_903_49984853.png" alt="" /></div></center>
<br />
	Wisdom Departed: 2,017.0215
<br />Spamholes: 172<br />
	Standing: Tainted Nights<br />

	Born: 21st May 2007
	
<br />Randomness: <a href="reputation.php?uid=2340"><strong class="reputation_positive">5.4772</strong></a>
<br />
	
<font color="#C7C7C7"><strong><img src="http://endlessparadigm.com/forum/images/offline.gif" alt="Offline" /></strong></font>
<br />
</span></div>

<span class="smalltext"><a href="http://endlessparadigm.com/forum/plaza.php">E-Pigs</a>: <span id="postmoney_207200">1.5277 EP

 [<a href="plaza.php?action=page&amp;p=donate&amp;uid=2340" id="donate_207200">Donate</a>]
<div id="donate_207200_popup" class="popup_menu" style="display: none; padding: 15px; background: #FFFFFF; color: #000000; border: 1px solid #000000; width: 300px;">

You have: <span id="donate_yourmoney_207200">0.6190 EP</span>
<form action="plaza.php?action=page&amp;p=donate&amp;process=yes" method="post" onSubmit="if(this.elements[2].value<=0){alert('You cannot donate that amount of money.');return false;}else return doAjaxBuy(this, 'do_donate', 4, 'Donating...', 'dr_207200', function(m){yourMoney=m[1];document.getElementById('donate_yourmoney_207200').innerHTML=yourMoney;});">
<input type="hidden" name="postcode" value="731ea3f6e9df478fde76e21e95ce61e0" />
<input type="hidden" name="uid" value="2340" />
<table border="0"><tr><td align="left">Donate:</td><td><input type="text" name="amount" value="0" autocomplete="off" /></td></tr>
<tr><td align="left">Comment (optional):</td><td><input type="text" name="comment" /></td></tr></table>
<br /><input type="submit" value="Donate" class="button" />
</form>
<br /><span id="dr_207200" style="display: none;"></span>
</div>
<script type="text/javascript">
	new MyPlazaPopupMenu("donate_207200", function(){if(yourMoney)document.getElementById("donate_yourmoney_207200").innerHTML = yourMoney; });
	yourMoney = "0.6190 EP";
</script>
	

</span></span><br />

</td>
<td class="trow2" width="85%" valign="top">
<table width="100%">
<tr><td>
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>Post: <a href="showthread.php?tid=16108&amp;pid=207200#pid207200">#4</a></strong></span></div>
<span class="smalltext"><strong> RE: Post random code</strong></span>
<br />
<div id="pid_207200" style="padding: 2px 2px 2px 2px; overflow: auto; max-height: 10000px">
<div style=''></p>
<div><div class="code_header"><input type="button" class="button" style="float: right;" value="Select" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0])" />Code:<br />

</div><div class="code_body" style="overflow: auto;"><div dir="ltr"><code>no</code></div></div></div>
<p>
</div>
</div>


<hr size="1" width="50%"  align="left" />
<div style="max-height: 200px; overflow: auto">
<small style="font-color: #00FF00; font-family: Times New Roman"><img src="http://img522.imageshack.us/img522/8607/17312564gf1.png" onLoad="img_setMaxDim(this);" border="0" title="Souce: http://img522.imageshack.us/img522/8607/17312564gf1.png" alt="[image]" /></small>
</div>

<div style="text-align: right; vertical-align: bottom;">


</div>
</td></tr>

</table>
</td>
</tr>
<tr>
<td class="trow2" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">Today 12:04 AM</span></td>
<td class="trow2" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">

<a href="search.php?action=finduser&amp;uid=2340"><img src="images/MacOS/english/postbit_find.gif" alt="Find all posts by this user" title="Find all posts by this user" /></a>
</span></td>
		<td align="right"><span class="smalltext">
<a href="newreply.php?tid=16108&amp;pid=207200"><img src="images/MacOS/english/postbit_quote.gif" alt="Quote this message in a reply" title="Quote this message in a reply" /></a>

<a href="javascript:Thread.multiQuote(207200);"><img src="images/MacOS/english/postbit_multiquote.gif" alt="Quote this post on a new reply page" title="Quote this post on a new reply page" id="multiquote_207200" /></a>

<a href="javascript:Thread.reportPost(207200);"><img src="images/MacOS/english/postbit_report.gif" alt="Report this post to a moderator" title="Report this post to a moderator" /></a>
</span></td>
	</tr>
	</table>
</td>

</tr>

<tr>
<td class="trow_sep" colspan="2"><img src="images/MacOS/pixel.gif" height="1" width="1" alt="" /></td>
</tr>

<input type="hidden" name="uid" value="231" />
<table border="0"><tr><td align="left">Donate:</td><td><input type="text" name="amount" value="0" autocomplete="off" /></td></tr>
<tr><td align="left">Comment (optional):</td><td><input type="text" name="comment" /></td></tr></table>
<br /><input type="submit" value="Donate" class="button" />
</form>
<br /><span id="dr_207204" style="display: none;"></span>
</div>
<script type="text/javascript">
	new MyPlazaPopupMenu("donate_207204", function(){if(yourMoney)document.getElementById("donate_yourmoney_207204").innerHTML = yourMoney; });
	yourMoney = "0.6190 EP";
</script>
	
</div>
<span class="smalltext">[<a href="http://endlessparadigm.com/forum/plaza.php?action=page&p=inventory&uid=231">View Inventory</a>]</span>



</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong>Post: <a href="showthread.php?tid=16108&amp;pid=207204#pid207204">#5</a></strong></span></div>

<div style="text-align: right; vertical-align: bottom;">


</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow1" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">Today 12:38 AM</span></td>
<td class="trow1" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">

<a href="member.php?action=emailuser&amp;uid=231"><img src="images/MacOS/english/postbit_email.gif" alt="Send this user an email" title="Send this user an email" /></a>

<a href="private.php?action=send&amp;uid=231"><img src="images/MacOS/english/postbit_pm.gif" alt="Send this user a private message" title="Send this user a private message" /></a>

<a href="http://animeted.wordpress.com/" target="_blank"><img src="images/MacOS/english/postbit_www.gif" alt="Visit this users website" title="Visit this users website" /></a>

<a href="search.php?action=finduser&amp;uid=231"><img src="images/MacOS/english/postbit_find.gif" alt="Find all posts by this user" title="Find all posts by this user" /></a>
</span></td>
		<td align="right"><span class="smalltext">
<a href="newreply.php?tid=16108&amp;pid=207208"><img src="images/MacOS/english/postbit_quote.gif" alt="Quote this message in a reply" title="Quote this message in a reply" /></a>

<a href="javascript:Thread.multiQuote(207208);"><img src="images/MacOS/english/postbit_multiquote.gif" alt="Quote this post on a new reply page" title="Quote this post on a new reply page" id="multiquote_207208" /></a>

<a href="javascript:Thread.reportPost(207208);"><img src="images/MacOS/english/postbit_report.gif" alt="Report this post to a moderator" title="Report this post to a moderator" /></a>
</span></td>
	</tr>

	</table>
</td>
</tr>

<tr>
<td class="trow_sep" colspan="2"><img src="images/MacOS/pixel.gif" height="1" width="1" alt="" /></td>
</tr>

</tbody>
</table><table border="0" cellspacing="1" cellpadding="4" class="tborder" style="clear: both; border-top: 0;">

<tr>
<td colspan="2" class="tfoot">
<div><strong>&laquo; <a href="showthread.php?tid=16108&amp;action=nextoldest">Next Oldest</a> | <a href="showthread.php?tid=16108&amp;action=nextnewest">Next Newest</a> &raquo;</strong></div>

</td>
</tr>
</table>
<div style="padding-top: 4px;">
	
<a href="newreply.php?tid=16108"><img src="images/MacOS/english/newreply.gif" alt="Post Reply" /></a>&nbsp;

<a href="newthread.php?fid=10"><img src="images/MacOS/english/newthread.gif" alt="Post Thread" /></a>&nbsp;

</div>


<br />
<form method="post" action="newreply.php" name="input" onSubmit="return Thread.quickReply();">
<input type="hidden" name="subject" value="RE: Post random code" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="16108" />

<input type="hidden" name="posthash" value="a2da42a4bc7dc1a06f6747e14bfd6867" />
<input type="hidden" name="time" value="1235502849" />
<input type="hidden" name="page" value="1" />
<input type="hidden" name="postcount" value="7" />
<input type="hidden" name="quoted_ids" value="" />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td colspan="2" class="thead">
<div class="expcolimage"><img src="images/MacOS/collapse.gif" id="quickreply_img" class="expander" alt="[-]"/></div>
<div><strong>Quick Reply, desu</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="quickreply_e">
<tr>

<td class="trow1" valign="top" width="22%">
<strong>Message, desu</strong><br />
<span class="smalltext">Type your reply to this message here, desu.<br /><br />
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="yes" checked />&nbsp;<strong>Signature, desu</strong></label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" checked />&nbsp;<strong>Email Notification, desu</strong></label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" />&nbsp;<strong>Disable Smilies, desu</strong></label></span>
</td>
<td class="trow1">
	<div>
		<textarea style="width: 90%; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>

	</div>
	<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">You have selected one or more posts to quote. <a href="javascript:Thread.loadMultiQuoted();">Quote these posts now<\/a> or <a href="javascript:Thread.clearMultiQuoted();">deselect them<\/a>.<\/span><\/div>');</script>
</td>
</tr>

<tr>
<td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="Post Reply, desu" tabindex="2" accesskey="s" onClick="this.form.preview = false;" /> <input type="submit" class="button" name="previewpost" value="Preview Post, desu" tabindex="3" onClick="this.form.preview = true;" /></td>
</tr>
</tbody>
</table>
</form>


<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="clear: both;">
 	<tr>
		<td class="trow1">
			<table width="100%">
				<tr>
					<td>
						<span class="smalltext">
							<a href="printthread.php?tid=16108">View a Printable Version</a><br />

							<a href="sendthread.php?tid=16108">Send this Thread to a Friend</a><br />
							<a href="usercp2.php?action=addsubscription&amp;tid=16108">Subscribe to this Thread</a> | <a href="usercp2.php?action=addfavorite&amp;tid=16108">Add Thread to Favorites</a>
						</span>
					</td>
					<td align="right">
						<div>

							<a href="http://digg.com/submit?phase=2&url=http://endlessparadigm.com/forum/archive/index.php?thread-16108.html"><img src="http://endlessparadigm.com/forum/images/bookmarks/digg.gif" alt="Digg this" title="Digg this" /></a>
							<a href="http://del.icio.us/post?url=http://endlessparadigm.com/forum/archive/index.php?thread-16108.html&amp;title=Post random code"><img src="http://endlessparadigm.com/forum/images/bookmarks/delicious.gif" alt="Add to Del.icio.us" title="Add to Del.icio.us" /></a>
						</div>
						
<form action="forumdisplay.php" method="get">
<span class="smalltext"><strong>Forum Jump:</strong></span>
<select name="fid" onchange="window.location=('forumdisplay.php?fid='+this.options[this.selectedIndex].value)">
<option value="-1" >Please select one:</option>
<option value="-1">--------------------</option>
<option value="-4">Private Messages</option>

<option value="-3">User Control Panel</option>
<option value="-5">Who's Online</option>
<option value="-2">Search</option>
<option value="-1">Forum Home</option>

<option value="16" > PSP Customization</option>

<option value="60" >-- PSP Themes</option>

<option value="36" >-- PSP Customisation Developments</option>

<option value="23" >-- PSP General Customization &amp; Help</option>

<option value="19" >-- PSP Customisation Tutorials / Guides</option>

<option value="8" >-- PSP Misc Discussion</option>

<option value="18" >---- PSP News</option>

<option value="20" >---- PSP Help [closed]</option>

<option value="1" > Computers & Tech</option>

<option value="39" >-- Tech News</option>

<option value="4" >-- Computer Confab</option>

<option value="61" >---- Computer Compendium</option>

<option value="59" >---- Programming</option>

<option value="43" >---- The Internets</option>

<option value="26" >-- Consoles</option>

<option value="27" >---- Nintendo</option>

<option value="30" >---- Microsoft (Xbox)</option>

<option value="29" >---- Sony Playstation</option>

<option value="58" > Arts & Entertainment</option>

<option value="7" >-- Graphics & Multimedia</option>

<option value="64" >---- Team DreamArts Forums</option>

<option value="81" >---- SOTW & Battles</option>

<option value="5" >-- Games & Entertainment</option>

<option value="37" >-- Anime/Manga</option>

<option value="70" >---- Anime Discussion</option>

<option value="50" >-- Music</option>

<option value="75" >---- Music Ratings</option>

<option value="14" > Random Chat</option>

<option value="40" >-- Random News</option>

<option value="15" >-- Personal Threads</option>

<option value="52" >---- Forum Blogs</option>

<option value="141" >------ Jaze's Blog</option>

<option value="143" >------ Syfe's Blog</option>

<option value="140" >------ funnybutrandom's Blog</option>

<option value="142" >------ Goshi's Blog</option>

<option value="6" >-- Organized Randomness</option>

<option value="77" >---- Philosopedia</option>

<option value="78" >---- Why!?!?!</option>

<option value="79" >---- Choose...</option>

<option value="80" >---- Have you... / Are you... ?</option>

<option value="10" selected="selected">-- Random Insanity</option>

<option value="44" > Endless Paradigm</option>

<option value="21" >-- The Paradigm</option>

<option value="123" >---- PSP-Hacks Parody  (1st Apr 2008)</option>

<option value="139" >-- Contests/Projects</option>

<option value="9" >-- Invisible Forum</option>

<option value="41" >---- Requests</option>

<option value="126" >---- Scene Releases</option>

</select>

<input type="submit" class="button" value="Go" />

</form>


					</td>
				</tr>

			</table>
		</td>
	</tr>
</table>

			<br />
			<div class="bottommenu"><span class="smalltext"><a href="mailto:zingaburga@endlessparadigm.com">Dead Link</a> | <a href="http://endlessparadigm.com/">Some Link</a> | <a href="#top">Scrolling!</a> | <a href="#content">Moar Scrolling!</a> | <a href="http://endlessparadigm.com/forum/archive/index.php?thread-16108.html">Minus the crap</a> | <a href="http://endlessparadigm.com/forum/misc.php?action=syndication">RSS Syndication</a></span>

<br /><div style="text-align: right"><form method="post" action="./quicktheme.php"><input type="hidden" name="uid" value="6779" /><span class="smalltext"><strong>&nbsp;Change Theme:</strong> <select name="style"><option value="0">Use Default</option>
<option value="0">-----------</option>
<option value="54">BirfBlue1.2</option><option value="55">Black Widow Theme V3</option><option value="76">Bloodline</option><option value="25">Brownish</option><option value="57">BusinessBlue</option><option value="24">CGC Tema V2</option><option value="77">ColorBright</option><option value="33">Crystal Black</option><option value="34">Crystal Blue</option><option value="35">Crystal Purple</option><option value="74">DarkFlake</option><option value="22">Easy Pink</option><option value="78">Emolution</option><option value="26">Energy Blue</option><option value="79">Extreme360</option><option value="27">Firefox Glow</option><option value="80">Flora</option><option value="43">Foundation</option><option value="52">Fresh</option><option value="82">GelGreen</option><option value="58">GimpShop</option><option value="83">GirlzRule</option><option value="84">Glace</option><option value="42">Gloss 1.2</option><option value="49">Green Neutral</option><option value="86">h4x0r</option><option value="71">HiperLite</option><option value="87">Hot Fire</option><option value="73">Love Hina Blue</option><option value="48">Love Hina Theme</option><option value="88" selected="selected">Mac OS X</option><option value="89">MediaCenter</option><option value="90">Money Skin</option><option value="15">MyBB Default</option><option value="36">MyBB Default Green</option><option value="37">MyBB Default Red</option><option value="18">MyBB Inverted</option><option value="29">MyBB MainSite</option><option value="91">N.Design</option><option value="69">nuroxDesign - Turanj V1.2</option><option value="60">Pinkie</option><option value="93">PinkPower</option><option value="94">PixelBlue</option><option value="61">PlayStation 3eme</option><option value="17">Pro</option><option value="19">Purple Pro</option><option value="14">Simple Blue</option><option value="62">Slate Blue</option><option value="63">Slate Red</option><option value="64">Slate Yellow</option><option value="20">SlateTech</option><option value="46">Slick_Pro</option><option value="31">Sports Pro</option><option value="50">staklo_bas</option><option value="67">Ubuntu</option><option value="66">UbuntuBB</option><option value="95">Vision</option><option value="68">Vista_F</option><option value="32">Windows Live Messenger</option><option value="51">Winter`s  Wonder</option><option value="70">Xmass</option></select></span><input type="submit" value="Go" class="button" /></form></div>		</div>

			</div>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug">
<!--<a href="http://www.mybbtopsite.net/"><img src="http://www.mybbtopsite.net/button.php?u=zinga" alt="MyBB Topsite" border="0" /></a>-->
</div>
				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
				     It must contain the links to the MyBB website and be formatted appropriately.

					 Failure to comply with the above will result in prosecution to the full extent of the law.
					 This is free software, support us and we'll support you. -->
Powered By <a href="http://www.mybboard.com" target="_blank">MyBB</a> <br />
				Copyright &copy; 2002-2009 <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong>

<br />Site themes Copyright &copy; by <strong><a href="http://community.mybboard.net/member.php?action=profile&uid=3430">FirefoxWiz</a></strong>, <strong><a href="http://ivgeo.uni.cc" target="_blank">IV Geo</a></strong>, <strong><a href="http://mybboard.de" target="_blank">MyBBoard.de</a></strong>, <strong><a href="http://www.amatorbalikci.net" target="_blank">amatorbalikci.net</a></strong>, <strong><a href="http://www.i6networks.com" target="_blank">i6?</a></strong>, <strong><a href="http://www.musicalmidget.com/">Musicalmidget</a></strong>, <strong><a href="http://mybbthemes.8ez.com" target="_blank">MyBBThemes</a></strong>, <strong><a href="http://www.slodesignz.com" target="_blank">SloDesignz</a></strong>, <strong><a href="http://www.caylakturk.com" target="_blank">nuroXDesign</a></strong>, <strong><a href="http://mybbthemes.8ez.com/index.php" target="_blank">bluejade</a></strong>, <strong><a href="http://www.audentio.com/forums/member.php?u=2" target="_blank">Audentio</a></strong>, <strong><a href="http://www.sketchlayer.blnetworks.net" target="_blank">Drift</a></strong>, <strong><a href="http://www.gamers100.net" target="_blank">Jag100</a></strong>, <strong><a href="http://www.iulianh.info" target="_blank">iulianh.info</a></strong>, <strong><a href="http://ndesign-studio.com" target="_blank">N.Design Studio</a></strong>.

				<!-- End copyright -->

				<br />
<br class="clear" />

		</div>
		</div>


</body>
</html>


◄◄••• 天使たちの夢か? •••►►

[Image: ewualizer.gif]
My works!
24/02/2009 12:17 PM
Find all posts by this user Quote this message in a reply
Mc Cabe
Storm Trooper

Posts: 1,218.1771
Threads: 177
Joined: 14th Aug 2007
Reputation: 1.43435
E-Pigs: 38.5281
Offline
Post: #9
RE: Post random code

PHP Code:
1
2
3
4
5
6
7
<?php
  if (fenicks == gay) {
    pointandlaugh;
  } else {
  //nothing,...he is always gay :P
  }
?>


umm?
24/02/2009 12:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Assassinator
...

Posts: 6,646.6190
Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
Offline
Post: #10
RE: Post random code
Mc Cabe Wrote:

PHP Code:
1
2
3
4
5
6
7
<?php
  if (fenicks == gay) {
    pointandlaugh;
  } else {
  //nothing,...he is always gay :P
  }
?>


Hahaha
24/02/2009 04:17 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

 Quick Theme: