FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » alternative to fwrite?
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
alternative to fwrite? [message #182990] Tue, 01 October 2013 14:27 Go to next message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma: 0
Senior Member
In my attempt to make my site work, I have concluded that fwrite just does
not work properly.
For my online radio file I created a file using fwrite.
Other people are reporting that they see the playlist but get no sound.
Regardless of browser being used.
Even on my end, if I open IE and Opera, I get no sound while Firefox plays
fine.
What else can I use to create a list online?
Re: alternative to fwrite? [message #182991 is a reply to message #182990] Tue, 01 October 2013 15:22 Go to previous messageGo to next message
Salvatore is currently offline  Salvatore
Messages: 38
Registered: September 2012
Karma: 0
Member
On 2013-10-01, Mr Oldies <noreply(at)example(dot)com> wrote:
> In my attempt to make my site work, I have concluded that fwrite just does
> not work properly.
> For my online radio file I created a file using fwrite.
> Other people are reporting that they see the playlist but get no sound.
> Regardless of browser being used.
> Even on my end, if I open IE and Opera, I get no sound while Firefox plays
> fine.
> What else can I use to create a list online?

The fwrite() function won't "not work properly". The problem is more
than likely with the code you wrote.

--
Blah blah bleh...
GCS/CM d(-)@>-- s+:- !a C++$ UBL++++$ L+$ W+++$ w M++ Y++ b++
Re: alternative to fwrite? [message #182992 is a reply to message #182990] Tue, 01 October 2013 15:58 Go to previous messageGo to next message
Christoph Michael Bec is currently offline  Christoph Michael Bec
Messages: 207
Registered: June 2013
Karma: 0
Senior Member
Mr Oldies wrote:

> In my attempt to make my site work, I have concluded that fwrite just does
> not work properly.
> For my online radio file I created a file using fwrite.
> Other people are reporting that they see the playlist but get no sound.
> Regardless of browser being used.
> Even on my end, if I open IE and Opera, I get no sound while Firefox plays
> fine.

If you are creating a *single* file to store information about the
playlist, than this file will be used for *all* visitors, what might not
be what you want.

Furthermore if you do not lock the file properly, that might lead to
corruption of the file due to concurrent write access, and reading might
fail.

> What else can I use to create a list online?

Dynamic data retrieved from the database, for example.

--
Christoph M. Becker
Re: alternative to fwrite? [message #182995 is a reply to message #182990] Tue, 01 October 2013 17:03 Go to previous messageGo to next message
Beauregard T. Shagnas is currently offline  Beauregard T. Shagnas
Messages: 154
Registered: September 2010
Karma: 0
Senior Member
richard the sto0pid, shifting as Mr Oldies today, wrote:

> In my attempt to make my site work,

RtS, you've been dicking with this site for ten years now. Why don't you
realize that it is *never* going to work?

--
-bts
-This space for rent, but the price is high
Re: alternative to fwrite? [message #182996 is a reply to message #182995] Tue, 01 October 2013 19:25 Go to previous messageGo to next message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma: 0
Senior Member
On Tue, 1 Oct 2013 17:03:25 +0000 (UTC), Beauregard T. Shagnasty wrote:

> richard the sto0pid, shifting as Mr Oldies today, wrote:
>
>> In my attempt to make my site work,
>
> RtS, you've been dicking with this site for ten years now. Why don't you
> realize that it is *never* going to work?

ten years to you. four to me.
youtube started with one video.
oh but we all know you are mister perfect and have never had an issue that
failed or you never asked for help anywhere.
Re: alternative to fwrite? [message #182998 is a reply to message #182996] Wed, 02 October 2013 00:39 Go to previous messageGo to next message
Beauregard T. Shagnas is currently offline  Beauregard T. Shagnas
Messages: 154
Registered: September 2010
Karma: 0
Senior Member
richard the sto0pid wrote:

> Beauregard T. Shagnasty wrote:
>> richard the sto0pid, shifting as Mr Oldies today, wrote:
>>> In my attempt to make my site work,
>>
>> RtS, you've been dicking with this site for ten years now. Why don't
>> you realize that it is *never* going to work?
>
> ten years to you. four to me.

So even in four years, you haven't been able to produce anything that
worked.

> youtube started with one video.

And look at their success!!

> oh but we all know you are mister perfect and have never had an issue
> that failed or you never asked for help anywhere.

Why, you finally got something correct!

--
-bts
-This space for rent, but the price is high
Re: alternative to fwrite? [message #183003 is a reply to message #182996] Wed, 02 October 2013 11:52 Go to previous messageGo to next message
Norman Peelman is currently offline  Norman Peelman
Messages: 126
Registered: September 2010
Karma: 0
Senior Member
On 10/01/2013 03:25 PM, richard wrote:
> On Tue, 1 Oct 2013 17:03:25 +0000 (UTC), Beauregard T. Shagnasty wrote:
>
>> richard the sto0pid, shifting as Mr Oldies today, wrote:
>>
>>> In my attempt to make my site work,
>>
>> RtS, you've been dicking with this site for ten years now. Why don't you
>> realize that it is *never* going to work?
>
> ten years to you. four to me.
> youtube started with one video.
> oh but we all know you are mister perfect and have never had an issue that
> failed or you never asked for help anywhere.
>

While I applaud your tenacity - it's your ignorance and stubbornness
that is hurting you. If you are really interested in your site and
making it work (properly) then you should probably get a book or two on
programming. I started with:

PHP Developers Dictionary
PHP Developers Cookbook

and then bought:

PHP/MySQL (OReiley, I think) which i a nice combination of both (don't
have it with me at the moment.) But get something like that and take it
with you to read as time permits. When some of that data starts to sink
in you'll realize just how hard you've been making things for yourself.


--
Norman
Registered Linux user #461062
-Have you been to www.php.net yet?-
Re: alternative to fwrite? [message #183004 is a reply to message #182995] Wed, 02 October 2013 14:01 Go to previous messageGo to next message
Evan Platt is currently offline  Evan Platt
Messages: 124
Registered: November 2010
Karma: 0
Senior Member
On Tue, 1 Oct 2013 17:03:25 +0000 (UTC), "Beauregard T. Shagnasty"
<a(dot)nony(dot)mous(at)example(dot)invalid> wrote:

> richard the sto0pid, shifting as Mr Oldies today, wrote:
>
>> In my attempt to make my site work,
>
> RtS, you've been dicking with this site for ten years now. Why don't you
> realize that it is *never* going to work?

He nymshifts since he knows he's pissed just about everyone off in
this group to the point where no one wants to help him lol
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
Re: alternative to fwrite? [message #183005 is a reply to message #183004] Wed, 02 October 2013 18:58 Go to previous messageGo to next message
bill is currently offline  bill
Messages: 310
Registered: October 2010
Karma: 0
Senior Member
On 2013-10-02 10:01 AM, Evan Platt wrote:
> --
> To reply via e-mail, remove The Obvious and .invalid from my e-mail address.

You and others making up names rather than using ones created for the
purpose or at least being sure it doesn't exist (ie lazy oafs) might be
interested in knowing that the following is a valid e-mail address:

invalid.com is a legit e-mail address; try it.

Using it as you do is violating your tos and/or aup by your ISP.

It's also for sale: But if you like being associated with the following:
-----------
[Querying whois.verisign-grs.com]
[Redirected to whois.networksolutions.com]
[Querying whois.networksolutions.com]
[whois.networksolutions.com]
Welcome to the Network Solutions(R) Registrar WHOIS Server.
The IP address from which you have visited the Network Solutions
Registrar WHOIS
database is contained within a list of IP addresses that may have failed
to abide by Network Solutions' WHOIS policy. Failure to abide by this
policy can
adversely impact our systems and servers, preventing the processing of
other WHOIS requests.

To see the Network Solutions WHOIS Policy, click on or copy and paste
the following
URL into your browser:
http://www.networksolutions.com/whois/index.jhtml
If you feel that you have received this message in error, please email
us using the online
form at http://www.networksolutions.com/help/email.jsp with the
following information:
Whois Query: invalid.com
YOUR IP address is 198.171.79.36
Date and Time of Query: Wed Oct 02 14:08:30 EDT 2013
Reason Code: IE
--------------
Go ahead and keep using it. I'd think twice about associating myself
with them, though.

My gosh dolts, use an actual non-existant address and check it out! Or
better yet, use one of the thousands of addresses set up for just that
purpose; they're all over the place and many from reputable company
sources, too. Beware the scammers though, as in all things internet.

HTH

Twayne`
Re: alternative to fwrite? [message #183007 is a reply to message #183003] Wed, 02 October 2013 19:46 Go to previous messageGo to next message
Michael Vilain is currently offline  Michael Vilain
Messages: 88
Registered: September 2010
Karma: 0
Member
In article <l2h1e8$hds$1(at)dont-email(dot)me>,
Norman Peelman <npeelman(at)cfl(dot)rr(dot)com> wrote:

> On 10/01/2013 03:25 PM, richard wrote:
>> On Tue, 1 Oct 2013 17:03:25 +0000 (UTC), Beauregard T. Shagnasty wrote:
>>
>>> richard the sto0pid, shifting as Mr Oldies today, wrote:
>>>
>>>> In my attempt to make my site work,
>>>
>>> RtS, you've been dicking with this site for ten years now. Why don't you
>>> realize that it is *never* going to work?
>>
>> ten years to you. four to me.
>> youtube started with one video.
>> oh but we all know you are mister perfect and have never had an issue that
>> failed or you never asked for help anywhere.
>>
>
> While I applaud your tenacity - it's your ignorance and stubbornness
> that is hurting you. If you are really interested in your site and
> making it work (properly) then you should probably get a book or two on
> programming. I started with:
>
> PHP Developers Dictionary
> PHP Developers Cookbook
>
> and then bought:
>
> PHP/MySQL (OReiley, I think) which i a nice combination of both (don't
> have it with me at the moment.) But get something like that and take it
> with you to read as time permits. When some of that data starts to sink
> in you'll realize just how hard you've been making things for yourself.

You said he's been at this game for 10 years? Sounds like a net troll
more than a legitimate developer. Is engaging with him worth the
mindshare and you bandwidth?

--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]
Re: alternative to fwrite? [message #183010 is a reply to message #183005] Wed, 02 October 2013 20:37 Go to previous messageGo to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
On 10/2/2013 11:58 AM, Twayne wrote:
> On 2013-10-02 10:01 AM, Evan Platt wrote:
>> --
>> To reply via e-mail, remove The Obvious and .invalid from my e-mail
>> address.
>
> You and others making up names rather than using ones created for the
> purpose or at least being sure it doesn't exist (ie lazy oafs) might be
> interested in knowing that the following is a valid e-mail address:
>
> invalid.com is a legit e-mail address; try it.
>
> Using it as you do is violating your tos and/or aup by your ISP.
>
> It's also for sale: But if you like being associated with the following:
> -----------
> [Querying whois.verisign-grs.com]
> [Redirected to whois.networksolutions.com]
> [Querying whois.networksolutions.com]
> [whois.networksolutions.com]
> Welcome to the Network Solutions(R) Registrar WHOIS Server.
> The IP address from which you have visited the Network Solutions
> Registrar WHOIS
> database is contained within a list of IP addresses that may have failed
> to abide by Network Solutions' WHOIS policy. Failure to abide by this
> policy can
> adversely impact our systems and servers, preventing the processing of
> other WHOIS requests.
>
> To see the Network Solutions WHOIS Policy, click on or copy and paste
> the following
> URL into your browser:
> http://www.networksolutions.com/whois/index.jhtml
> If you feel that you have received this message in error, please email
> us using the online
> form at http://www.networksolutions.com/help/email.jsp with the
> following information:
> Whois Query: invalid.com
> YOUR IP address is 198.171.79.36
> Date and Time of Query: Wed Oct 02 14:08:30 EDT 2013
> Reason Code: IE
> --------------
> Go ahead and keep using it. I'd think twice about associating myself
> with them, though.
>
> My gosh dolts, use an actual non-existant address and check it out! Or
> better yet, use one of the thousands of addresses set up for just that
> purpose; they're all over the place and many from reputable company
> sources, too. Beware the scammers though, as in all things internet.
>
> HTH
>
> Twayne`
>
>
>
>
>

Or....

Just use a valid e-mail just for the purpose of NG and check it only if
you are expecting a reply from someone there.
Re: alternative to fwrite? [message #183013 is a reply to message #183010] Thu, 03 October 2013 00:00 Go to previous messageGo to next message
bill is currently offline  bill
Messages: 310
Registered: October 2010
Karma: 0
Senior Member
On 2013-10-02 4:37 PM, Scott Johnson wrote:
> On 10/2/2013 11:58 AM, Twayne wrote:
>> On 2013-10-02 10:01 AM, Evan Platt wrote:
>>>

--

>>
>>
>>
>>
>>
>
> Or....
>
> Just use a valid e-mail just for the purpose of NG and check it only if
> you are expecting a reply from someone there.

OK or some, dangerous for others as bots regularly probe & scan
newsgroups, mining for e-mails to scrape up.

Otherwise one should use a throw-away address where it won't matter it
if collects a butt load of spam & scam crap. Never use a main e-mail
address for newsgroups. There is absolutely zero reason for anyone to
use a ng person's e-mail; that's what the ng is for.
Re: alternative to fwrite? [message #183017 is a reply to message #183013] Thu, 03 October 2013 00:37 Go to previous messageGo to next message
Peter H. Coffin is currently offline  Peter H. Coffin
Messages: 245
Registered: September 2010
Karma: 0
Senior Member
On Wed, 02 Oct 2013 20:00:01 -0400, Twayne wrote:
> On 2013-10-02 4:37 PM, Scott Johnson wrote:
>> On 10/2/2013 11:58 AM, Twayne wrote:
>>> On 2013-10-02 10:01 AM, Evan Platt wrote:
>>>>
>
> --
>
>>>
>>>
>>>
>>>
>>>
>>
>> Or....
>>
>> Just use a valid e-mail just for the purpose of NG and check it only if
>> you are expecting a reply from someone there.
>
> OK or some, dangerous for others as bots regularly probe & scan
> newsgroups, mining for e-mails to scrape up.

Unless it got MORE popular than two years ago, that is not the case.
Email addresses posted on websites, even as "userpart at example.com"
started receiving spam in less than a week. Email addresses posted to
newsgroups alone took an average of five weeks to start receiving spam,
and confined to addresses posting to very popular alt.* groups. Big
8-only didn't get picked up at all until we shut down the experiment
after three months.

--
79. If my doomsday device happens to come with a reverse switch, as
soon as it has been employed it will be melted down and made into
limited-edition commemorative coins.
--Peter Anspach's list of things to do as an Evil Overlord
Re: alternative to fwrite? [message #183023 is a reply to message #183017] Thu, 03 October 2013 17:51 Go to previous messageGo to next message
bill is currently offline  bill
Messages: 310
Registered: October 2010
Karma: 0
Senior Member
On 2013-10-02 8:37 PM, Peter H. Coffin wrote:
> On Wed, 02 Oct 2013 20:00:01 -0400, Twayne wrote:
>> On 2013-10-02 4:37 PM, Scott Johnson wrote:
>>> On 10/2/2013 11:58 AM, Twayne wrote:
>>>> On 2013-10-02 10:01 AM, Evan Platt wrote:
>>>> >
....
>> OK or some, dangerous for others as bots regularly probe & scan
>> newsgroups, mining for e-mails to scrape up.
>
> Unless it got MORE popular than two years ago, that is not the case.
> Email addresses posted on websites, even as "userpart at example.com"
> started receiving spam in less than a week. Email addresses posted to
> newsgroups alone took an average of five weeks to start receiving spam,
> and confined to addresses posting to very popular alt.* groups. Big
> 8-only didn't get picked up at all until we shut down the experiment
> after three months.
>

TWO years? Please check up on some current events in this area; a LOT
has changed, especially in the last two years. But not scraping
addresses; it's still very common.
One positive thing that has happened, is ISPs have become much
better at protecting their clients inboxes. Mine does a stellar job. But
the scraping continues unabated.
And once an address makes it to a CD, it's there for a good, long
time and the list will be sold, added to, sold again, ad-infinitum.

Regards,
Re: alternative to fwrite? [message #183027 is a reply to message #183023] Fri, 04 October 2013 00:06 Go to previous messageGo to next message
Curtis Dyer is currently offline  Curtis Dyer
Messages: 34
Registered: January 2011
Karma: 0
Member
Twayne wrote:

> On 2013-10-02 8:37 PM, Peter H. Coffin wrote:
>> On Wed, 02 Oct 2013 20:00:01 -0400, Twayne wrote:
>>> On 2013-10-02 4:37 PM, Scott Johnson wrote:
>>>> On 10/2/2013 11:58 AM, Twayne wrote:
>>>> > On 2013-10-02 10:01 AM, Evan Platt wrote:
> ...
>>> OK or some, dangerous for others as bots regularly probe &
>>> scan newsgroups, mining for e-mails to scrape up.
>>
>> Unless it got MORE popular than two years ago, that is not the
>> case. Email addresses posted on websites, even as "userpart at
>> example.com" started receiving spam in less than a week. Email
>> addresses posted to newsgroups alone took an average of five
>> weeks to start receiving spam, and confined to addresses
>> posting to very popular alt.* groups. Big 8-only didn't get
>> picked up at all until we shut down the experiment after three
>> months.
>
> TWO years? Please check up on some current events in this area;
> a LOT has changed, especially in the last two years. But not
> scraping addresses; it's still very common.
> One positive thing that has happened, is ISPs have become
> much better at protecting their clients inboxes. Mine does a
> stellar job. But the scraping continues unabated.

I've found the best approach, for now, is getting better filtering.
Google seems to do a nice job. I don't bother with munging my email
anymore, yet I almost never get spam in my inbox.

<snip>

--
Curtis Dyer
<?$x='<?$x=%c%s%c;printf($x,39,$x,39);?>';printf($x,39,$x,39);?>
Re: alternative to fwrite? [message #183029 is a reply to message #183005] Fri, 04 October 2013 02:19 Go to previous messageGo to next message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma: 0
Senior Member
On Wed, 02 Oct 2013 14:58:53 -0400, Twayne wrote:

> On 2013-10-02 10:01 AM, Evan Platt wrote:
>> --
>> To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
>
> You and others making up names rather than using ones created for the
> purpose or at least being sure it doesn't exist (ie lazy oafs) might be
> interested in knowing that the following is a valid e-mail address:
>
> invalid.com is a legit e-mail address; try it.
>
> Using it as you do is violating your tos and/or aup by your ISP.
>
> It's also for sale: But if you like being associated with the following:
> -----------
> [Querying whois.verisign-grs.com]
> [Redirected to whois.networksolutions.com]
> [Querying whois.networksolutions.com]
> [whois.networksolutions.com]
> Welcome to the Network Solutions(R) Registrar WHOIS Server.
> The IP address from which you have visited the Network Solutions
> Registrar WHOIS
> database is contained within a list of IP addresses that may have failed
> to abide by Network Solutions' WHOIS policy. Failure to abide by this
> policy can
> adversely impact our systems and servers, preventing the processing of
> other WHOIS requests.
>
> To see the Network Solutions WHOIS Policy, click on or copy and paste
> the following
> URL into your browser:
> http://www.networksolutions.com/whois/index.jhtml
> If you feel that you have received this message in error, please email
> us using the online
> form at http://www.networksolutions.com/help/email.jsp with the
> following information:
> Whois Query: invalid.com
> YOUR IP address is 198.171.79.36
> Date and Time of Query: Wed Oct 02 14:08:30 EDT 2013
> Reason Code: IE
> --------------
> Go ahead and keep using it. I'd think twice about associating myself
> with them, though.
>
> My gosh dolts, use an actual non-existant address and check it out! Or
> better yet, use one of the thousands of addresses set up for just that
> purpose; they're all over the place and many from reputable company
> sources, too. Beware the scammers though, as in all things internet.
>
> HTH
>
> Twayne`

Dufus. He uses invalid AFTER .com, which causes the addy to be fake.
My addy is legal to use because the owners of that domain say anyone can
use it.
Evan claims I change nicks frequently for various purposes.
He is dead wrong.
I haven't used another nick in 3 years.
He assumes that someone using newsguy.com is me.

Where it used to get your account tossed for using a valid domain, many
providers just don't give a damn anmyore.
Re: alternative to fwrite? [message #183030 is a reply to message #183007] Fri, 04 October 2013 02:31 Go to previous messageGo to next message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma: 0
Senior Member
On Wed, 02 Oct 2013 12:46:27 -0700, Michael Vilain wrote:

> In article <l2h1e8$hds$1(at)dont-email(dot)me>,
> Norman Peelman <npeelman(at)cfl(dot)rr(dot)com> wrote:
>
>> On 10/01/2013 03:25 PM, richard wrote:
>>> On Tue, 1 Oct 2013 17:03:25 +0000 (UTC), Beauregard T. Shagnasty wrote:
>>>
>>>> richard the sto0pid, shifting as Mr Oldies today, wrote:
>>>>
>>>> > In my attempt to make my site work,
>>>>
>>>> RtS, you've been dicking with this site for ten years now. Why don't you
>>>> realize that it is *never* going to work?
>>>
>>> ten years to you. four to me.
>>> youtube started with one video.
>>> oh but we all know you are mister perfect and have never had an issue that
>>> failed or you never asked for help anywhere.
>>>
>>
>> While I applaud your tenacity - it's your ignorance and stubbornness
>> that is hurting you. If you are really interested in your site and
>> making it work (properly) then you should probably get a book or two on
>> programming. I started with:
>>
>> PHP Developers Dictionary
>> PHP Developers Cookbook
>>
>> and then bought:
>>
>> PHP/MySQL (OReiley, I think) which i a nice combination of both (don't
>> have it with me at the moment.) But get something like that and take it
>> with you to read as time permits. When some of that data starts to sink
>> in you'll realize just how hard you've been making things for yourself.
>
> You said he's been at this game for 10 years? Sounds like a net troll
> more than a legitimate developer. Is engaging with him worth the
> mindshare and you bandwidth?

Tell ya what dude.
You try looking up 1000 videos on youtube.
Let's say you find one that has been posted by several people.
Which video do you keep?

It took me about 6 months to find them all.
Not to mention creating videos that were not posted.

Not to mention all the other work I've been doing just to gather the data I
need.
Collecting the mp3 files and posting them has also taken a ton of time.
Re: alternative to fwrite? [message #183296 is a reply to message #183005] Sun, 20 October 2013 05:27 Go to previous messageGo to next message
Evan Platt is currently offline  Evan Platt
Messages: 124
Registered: November 2010
Karma: 0
Senior Member
On Wed, 02 Oct 2013 14:58:53 -0400, Twayne <nobody(at)spamcop(dot)net> wrote:

> You and others making up names rather than using ones created for the
> purpose or at least being sure it doesn't exist (ie lazy oafs) might be
> interested in knowing that the following is a valid e-mail address:
>
> invalid.com is a legit e-mail address; try it.
>
> Using it as you do is violating your tos and/or aup by your ISP.
>
> It's also for sale: But if you like being associated with the following:

Look again. I'm not using invalid.com .
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
Re: alternative to fwrite? [message #183297 is a reply to message #183029] Sun, 20 October 2013 05:28 Go to previous message
Evan Platt is currently offline  Evan Platt
Messages: 124
Registered: November 2010
Karma: 0
Senior Member
On Thu, 3 Oct 2013 22:19:40 -0400, richard <noreply(at)example(dot)com>
wrote:

> Dufus. He uses invalid AFTER .com, which causes the addy to be fake.
> My addy is legal to use because the owners of that domain say anyone can
> use it.
> Evan claims I change nicks frequently for various purposes.
> He is dead wrong.
> I haven't used another nick in 3 years.

So you're claiming you're not "Mr. Oldies"?

Even though "Mr. Oldies" created this thread, then you start replying?

> He assumes that someone using newsguy.com is me.

You're a bad liar, bullis. You just used a different nick, and then
state you haven't used another nick in 3 years.

Wow.
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: LAMP starting point
Next Topic: glob patterns
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Jun 04 14:51:37 GMT 2024

Total time taken to generate the page: 0.02392 seconds