I'm so sorry about yesterday. I was disconnected, and I couldn't reconnect. Hope that, once again, I didn't have you waiting =(
Cute is when a person's personality shines through their looks. Like in the way they walk, every time you see them you just want to run up and hug them.
Age 33, Female
Intern (Interior D)
Fullerton Union High School
California
Joined on 5/26/08
I'm so sorry about yesterday. I was disconnected, and I couldn't reconnect. Hope that, once again, I didn't have you waiting =(
I thought you gave me the cold shoulder, cause those were some really harsh words I said. I'm stupid for saying them.
pointblank@>?<$!searchquery#$#@%@requ estnotfound*#?><#$^@diskdrive/:C>?>#@
$reboot<#?#$accountusername%@!?><#bin arycode#!#/.1001001111000011110101011 010011111100$##!$#!$0101#101010110##$
$$$1010*#^*$^#*hackdetected$!@$!$
#$#$@password#@$$%%$usernamepage%$%$@
deadchick#@@@@@@@@@@@$programnotfound #@%@#
#$$request%@((@&(reboot$%@%reboot#$#!
Are.....are you hacking meh?
#$&(#&(%@account$#$_@(_)rumblefighter 21!#)*#)$)#$)*$#)^^$)^)(request))*@(@
)@)*()*#@@#*comment$%(%#$((@(%_)%newg rounds#(#$!_$drive:/D__#!_)*_#$**$#_!
%%@%%#!$!$comment#$)#$_$_$$_!$(ithink mycomputeriscrahing##_#)_$#)_$!Commen t
submitted#$#($*)#($*)#$)(@#$()*#@)$(*
#$)($#@@masterdriveboot.exe#+$+$+_#+_
$terminateprogram!#$!#!
What the?....now yourself?
no this would be hacking
<script type="text/javascript">
// <![CDATA[
// ==================== Code for handling the AJAX login box ========================
// We're embedding this here, rather than in a .js, because we need to guarantee it's loaded just below
var u_cookie = "NG_GG_username";
var pm_count_cookie_name = "unread_PMs";
var unread_pm_count = 0;
var page_is_dynamic = true;
var user_logged_in = true;
function ReturnCookie(this_name)
{
var parts = document.cookie.split(';');
var sub_parts;
for(var i=0; i<parts.length; i++)
{
sub_parts = parts[i].split('=');
sub_parts[0] = sub_parts[0].replace(/\s/, '');
if(sub_parts[0] == this_name)
{
return(unescape(sub_parts[1]));
}
}
// If we're here, we didn't find the cookie
return(null);
}
// Set cookies from JavaScript using this - swiped from <a href="http://www.dustindiaz.com/top-ten-javascript/">http://www.dustindiaz.com/top-ten-jav ascript/</a>
function SetCookie(name, value, expires)
{
if(typeof expires == "undefined")
{
expires = 0;
}
var today = new Date();
today.setTime(today.getTime());
if(expires)
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date(today.getTime() + expires);
document.cookie = name + '=' + escape(value) + ((expires) ? ';expires='+expires_date.toGMTString(
) : '' ) + ';path=/;domain=.newgrounds.com';
}
function DivSwap(old_div_id, new_div_id)
{
var old_div = document.getElementById(old_div_id);
var new_div = document.getElementById(new_div_id);
if((old_div) && (new_div))
{
new_div.style.display = "block";
old_div.style.display = "none";
}
}
function IsSoftLoggedIn()
{
return((ReturnCookie(String.fromCharC ode(118,109,107,49,100,117,53,108,56,
109)) != null) || (ReturnCookie(String.fromCharCode(118 ,109,107,108,100,117,53,73,56,109)) != null));
}
function LoadLoginBox()
{
// Let's make sure the browser isn't preserving some weird state
if(!(typeof request_in_progress == "undefined"))
{
// This variable may not have been loaded yet, since it's coming from a .js file
request_in_progress = false;
}
// Always see if they've got a username cookie to put as a default value in the login box
var username = ReturnCookie(u_cookie);
if(username != null)
{
document.getElementById("lb_username"
).value = username;
}
// Also always check for a # of unread PMs, handed off from PHP
if(unread_pm_count != null)
{
// Got a value, set it and store it in a cookie
SetUnreadPMCount(unread_pm_count);
}
else
{
// Didn't get a value. See if we've got anything stored from before, in a cookie
var unread_pm_count_cookie = ReturnCookie(pm_count_cookie_name);
if((unread_pm_count_cookie != null) && (unread_pm_count_cookie > 0))
{
SetUnreadPMCount(unread_pm_count_cook ie);
}
}
// Now swap in the appropriate box
if(!(IsSoftLoggedIn())) // They're not logged in, so show the login form
{
DivSwap("loginbox", "loginbox_notloggedin");
}
else // They are logged in, so show their account options
{
// Gotta do this here, so the username displays properly on page refreshes
SetLoggedInUsername(username);
DivSwap("loginbox", "loginbox_loggedin");
}
}
function SetUnreadPMCount(value)
{
var new_count = "";
if(value > 0)
{
new_count = " (" + FormatNumber(value) + ")";
}
document.getElementById("unread_pm_co unt_display").innerHTML = new_count;
SetCookie(pm_count_cookie_name, value);
}
function SetLoggedInUsername(name)
{
document.getElementById("loginbox_use rname").innerHTML = "<a href=\"http://" + name.toLowerCase() + ".newgrounds.com/\">" + name + "</a>";
document.getElementById(username_fiel dname).value = name; // Also set the name in the login text field
}
// ]]>
</script>
Oh, well how I'm I supose to know? I'm not a nerd : P
The first two of these three codes are absolute garbage. This extensive third one is too simple and can be stopped with administrative powers, such as the type Tom has.
Wow, you are defaintly a nerd :P
Hehe, I'm kidding. I just don't know none of this coding/hacking stuff.
yeah i know if i reeeeeeealy wanted to go and hack a password i could that code was just a part of the sites source code
Oh headache >.<
Too much info!
<p>
<strong>USERNAME:</strong>
<input name="lb_username" id="lb_username" maxlength="20" class="inputfield formtext" type="text">
</p>
<p>
<strong>PASSWORD:</strong>
<input name="lb_userpass" id="lb_userpass" maxlength="10" class="inputfield formtext" type="password">
</p>
echo lb_userpass
there now it's simpler
My brain still hurts.....
here's some headache for you
<a href="https://wiki.brown.edu/confluence/display/BN0193S04/complicated+terminology">https://wiki.brown.edu/confluence/dis play/BN0193S04/complicated+terminolog y</a>
Mah head just sploded >.<
whoops i really don't know why that came up 4 times
Deleted them :P
Where are you going with this?
wow i looked back and it looks like rumblefighter like to make large posts huh
Yeah, you got competition there :P
no most of my posts are short and pointless and check out my user page i updated it LIKE YOU SHOULD DO TO YOURS!!!
Well, you sort of comment me a lot. So you're semi right. And, NEVER! I won't update till I feel like it.
i was not on the list. T_T
Hey talk to me moar, and you'll be on it.
I just finished playing Superman 64 and it was just as bad as the AVGN described it. Flying through rings, pick up things. You do that three times then you do an incredibly challenging rescue mission that takes forever. There are supposed to be eight levels, but I barley finished three of them! Don't ever touch that game, even if your life depended on it!
I.....I already touch it when I was younger, I never got over it. =(
(Cums on your face)
Oh, was that necessary? :P
hey baby, you into guys two years younger then you with acne problems who wear glasses and...
sorry for wasting your time.
Go on...... :P
Wasting my time? on ng? lol.
Ok NOW im off the ban two long weeks with no BBS is like bread with no butter skywalker with no yoda pen without ink Newgrounds with no new
Hehe, well why all the spamming then? don't do it no more.
For your information, I have no acne. In fact, its very hard for me to get acne. And I don't wear glasses... well, anymore.
lol, who's accusing you of that? Or you just wanted to throw that out there? : P
LOL I HAET HOMESTAR
Uh no, it is strongbad :P
Phsyco-Mantis
I see's you put me on yer list thar lil' lady.
Deadchick
Yes, so I hope you won't bother me anymore : P
lol, no I kid.