no one would ever do this.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

theclay7
Forum Commoner
Posts: 50
Joined: Wed Feb 19, 2003 3:17 am

no one would ever do this.

Post by theclay7 »

noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright noonewouldeverdothisright
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Too cool.
Image Image
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

What was the point of that :roll: ? The only reason I haven't deleted this post is I'm kinda interested as to why it exists in the first place...

Mac
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

/me 2
lcidw
Forum Commoner
Posts: 58
Joined: Mon Apr 28, 2003 8:55 am
Location: Netherlands

Post by lcidw »

no code, no quote, no question or answer..

just close or delete it?
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

I want to know why :?
lcidw
Forum Commoner
Posts: 58
Joined: Mon Apr 28, 2003 8:55 am
Location: Netherlands

Post by lcidw »

hehe okay :mrgreen:
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

lcidw wrote:no code, no quote, no question or answer..
just one long line of text repeated with no spaces (those in there now I added)
lcidw wrote:just close or delete it?
once I know why I will, I just really would like to know what motivated it

Mac
User avatar
skylavelle
Forum Newbie
Posts: 18
Joined: Sun May 04, 2003 11:33 pm
Location: Brisbane, Australia

Post by skylavelle »

Your an awesome administrator!

I was on php-forums.com yesterday and had never been on a forum before. I posted my problem or a thread as they call it :?, I suppose they think it sounds cool - go figure...

I got my first reply who was from the administrator saying your PHP code is not indented and refused to help me until I fixed it up. Not knowing what to do I create another post with the same problem, but with a different subject.

The next thing I know I was booted out of the forum by the administrator saying, "YOU HAVE MADE TWO THREADS ON THE SAME SUBJECT", I do not approve your account has been closed. How anal is that guy!

Anyways, that forum sux! In this forum I have been replied to straight away and have got just the help I've been needing.

Tip for life: stay well clear of php-forums.com

Cheers
Sky :wink:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I got my first reply who was from the administrator saying your PHP code is not indented and refused to help me until I fixed it up.
That's something I take into consideration, too ...sometimes :twisted:
Just one example
#!perl -pl # This kenny-filter is virus-free as long as you don't copy it
$p=3-2*/[^\W\dmpf_]/i;s.[a-z]{$p}.vec($f=join('',$p-1?chr(sub{$_[0]*9+$_[1]*3+
$_[2]}->(map{/p|f/i+/f/i}split//,$&)+97):('m',p,f)[map{((ord$&)%32-1)/$_%3}(9,
3,1)]),5,1)='`'lt$&;$f.eig; # Jan-Pieter Cornet
Now this is for fun and it's working but make it 60 lines with loops or whatsoever, no indents and one bug... :?
lcidw
Forum Commoner
Posts: 58
Joined: Mon Apr 28, 2003 8:55 am
Location: Netherlands

Post by lcidw »

he is :D

i have never seen a helpfull admin like twigletmac either. friendly, helpfull, and a lot on the forums..

:arrow: twigletmac is my favorite admin

but what you said skylavelle, i have seen many many times before. on irc channels too, now i started my own and people like it.
i created a phpbb forum too for it long time ago. i let my people post whatever they want, but that has become a mess..
twigletmac is doing it exactly right. sometimes a funny topic between the code is good for the mood, and who doesn't fancy a laugh!

Code: Select all

<?php
while (exists(forums.devnetwork.net)) {
   $twigletmac++
}
?>
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

You don't want your admin_aprisiation script fail do you?

Code: Select all

<?php 
while (exists(forums.devnetwork.net)) { 
   $twigletmac++;
} 
?>
Do not forget the ; :)
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Post by Bill H »

I agree -- very nice balance in maintaining dicipline without being a hardass.
Makes for a very useful and enjoyable board.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

lcidw wrote:he is :D
she is :lol:

Mac
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

or take the braces away

Code: Select all

<?php
while (exists(forums.devnetwork.net))
   $twigletmac++
?>
:D

p.s.: uh, and a fast board, too.....
Post Reply