Myreader.co.uk  
uk news, chat and community
   home   |   control panel login   |   archive   |  
 
net
net
news.announce
news.config
news.management
news.moderation
providers
providers.aaisp
web.authoring
  
 
date: Sun, 3 Aug 2008 21:29:52 +0100,    group: uk.net.web.authoring        back       
The best php guestbook on planet earth   
I'll be posting the url of it sometime tomorrow .

Does that excite you ? .
date: Sun, 3 Aug 2008 21:29:52 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
Message-ID:  from Krustov
contained the following:

>I'll be posting the url of it sometime tomorrow .
>
>Does that excite you ? .

How do you know the URL of my guestbook?  ;-)

-- 
Geoff Berrow  0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk
date: Sun, 03 Aug 2008 21:40:04 +0100   author:   Geoff Berrow

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<Geoff Berrow>
<Sun, 03 Aug 2008 21:40:04 +0100>


> >I'll be posting the url of it sometime tomorrow .
> >
> >Does that excite you ? .
> 
> How do you know the URL of my guestbook?  ;-)
> 

Krusty will be quite happy to email you url of the PHPGB zipfile so you 
can download it and have a look through the php code with the purpose of 
you attaining clue from it :-)


-- 
www.krustov.co.uk
date: Sun, 3 Aug 2008 22:03:22 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
Message-ID:  from
Krustov contained the following:

>
>> How do you know the URL of my guestbook?  ;-)
>> 
>
>Krusty will be quite happy to email you url of the PHPGB zipfile so you 
>can download it and have a look through the php code with the purpose of 
>you attaining clue from it :-)

I bet it uses files...

-- 
Regards,

Geoff Berrow
http://slipperyhill.co.uk
date: Sun, 03 Aug 2008 23:56:13 +0100   author:   Geoff Berrow

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<Geoff Berrow>
<Sun, 03 Aug 2008 23:56:13 +0100>


> I bet it uses files...
> 

Joe punter can tell the difference just by looking at it ? .


Either way , Just the vet entry stuff to write before your jaw drops in 
sheer awe :-)

www.jpgimage.co.uk/full.php?image=1230
date: Mon, 4 Aug 2008 13:40:21 +0100   author:   Krustov

guess not   
Message-ID:  from
Krustov contained the following:

>> I bet it uses files...
>> 
>
>Joe punter can tell the difference just by looking at it ? .

I guess not.  It'll make a difference to you though should you wish to
add further functionality.
>
>
>Either way , Just the vet entry stuff to write before your jaw drops in 
>sheer awe :-)


My jaw already dropped.  The plural of entry would be...?
-- 
Geoff Berrow  0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk
date: Mon, 04 Aug 2008 15:06:01 +0100   author:   Geoff Berrow

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<Krustov>
<Sun, 3 Aug 2008 21:29:52 +0100>


> I'll be posting the url of it sometime tomorrow .
> 

www.cannabisaware.co.uk/guestbook.php
date: Mon, 4 Aug 2008 16:28:43 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<Krustov>
<Mon, 4 Aug 2008 16:28:43 +0100>


> > I'll be posting the url of it sometime tomorrow .
> > 
> 
> www.cannabisaware.co.uk/guestbook.php
> 

Whats the matter obi wan - too stunned to sign it :-)


-- 
www.krustov.co.uk
date: Tue, 5 Aug 2008 13:03:19 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
Message-ID:  from
Krustov contained the following:

>> www.cannabisaware.co.uk/guestbook.php
>> 
>
>Whats the matter obi wan - too stunned to sign it :-)

 Way too much paranoia in it for me - stunts my creativity.

Seems to strip out innocuous characters like $ ) { ; /  etc  

What's that all about?  Also, I can understand you not wanting to post
html but what's wrong with using strip_tags() ?



-- 
Geoff Berrow  0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk
date: Tue, 05 Aug 2008 14:06:01 +0100   author:   Geoff Berrow

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<Geoff Berrow>
<Tue, 05 Aug 2008 14:06:01 +0100>


> I can understand you not wanting to post
> html but what's wrong with using strip_tags() ?
> 

One of many functions i've never got around to looking at yet .

Wish somebody had told me about the following when i first started 
writing php scripts though as it would have saved me writing about 
100,000 while loops to read in the flat files i use .

$build="demo/burp.php";
$contents=file_get_contents($build);
$film=explode("\n",$contents);


-- 
www.krustov.co.uk
date: Tue, 5 Aug 2008 14:36:45 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
"Krustov"  wrote in message 
news:MPG.230267adc2ecd2e398b806@news.newsreader.com...
> <uk.net.web.authoring>
> <Geoff Berrow>
> <Tue, 05 Aug 2008 14:06:01 +0100>
> 
>
>> I can understand you not wanting to post
>> html but what's wrong with using strip_tags() ?
>>
>
> One of many functions i've never got around to looking at yet .
>
> Wish somebody had told me about the following when i first started
> writing php scripts though as it would have saved me writing about
> 100,000 while loops to read in the flat files i use .
>
> $build="demo/burp.php";
> $contents=file_get_contents($build);
> $film=explode("\n",$contents);
>
>
> -- 
> www.krustov.co.uk

Alexa reports you're the 23,280,009th most visited site on the net. Cool!

+mrcakey
date: Tue, 5 Aug 2008 15:05:26 +0100   author:   +mrcakey

Re: The best php guestbook on planet earth   
<uk.net.web.authoring>
<+mrcakey>
<Tue, 5 Aug 2008 15:05:26 +0100>
<g79mn4$505$1@news.albasani.net>

> Alexa reports you're the 23,280,009th most visited site on the net
> 

And your point is ? .


-- 
www.krustov.co.uk
date: Tue, 5 Aug 2008 15:10:41 +0100   author:   Krustov

Re: The best php guestbook on planet earth   
"Krustov"  wrote in message 
news:MPG.23026fa1ade8d8c398b808@news.newsreader.com...
> <uk.net.web.authoring>
> <+mrcakey>
> <Tue, 5 Aug 2008 15:05:26 +0100>
> <g79mn4$505$1@news.albasani.net>
>
>> Alexa reports you're the 23,280,009th most visited site on the net
>>
>
> And your point is ? .
>

There wasn't one.  It was a pointless posting.

+mrcakey
date: Wed, 6 Aug 2008 15:41:24 +0100   author:   +mrcakey

Google
 
Web myreader.co.uk


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us