View Full Version : Posting rules?
RaiBlastoise
01-12-2005, 07:10 PM
What are the posting rules in ZD? (i.e. big no-nos that would get you kicked out etc.)
This question is asked mainly to the moderators.
<P ID="signature">RaiBlastoise 2005</P>
Kuikorosu
01-12-2005, 07:17 PM
Donk.
http://www.zophar.net/wwwthreads/attachment.php?Cat=&Board=talktown&Post=250578
<P ID="signature"><hr>
Those who are able to adapt and change in accord with the enemy and achieve victory are called divine.
-Sun Tzu</P>
C:Serverxampphtdocszopharoldwwwthreadsattachmentsr ules.jpg
CEpeep
01-12-2005, 07:19 PM
> What are the posting rules in ZD? (i.e. big no-nos that
> would get you kicked out etc.)
> This question is asked mainly to the moderators.
>
http://www.zophar.net/wwwthreads/rules.php <img src=smilies/upeyes.gif>
<P ID="signature">--------------------
http://www.glastheim.com/images/peepos.gif
[19:28] KaOSoFt: why do you even use FF?
[19:28] KaOSoFt: it takes double RAM than IE</P>
JCE3000GT
01-13-2005, 01:29 AM
> Donk.
Seriously, how can people miss this. <img src=smilies/headshake.gif>
<P ID="signature"><center>http://www.blitzkrieg.finalconquest.net/http://img.photobucket.com/albums/v307/VonBlitzKrieg/sig.jpg
BlitzKrieg Innovations</a></center></P>
SwampGas
01-13-2005, 01:38 AM
> Seriously, how can people miss this.
New users are sent a canned private message that links to the rules.
<P ID="signature"><marquee direction=right scrollamount=10>http://www.zophar.net/personal/swampgas/hsrun.gif</marquee></P>
JCE3000GT
01-13-2005, 05:44 PM
> > Seriously, how can people miss this.
>
> New users are sent a canned private message that links to
> the rules.
Having said that...how is it that they still don't bother to read/follow the rules? "OMFGZOR I WANT TEH ROMZ!" <-- Seriously, are people that dense?
<P ID="signature"><center>http://www.blitzkrieg.finalconquest.net/http://img.photobucket.com/albums/v307/VonBlitzKrieg/sig.jpg
BlitzKrieg Innovations</a></center></P>
SwampGas
01-13-2005, 05:50 PM
> Having said that...how is it that they still don't bother to
> read/follow the rules? "OMFGZOR I WANT TEH ROMZ!"
<pre>if ($brain->_require_thought_process()) $brain->set_iq(85)</pre>
<P ID="signature"><marquee direction=right scrollamount=10>http://www.zophar.net/personal/swampgas/hsrun.gif</marquee></P>
JCE3000GT
01-13-2005, 05:56 PM
> > Having said that...how is it that they still don't bother
> to
> > read/follow the rules? "OMFGZOR I WANT TEH ROMZ!"
>
> if ($brain->_require_thought_process()) $brain->set_iq(85)
Hah, that's brilliant. I got an idea, is it possible for you to code in the php for every new user upon the first login it auto-redirects to the rules.php regardless? I think if it's FORCED reading they might get it...except for the ones that fall into the catagory of that nice little code snipit. Just an idea...
<P ID="signature"><center>http://www.blitzkrieg.finalconquest.net/http://img.photobucket.com/albums/v307/VonBlitzKrieg/sig.jpg
BlitzKrieg Innovations</a></center></P>
SwampGas
01-13-2005, 06:06 PM
> Hah, that's brilliant. I got an idea, is it possible for
> you to code in the php for every new user upon the first
> login it auto-redirects to the rules.php regardless? I
> think if it's FORCED reading they might get it...except for
> the ones that fall into the catagory of that nice little
> code snipit. Just an idea...
(this is in w3-style coding)
<pre>
$query = "
SELECT U_Registered,U_Laston
FROM w3t_Users
WHERE U_Username='$Username_q'
";
$sth = $dbh->do_query($query);
list($DateRegged,$LastOn) = $dbh->fetch_array($sth);
$dbh->finish_sth($sth);
/*
If DateRegged and LastOn are equal, then this is the first time the user is loading
the board after receiving his/her password via email. Redirect to rules after
user table.
*/
if ($DateRegged == $LastOn)
{
$query = "
UPDATE w3t_Users
SET U_Laston = '".time()."'
WHERE U_Username = '$Username_q'
";
$dbh->do_query($query);
header("Location: ".$config[phpurl]."/rules.php");
exit;
}
</pre>
<P ID="signature"><marquee direction=right scrollamount=10>http://www.zophar.net/personal/swampgas/hsrun.gif</marquee></P>
The 9th Sage
01-16-2005, 03:28 AM
> Having said that...how is it that they still don't bother to
> read/follow the rules? "OMFGZOR I WANT TEH ROMZ!" <-- Seriously, are people that dense?
Yes.
<P ID="signature">http://www.xanga.com/ZeldaDDhttp://i.xanga.com/ZeldaDD/ZelDDlogoW.PNG
Some things don't go out of style.</a></P><P ID="edit"><FONT class="small">Edited by The 9th Sage on 01/15/05 11:30 PM.</FONT></P>
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.