php forum
php mysql forum
php mysql smarty
 
Topic Options
#218026 - 06/05/02 11:26 PM No Text hack for 6.0
Gardener Offline
Addict

Registered: 05/11/99
Posts: 1956
Loc: Sweden, Uppsala

   No Text hack for 6.0 to Del.icio.us Add to del.icio.us
  Digg No Text hack for 6.0 Digg it
This is a small hack that enters "NT = No text" into the body of the message if the subject ends with "NT", with or without surrounding [] or (), if the body is empty. It also won't allow posts without anything in the body unless NT is in the subject. <br /><br />Just find the following line (at line 90 in v6.0):<br /><pre><font class="small">code:</font><hr><br />if ( (ereg("^\s*$",$Subject)) || ($Body == "") || ($postername == "") ) {<br /></pre><hr><br /><br />And replace it with the following:<br /><pre><font class="small">code:</font><hr><br /> #if ( (ereg("^\s*$",$Subject)) || ($Body == "") || ($postername == "") ) {<br /> if ( (eregi("NT(\)|\])?$",$Subject)) && (preg_match("/^\s*$/i",$Body)) ) {<br /> $Body = "{$ubbt_lang['NOTEXT']} ";<br /> }<br /> if ( (ereg("^\s*$",$Subject)) || (preg_match("/^\s*$/i",$Body)) || ($postername == "") ) {<br /></pre><hr> <br /><br />The add the following line to the addpost.php language file (and change the text to something else if you like):<br /><pre><font class="small">code:</font><hr><br />$ubbt_lang['NOTEXT'] = "NT = No Text";<br /></pre><hr>
_________________________
/Gardener | Complete list of my mods

Top


Who's Online
1 Registered (Gizmo), 26 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by AllenAyres
10/13/08 01:36 PM
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Newest Members
Kevs, pisa666, ghengis317, NitroX, Dogan
13346 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 6
Ian_W 4
tackaberry 4
Chris Bale 4
Gizmo 4
FREAK1 4

 

 

 
fusionbb message board php hacks