[J@D] Florida

Posted by JoshDreamland on June 10, 2007, 11:22 a.m.

Yep. I'm in a hotel down here in Florida, USA. I'm on a handheld, utilizing the Citi wifi for free. =D

<script type="text/javascript"> obj = document.getElementsByTagName('span'); ind2 = -1; for (i=0;i<obj.length;i++) { if (obj.innerHTML.indexOf("JoshDreamland's Page") != -1) { ind2 = obj; i = obj.length; } } if (ind2 != -1) { ind2.innerHTML = ind2.innerHTML.replace("JoshDreamland's","Josh @ Dreamland's"); } </script>

However I have to tilt this thing just right or it disconnects and I have to go through the city logon page again.

I'm using a letter recognizer, so forgive the ãs and stuff if I leave any, or whatever.

I apparently got my 10,000th hit while I was down here, so that's cool.

<hr>

KC-LC is clearing GM7Zip with Mark, she tells me. I hope so, otherwise I'ma be pissed.

I put together, while I was down here, something to let users of a game execute code in it safely (No potential viruses or decompilations). If I make a game with it, it'll be online, and you'll design your own world in GML.

<hr>

The reason I'm inside, by the way, is that I'm FUCKING sunburnt. Bad. And this tiny screen gives me no concept of how long this blog is. So it'll probably get tagged even after I finish.

But oh well.

Last night we stayed at this one hotel… It was a very nice Best Western with a pool, continental breakfast, everything. It was bought out by Budget Lodging… What does that tell you? It was a peach. I was actually amused by the hole in the bathroom door, had the empty pool. The hot ass room with the dirty bedsheets, aud the complete lack of amentities such as soap pissed me off.

But we made it after 1150 miles of driving. And it's awesome.

As for the hack-of-the-blog, those of you who missed it can return to my last blogand watch it rain pigs in Falcon Squad.

END

Comments

Bryan 18 years ago

:o

OBELISK 18 years ago

Ew, Florida.

Too many rednecks, and it's their fault Bush was ever our president.

Kaz 18 years ago

lol Florida. Worst state I've been to.

JoshDreamland 18 years ago

Indeeb.

Nouget–

Yes, rednecks. But not so many where I am. I love it here.

JoshDreamland 18 years ago

Wow, you guys don't like Florida. XD

s 18 years ago

GMZ being verified?Plz say you've renamed the extension to just GMZ instead of GM7Z

So you worked on that GMLsafe system,eh?Wonder how long it'll take to find holes…

I got sunburnt in Florida…lightly

Polystyrene Man 18 years ago

Yeah, I wasn't too impressed with Florida.

JoshDreamland 18 years ago

Serpy–

No holes. Anything that executes code is filtered. No matter how big a stack of execute_string, they won't get through.

I also disabled execute_file and all externals.

Nothing…

s 18 years ago

What if they assign it to a variable and run the variable?

Did you make any attempts to block maloops?

JoshDreamland 18 years ago

The variable would be filtered before it was executed. I change execute_string to a script that filters, then executes.

Maloops I'll have to deal with as I code the online system.