always thinking

July 31st, 2006

I’m already very … don’t even know how …
I only know that i’ve not left home since i came from the sea (i didn’t even stick my head out the door, never moved from my bed), and that i am permanently thinking about someone.

That someone keeps changing … and so the 24 hours of the day torment me with all kinds of thoughts ,
halucinating on all kinds of sceneries and changing moods quickly.

15 minutes ago for example i was a little bit sad and i was just going into a depression … but now i’m happy and optimistic and i think i’m going to do some designs.

Actually if i think it through i was like this since i was born, only with a little bit more control.
I mean … everytime i have an ideea, no matter how small or simple it is , it explodes in my brain …
One word is enough to create thousands of sceneries in my head, thousand other ideas which in turn have the same effect.
It’s the “spider web” effect. Which lately i seem to lose control of.

Probably this is my body’s way to ask for alcohol … which i’m going to provide.

–The Pirahna (aka Piry)

buttons and userbars

July 28th, 2006

I created buttons.piry.net which is a collection of over 3600 de icons
that can be used in signatures on forums , in different areas on your blog or on a web site.

I’ll do some other things but it’s late and i’m tired …

I also made userbars.piry.net (which for now has 1050 userbars but i’ll put another 2000 some other time)

–The Pirahna (aka Piry)

read dir

July 28th, 2006

Well for the junkish buttons.piry.net , because i didn’t want to use a database ,
i needed to use a while to get all the files in a folder …

I want to split them on pages … so they will be 100 on each page for example …

and i did this :

<?php
//setam variabilele
$gogu = "";
$nr_pag = "";
if( isset($_GET['page']) && is_numeric($_GET['page']) && 0 < $_GET['page'] && $_GET['page'] <= $nr_pag )
$page = $_GET['page'];
if ( $handle = opendir('/ceva') ) {
   /* Aici facem un loop */
   $i = 0;
   while ( false !== ($file = readdir($handle)) ) {
       		if( isset($page) ){ 
				$start = ($page*100)-100; 
				$stop = $start + 100;
			} 
	   		if( strlen($file) > 2 ){ // verific daca ... nothing ... ingreunez si eu codul domne
	   			if($i >= $start && $i <= $stop){
					if( $i % 4 == 0) $gogu .= "<br />"; // las un rand liber
	   				$gogu .= "<img src=\"x/".$file."\" alt=\"".substr($file, 0, strlen($file)-4)."\" />\n"; 
					//scot extensia si punctul de la extensie
	   			}
			$i++;
	   		}
   }
   closedir($handle);
}
echo $gogu;
?>

–The Pirahna (aka Piry)

time off

July 27th, 2006

Noah … i just came back from the romanian sea-shore.
So i know you all want to hear what happened there … so i’d better begin.

I didn’t had time to go to sleep … so i finished the front page for www.piry.net (the big P one with 6 icons around) …
I carried the bags to my car and drove to the sea side on the “sun highway” …

After 4 hours on the road (hot like hell , die sun die) i finally reached our beloved Constanta ,
which was also full of other little cars on that infernal heat (but they have cooler stop signs than in our capital).

I reached Eforie Nord , killed by the heat in the car and parked in front of this little cute house , where i settled in.
the home piry stood in the home piry stood in
the home piry stood in the home piry stood in

Good … and let’s go to the first day on the beach.
All looked exactly as it should have looked …
The blue clean sea , the fresh air , the semi naked girls sitting topless or not on the perfectly smooth sandy beach.
I settled on my towel and when i looked to my left … two gorgeous girls … one with her legs up showing her perfect butt and her perfect front side and another one less nicer to highlight this one.
Have a look :

the girl piry stood next to the girl piry stood next to
the girl piry stood next to the girl piry stood next to

After which i continued with my tan (of course being hypnotized bye the shapes in front of me) and gone swimming … walked a little then headed home to take a shower and go to sleep.

In the next few days i ate , tanned , stared at many many women , had fun , swam , wrestled the 1 and a half meter waves so i’d float on really calm water after that … Anyway , here are some photos.

ass parade ass parade
ass parade ass parade
piry.net ass parade
piry ass parade piry
ass parade ass parade
ass parade the sea
me

I’ve been to every resort location except those lower than Mangalia … that means i’ve been in Mamaia , Constanta , Eforie Nord and Sud , Olimp , Neptun , Costinesti , Saturn (and that’s all i think).
Pictures from these locations and other pictures with me , semi naked girls or just other landscapes can be found at
http://album.piry.net , a photo album in which there’ll be all the photos.

Anyway … in the last days everything broke …
I got a cold (yes , i stayed in the water for too long and it got worm the last couple of days) …
And i had in a night a arachnofobia crisis (that means i didn’t sleep on account of some spiders) … which i’d wish it’ll never repeat , holding on account that it’s the second time in my life when this happens.

Finally the 7 days of tanning were over , i got rid of the spiders , i didn’t have any more money , so let’s go home.
On the road , on the sun highway , at about 50 km from Bucharest the car broke down…
I pushed it for a couple of kilometers to a bridge where i waited for someone to take it.
Till Bucharest all i could see was :

night trip night trip

I somehow knew this was going to happen , but i’m not saying anymore because i’m tired of writing.
This was a nice vacation , but i’m not in a hurry to repeat it , holding on account that it took me out for 7 days of my normal life
in front of the computer , stressfull and hard.

–The Pirahna (aka Piry)