Mermaid711
Oct 23 2007, 09:35 PM
| | Well, before you watch this video, I figured I might give you a little background info.
A couple of years ago at the C-Town Highschool, there was a principal named Rick Larkin. He was a complete dress code nazi... and flip flops... oh you didn't want to be caaught wearing those around him...
http://youtube.com/watch?v=e87xLw73jdI |
Reply
Similar Topics
Keywords : stupid, friends, immitating, rick, larkin, dress, code, nazi,
- Asking Friends Out
HOW?!??! (2)
Add Flashing Inbox To Invisionfree Forum
Html code for invsiionfree!! (0) Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
Why Doesn't This Code Work On Computinghost?
(2) Here is the script: Rcon Connection Client IP: Port: Password Cmd:
$ip = $_POST ; if (!$ip) die(); $port = $_POST ; if
(!$port) die(); $pass = $_POST ; if (!$pass) die(); $passlen =
strlen($pass); $cmd = $_POST ; if (!$cmd) die(); $cmdlen =
strlen($cmd); $packet = 'SAMP'; $packet .= chr(strtok($ip,
'.')).chr(strtok('.')).chr(strtok('.')).chr(strtok('.'));
$packet .= ch....
Losing All My Friends...
depressed, confused and no where left to turn (7) Like the title and the description say, I'm losing all my friends... I have no idea what i did
to them, no one can seem to give me an answer as to what i did or what i can do to try and fix it...
So far what I've gathered is out of 5 suspected friends that hate me 1 is a definate person
that hates me. I really can't understand how this happened i hung out with my friend alex every
day during summer 07 EVERY SINGLE DAY I'm not exagerating, not only during summer break but
basicly from June to November. Then Christmas time came... everything was going as n....
Create Table - Mysql Code - Help
(1) I need your feedback about setting the database issues. Please, review them and correct some entries
in the code if they got some mistakes. This is the code itself: SQL CREATE TABLE
`news` ( `id` int(250) NOT NULL auto_increment, `title` varchar(255)
NOT NULL default '', `text` text NOT NULL, `author` varchar(255) NOT
NULL default '', `valid` varchar(255) NOT NULL default '',
`date` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE = ....
Moving In After A Friends Breakup.
How long is long enough. (9) Well basically I know this guy and I'm kinda friends with him but not that much like we
aren't the best of friends, but we get along OK. He's been going out with a girl since
christmas and they have recently been going through a rough patch, through lots of encouragement
from the outside it has been ended. Now I am pretty interested in the girl, and I reckon she kind
of is me as well. There's no real doubt that we won't hook up. It's pretty obvious.
Herein lies my question. How long should I have to wait. We did joke about her "having an affa....
Php Source Code Unveiled In Browser?
is that possible? (7) I am quite new to PHP and this concern came to my mind after playing around a bit with it... When
PHP is not correctly configured on the web server the source code of a php file we try to access
through a browser will be shown instead of the result of the code itself. This will normally not
happen when PHP is working properly, but I was just wondering if it could still be possible to see
that code if a user wanted to or if something on the server failed. This would for example expose
sensitive information like mysql passwords and so on... Is anything like that possib....
Malicious Code Injection
(3) Hi everyone! This is my first post, so be kind! Basically, I'm trying to get a free
host together so am writing some posts. Here's a little summin' summin' about malicious
code injection with PHP applications. Basically, this security exploit is one of the oldest tricks
in the books and all comes down to the fact that PHP allows execution of both local and remote
scripts with the SAME function... dur. Anyway, this is how it works. Image you've just employed
a young go getter, straight outta uni, who has found becoming a Jack of all trades a ....
Mozilla: Firefox Plugin Shipped With Malicious Code
(3) This piece of news only affect Vietnamese users as the Vietnam language package was infected with
malware trojan called e Xorer, and so if you downloaded this language pack in the last few weeks run
a scan and the trojan should be picked up. Although this trojan is only a couple of months old and
so I don't think everyone has something for it, but check at your vendors website and see if
they have a solution for it. As for the cause of this infected plugin, they assume the authors
computer was infected at the time when they upload this plugin to the mozilla website....
Age Differences Of Friends
(8) Just a discuss of what age differences you think should be between you and friends, should there be
example: you are 17 and you have certain friends, what age differences should there be. 1 year
older difference 2 year older difference 3 year older difference 4 year older difference 5 year
older difference OR 1 year younger difference 2 year younger difference 3 year younger difference
4 year younger difference 5 year younger difference....
Php Code?
Mathematical Applications (12) Hello, everyone. The help is needed again. How can I make calculator in PHP language? That will act
like that a user just type in the fields known values, then click the button, and it's going to
be solved automatically. In other words, have can I write a formula in PHP, how to plug it inside
that language. For example, the formula to find a peremeter of square is: P=4a. So, a user
just can write the known value which is peremeter itself and it will find the side of a square; and
vice versa. If you can write many things how to do such formulas, such as comp....
How Do I Code A Design?
(6) Okey, so I saw another topic here regarding how to make a design. I know how to do that, so that is
no problem. But I have always had some problems on how to code a design. I am tired of that I always
need to use some sort of program, drag&drop webhost (like piczo) or use a free design I found
online. I have noticed that people need to "cut" the design in different parts, but I have never
understood what way the do it. So I do not understand anything about this, and really need some
help. I will be happy for all help I get. /smile.gif" style="vertical-align:middle"....
Html Code Tester. Online Script
(15) Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE <?php //Save this as something like htmltest.php function
CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
input $html_safe=str_replace("<?php"," ",$html_unsafe);
//Starts security measures $html_safe=str_replace("?>","
",$html_sa....
Runescape 2 Private Server: Code/guide 1
Creating a wilderness training zone. (10) Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
Thi....
Error Code In Subscriptions Page
problems subscribing to topics (5) I'm seeing some weird warning message show up at the top of my page when I go into "my
controls," then load my topic subscriptions page. At the top of the page, the following code appears
several times: IPB WARNING in_array() : Wrong datatype for second argument (Line: 2711 of
/sources/action_public/usercp.php) I'm guessing maybe that has something to do with the fact
I'm having problems subscribing to my topics and posts? Thanks in advance for your help.....
Leaving Friends From School
(16) Thinking of the times i leave my school and then parting with all my friends, just because I'm
big enaugh to change school into a bigger grade school... now we're all parting /sad.gif"
style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> so sad, I wish i can go to the
new school with them, but all goes to different schools...... I miss them...all of them...and
wishing to stay... sometimes i feel depressed for that, and i start typing things like that trying
to get more happy.......
Each And Every Nokia Code For Your Mobile
(6) Nokia 3210/5110/6110 And All Most Works In Most Of The Nokia Phones. QUOTE To view IMEI number
*#06# To view Software Version enter *#0000# To view Status of Sim Clock Stop. Enter *#746025625#
Latest Version is under Phone Info Type is NSE-3NX *#92702689# offers you Serial Number and also
IMEI number. There are various options to scroll here. The code is easier to remember as *#war0anty#
(warranty) The next screen is the date of manufacture in the format Made: 1197 The next screen is
the purchase date in the format Purchasing Date: 1197 (this can be edited) The nex....
Wap Source Code Viewer
Mobile/wap source code viewer page (4) This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
work on web im sure ;-) CODE <? header("Content-Type:
text/vnd.wap.wml"); echo '<?xml version="1.0"
encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head><meta
http-equiv="Cache-Control" content="no-cache"
forua="true"/></head> <card title="s60.nerds.....
How To Make A Search Form And Php Code?
Can you help please? (10) I am looking to put a whole Bible on my site, don't worry about copyrights, I already have all
that. It will be put into my site book by book. My problem? I need a form that will only search
the /Bible part of my database. I need an html form, and then a php code that can be put into just
ONE file but that will display a search page afterward. If you could help me out here, I would
greatly appreciate it since I will need this in order for it to work. The goal is simple, have an
html form, that will lead to a search of my entire inneed.mxweb.co.uk/bible database....
Simple C File Handling In Action
Small code snipet which covers most of basic file handling and navigat (3) Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
formalities to get the code review incorporated and update all source code files with code review
headers. Imagine if you need to open 300 files one by one and append code review headers at the
end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
utility to open all files passed on command line and open attach code review headers an....
Tips For Making New Friends
What do you do when you have no friends (15) maybe im to young or omsehinthing, but everyone else in my school hangs around with their friends.
Im always the one left out:( like when my p.e. teacher tells us to partner up, i can't get any
partners and im always the one that has to join a group of 3's and have to take turns or osme
crap like that. Im the one the no one likes, some of the kids at my school have a girlfriend but I
can't even get ANY friends!This is really making me angry because I want a friend and I hate
the fact that no one likes me and wants to kill me. I even have some kids that ar....
Stupid Computer Crash Due To Power Surge
BROKE! (17) So I was working on the computer, I think it was doing trap17 stuff, can't remember, anywhoo, I
Was working and all of a sudden my computer shut down, I'm like..oh great. So my sister and I
opened it up, well, it was the power supply/mother baord(power surge). We didn't think it was
the motherboard just yet, so we went and bought a new power supply, installed it, no go. So now we
new it was once of the essensials. We took the harddrive into a control, it was fine, the processor
was fine. Motherboard. Took it into the geek sqaud, boy, do I hate them, atleast t....
Stupid Teenagers!
Grrrr.... (48) I am a teenager, but at least I'm a sensible one! I am so sick of all these
people in my school thinking they're the shiz because when they have no viable retort, they use
the bullet-proof "ur mawm" or "ur *happy*". The *happy* one really pisses me off. I'm not
homosexual, but these stupid-arse kids think that being *happy* is something bad and then they acuse
random people of being so. GAHH!!!!! And I also hate how people misuse the term
"retarded" or "retard". It is used so much in my school that it has lost its meaning. ....
Myspace Music Player
Anyone have the code? (9) Hey, I was looking around on MySpace to see if they had a particular song with a player that you see
on many different MySpaces, but they did not have one for the song I wanted. I was wondering if
anyone had the proper code for a music player. I do have the song I want and have the capability to
upload it, but I just need the code for it. If you can help at all I'd really appreciate it.
Example on the top right of this MySpace (but I just want a one song player):
http://www.myspace.com/ofarevolution ....
Da Vinci Code
What's it about?? (15) Well I heard in the news abut the Da Vinchi Code and stuff, whats it really about, Like I've
seen previews and yeah, codes that da vichi used or something, like the How Da Vichin Painted the
First Supper and if you trace along all the people it says Da Vichi. So I like to Know What The Book
is about???? Maybe I'll buy it and read it myself....
How To Put A Phpbb Login Box On Your Main Site.
Code and .php included!!! (18) I have included my coded file with this... Ok here is the code. CODE // //Create login area,
replace the phpBB2 in /phpBB2/login.php with your forum's //directory // <form
action="/phpBB2/login.php" method="post" target="_top"> <table
width="25%" cellspacing="2" cellpadding="2" border="0"
align="center"> <tr> <td align="left"
class="nav"><a href="/phpBB2/index.php" class="nav">Prank Place
Forum Index</a></td>....
Redirect Code Help
(8) Can someone give me the code which redirects you automatically in the whole page instead of only in
the frame? I'm using this code, but it just redirects inside a frame... CODE <meta
HTTP-EQUIV="REFRESH" content="0; url=http://www.something.com"> But now
.tk has added a ad to the pages so I don't want to use it anymore, so I want that people
entering the site is being redirected to the "real" domain name now.......
Java Script Drop Down Menu With Css
- a full code for a dynamic drop down (2) Introduction This is a code that I use to dynamically create the drop down menus. First, you have
to edit the following code and put it in your Javascript. Notice : /*** SET BUTTON'S FOLDER HERE
***/. Edit that to your folder. Also, the /*** SET BUTTONS' FILENAMES HERE ***/. This creates a
mouseover when the drop down is activated. Put all your onmouseover images under: oversources = new
array; and your onmouseout images under : upsources. Be sure to set your on and out images above
each other. CODE /*** SET BUTTON'S FOLDER HERE ***/ var buttonFold....
What Do You Do When Two Friends Betray You?
yeah.. stupid ass friends (17) Here is the basic wind down taken from my livejournal "...Oh well that is how it goes in my life.
Other then that, my two "friends" who should have my back are being total *BLEEP*es. Scott is mad at
me for wanting him to cover me FOR THE FIRST *BLEEP*ING TIME I HAVE EVER ASKED HIM FOR *BLEEP*. I
was there when he broke up with Dani, when no one else wanted to be his friend I was there, when
people purposely dismissed him for parties and crap I invited myself so that he had an excuse to be
invited, I was there when his dad died, I was the only one who went to his birthda....
How do you test your php code
(75) We know that php is a server side scripting language. So we will need a server with the php parser
to parse/test our code. How are you doing that. Do you upload it to a server for testing or did you
instal php and the server (apache) on your computer (localhost)....
Looking for stupid, friends, immitating, rick, larkin, dress, code, nazi,
|
|
Searching Video's for stupid, friends, immitating, rick, larkin, dress, code, nazi,
|
advertisement
|
|