Pink Poogle Toy Forum

The official community of Pink Poogle Toy. Bear with me while I tweak everything
It is currently Sat Sep 19, 2026 10:00 am

All times are UTC




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: o_O Bionic Cybunny Blog?
PostPosted: Fri Dec 10, 2004 2:21 pm 
PPT Toddler
PPT Toddler
Offline

Posts: 220
Joined: Fri Nov 12, 2004 5:02 pm
Website: http://chibizoo.deviantart.com
Location: Hollow Bastion
x_x I'm not sure where this topic should but, but ... is it just me that sees this really funny blog thing there about killing the thieves?

o_O The scripting for the actual blog is.. normal... hrm....

^^; Maybe its a plot thing. XD;

Quick edit: It says

" $ date
Fri Dec 10 06:22:10 PDT 2004
$ grep -rin thieves *
grep: aisle 5 - weapons
$ kill -9 "thieves""

o_O; Probably a clue.

_________________
Image


Top
 
   
 Post subject:
PostPosted: Fri Dec 10, 2004 3:11 pm 
PPT Baby
PPT Baby
Offline

Posts: 66
Joined: Sun Dec 05, 2004 8:35 am
Website: http://www.bearkey.com/photos/1034974542-goblin.jpg
Been there since the start, actually. No clue.

_________________
MUAHAHAHA


Top
 
   
 Post subject:
PostPosted: Fri Dec 10, 2004 9:08 pm 
PPT Student
PPT Student
Offline

Posts: 253
Joined: Mon Oct 18, 2004 3:41 pm
Location: The Dark Side. Set: YAY FOR CHRISTMAS!!! :P Ahem... I mean... Happy Holidays. :)
That Blog has been like that since its release. TNT's Shop Blogs are, after all, meant for shops. And you know how sometimes people steal from shops (in RL, that is). The Bionic Cybunny us supposed to guard things, so the blog is supposed to give the feeling that it's protecting your shop. So TNT just decided to write something other than
Quote:
This is where all your spiffy text goes.

Ohhh! Fancy, eh?

You can put thank yous, wishlists... anything you want!

just to go along with the whole theme of the Blog. But anyone could confuse it as a plot clue, as not everyone is a frequent visitor to the Neopets Shop Blogs page. ;)

_________________
<img src=http://www.applepics.com/50/userfiles/41af9484c5be0.png>


Top
 
   
 Post subject:
PostPosted: Fri Dec 10, 2004 11:06 pm 
Administrator
Administrator
Offline

Posts: 1140
Joined: Mon May 31, 2004 1:36 pm
Website: http://www.digifort.com/idnq/
Very nice. There's another one with "Brrraaaaaaiiiinnnsss..." (I think).

_________________
Image
Will you stop with the honour stuff?


Top
 
   
 Post subject:
PostPosted: Sat Dec 11, 2004 9:39 pm 
PPT Student
PPT Student
Offline

Posts: 380
Joined: Mon May 31, 2004 9:29 am
ICQ: 6369157
Yahoo Messenger: snowwolf
for those of you that don't speak Unix script, let me translate:

$ date
should be obvious enough... prints current date/time/etc..

$ grep -rin thieves *
'grep' is basically a 'find' command ... the '-rin' are command arguments. Basically, it means "find the word "thieves" in all files (even files in directories), no matter the case, and print the name of the file in which the word occurs"

so... the output is thus:
grep: aisle 5 - weapons
which technically means it found mention of thieves in a file called 'aisle 5 - weapons' ..

$ kill -9 "thieves"
.. but they're being a bit loose with the spec, as this would normally kill a process (like an application in the background) called 'thieves' ...

but anyway...


Top
 
   
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Limited