Google
 
Webnews.only-4-geeks.com
Interesting places
news.only-4-geeks.com Forum Index » PHPGoto page 1, 2  Next

huge php scripts collection of any kinds

 
Jump to:  
 
Albertos
PostPosted: Wed Aug 27, 2008 12:20 am    Post subject: huge php scripts collection of any kinds
       
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK
 

 
sliverdigger
PostPosted: Wed Aug 27, 2008 2:09 am    Post subject: Re: huge php scripts collection of any kinds
       
Albertos wrote:
Quote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK

So what does is that windows exe file supposed to do
after it's downloaded? Does it erase the local hard drive,
install botware, or what?

Here's a thought:

Your poor mother is so ashamed. Her own son is a con man and a
petty thief. But it's not too late. Your mother can still be proud of
you again. Kill yourself now. Go ahead. Do it now. I know you've been
thinking about it. Pull the trigger. It won't be painful.
And your mother will love you again. She will hold you
and cry over you in heaven.



--
cut the board three times and it's still too short
 

 
sliverdigger
PostPosted: Wed Aug 27, 2008 10:09 am    Post subject: Re: huge php scripts collection of any kinds
       
werwolf wrote:
Quote:
On Aug 27, 7:09 am, sliverdigger <sliverdig...@closenuf.net> wrote:
Albertos wrote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK
So what does is that windows exe file supposed to do
after it's downloaded? Does it erase the local hard drive,
install botware, or what?

Here's a thought:

Your poor mother is so ashamed. Her own son is a con man and a
petty thief. But it's not too late. Your mother can still be proud of
you again. Kill yourself now. Go ahead. Do it now. I know you've been
thinking about it. Pull the trigger. It won't be painful.
And your mother will love you again. She will hold you
and cry over you in heaven.

--
cut the board three times and it's still too short

This windows exe is self extracting zip file you idiot.

Then it will be safe (and make sense) to download it to my linux box?

--
cut the board three times and it's still too short
 

 
Jerry Stuckle
PostPosted: Wed Aug 27, 2008 10:41 am    Post subject: Re: huge php scripts collection of any kinds
       
werwolf wrote:
Quote:
On Aug 27, 7:09 am, sliverdigger <sliverdig...@closenuf.net> wrote:
Albertos wrote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK
So what does is that windows exe file supposed to do
after it's downloaded? Does it erase the local hard drive,
install botware, or what?

Here's a thought:

Your poor mother is so ashamed. Her own son is a con man and a
petty thief. But it's not too late. Your mother can still be proud of
you again. Kill yourself now. Go ahead. Do it now. I know you've been
thinking about it. Pull the trigger. It won't be painful.
And your mother will love you again. She will hold you
and cry over you in heaven.

--
cut the board three times and it's still too short

This windows exe is self extracting zip file you idiot.


Actually, no, it's not a self-extracting zip file - at least not by any
tools I have.



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
 

 
werwolf
PostPosted: Wed Aug 27, 2008 11:51 am    Post subject: Re: huge php scripts collection of any kinds
       
On Aug 27, 7:09 am, sliverdigger <sliverdig...@closenuf.net> wrote:
Quote:
Albertos wrote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK

So what does is that windows exe file supposed to do
after it's downloaded? Does it erase the local hard drive,
install botware, or what?

Here's a thought:

Your poor mother is so ashamed. Her own son is a con man and a
petty thief. But it's not too late. Your mother can still be proud of
you again. Kill yourself now. Go ahead. Do it now. I know you've been
thinking about it. Pull the trigger. It won't be painful.
And your mother will love you again. She will hold you
and cry over you in heaven.

--
cut the board three times and it's still too short

This windows exe is self extracting zip file you idiot.
 

 
mijn naam
PostPosted: Wed Aug 27, 2008 12:08 pm    Post subject: Re: huge php scripts collection of any kinds
       
"Jerry Stuckle" <jstucklex@attglobal.net> schreef in bericht
news:g93i59$m2k$1@registered.motzarella.org...
Quote:
werwolf wrote:

This windows exe is self extracting zip file you idiot.


Actually, no, it's not a self-extracting zip file - at least not by any
tools I have.


Interesting...

There's some randomization in the downloaded file. Even when downloading the
same file twice:

wget LINK && mv php php-old && wget
LINK && cmp php php-old
php php-old differ: byte 43304, line 94

The file downloaded (no matter its name) is 308776 bytes large. It always
differs on byte 43304.
 

 
FutureShock
PostPosted: Wed Aug 27, 2008 12:48 pm    Post subject: Re: huge php scripts collection of any kinds
       
mijn naam wrote:
Quote:
"Jerry Stuckle" <jstucklex@attglobal.net> schreef in bericht
news:g93i59$m2k$1@registered.motzarella.org...
werwolf wrote:

This windows exe is self extracting zip file you idiot.


Actually, no, it's not a self-extracting zip file - at least not by
any tools I have.


Interesting...

There's some randomization in the downloaded file. Even when downloading
the same file twice:

wget LINK && mv php php-old &&
wget LINK && cmp php php-old
php php-old differ: byte 43304, line 94

The file downloaded (no matter its name) is 308776 bytes large. It
always differs on byte 43304.


Almost like that 'alternate file' thread earlier.....hmmmmm
 

 
Twayne
PostPosted: Wed Aug 27, 2008 1:20 pm    Post subject: Re: huge php scripts collection of any kinds
       
Quote:
"Jerry Stuckle" <jstucklex@attglobal.net> schreef in bericht
news:g93i59$m2k$1@registered.motzarella.org...
werwolf wrote:

This windows exe is self extracting zip file you idiot.


Actually, no, it's not a self-extracting zip file - at least not by
any tools I have.


Interesting...

There's some randomization in the downloaded file. Even when
downloading the same file twice:

wget LINK && mv php php-old &&
wget LINK && cmp php php-old
php php-old differ: byte 43304, line 94

The file downloaded (no matter its name) is 308776 bytes large. It
always differs on byte 43304.

Isn't that "interesting"? Made the thread more interesting, at
least<g>.
 

 
sliverdigger
PostPosted: Wed Aug 27, 2008 3:49 pm    Post subject: Re: huge php scripts collection of any kinds
       
Albertos wrote:
Quote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK

Albertos is now gone. Hoping to join his mother in the afterlife,
he shot himself in the temple late this moroning. And in fact the two of
them are indeed together now--but not in heaven--as he had so
foolishly hoped.


--
cut the board three times and it's still too short
 

 
Animesh K
PostPosted: Wed Aug 27, 2008 4:50 pm    Post subject: Re: huge php scripts collection of any kinds
       
Albertos wrote:
Quote:
Hello, I've collected huge php scripts collection of any kinds : work
with text files, database, GUI etc. You can download it here
LINK

Just use a framework like Zend, CodeIgniter, Symfony, or CakePHP if you
need a library of PHP scripts which do common tasks.

My 2 cents.
 

Page 1 of 2 .:. Goto page 1, 2  Next

Google
 
Webnews.only-4-geeks.com

Windows Update | C++ | C | PHP | JavaScript | Photoshop | Programming | Windows 2000 | Python | Windows XP | Object | Flash | Flash - ActionScript | Paint Shop Pro | Excel | PowerPoint | Access | Word | Windows 98 | Internet Explorer 6.0 | CorelDraw12 | Java | XML | asm x86 | Linux Mandrake | Linux RedHat | Outlook |  | news from newsgroups |_ | s

Web Templates

Awesome Website Templates ©

tonery do drukarek Powermed apartamenty Åódź fronty meblowe painting contractors