php forum
php mysql forum
php mysql smarty
 
Topic Options
#116627 - 02/25/01 03:57 PM More Istant Gremlins
Rutto Offline
Member

Registered: 02/10/01
Posts: 182
Hey, this is the first time I do something like this... so if it's stupid please don't kick my ass :rolleyes:
Now, I will try to explain how to create more istant gremlins:

The files involved are 4 (Backup them):
- ubb_lib.cgi
- public_new_reply_form.pl (Gremlins in reply)
- public_new_topic_form.pl (Gremlins in new topic)
- public_pm_form.pl (Gremlins in private messages)

Open public_new_reply_form.pl and search for:
_____
<TD valign="top" align="left"><a href="javascript: x()" onClick="DoSmilie(' smile ');"><img width="15" height="15" src="$vars_config{NonCGIURL}/smile.gif" border="0" alt="Smile"></a>

_____
As you could notice, there is the code that will be filled in the message ' smile ' to obtain that image: smile.gif
All the lines after this one are the other gremlins, you just need to copy the code of one gremlin and change it with the smile you prefer...
An examle is: <a href="javascript: x()" onClick="DoSmilie(' cool ');"><img width="15" height="15" src="$vars_config{NonCGIURL}/cool.gif" border="0" alt="Cool"></a>
- After you have edited public_new_topic_form.pl, open both public_new_reply_form.pl
and public_pm_form.pl, search for the same lines of public_new_topic_form.pl and copy exacly the work you has done in public_new_topic_form.pl

Ok now we are close to the finish:
Open ubb_lib.cgi, search this line:
sub Smilies {

In this routine you will find a lot of lines like this:
$_[0] =~ s/ cool/ <IMG SRC="Cool.gif" border="0">/isg;

Copy this line and replace cool with the same name you used in the previous file ex. :love:
and the Cool.gif with ex. Love.gif

Ok, this is enought, new istant gremlins will appear for your messages !!!

Sorry if I don't explain well but English is not my home language...
For any problem ... I'm here ! wink

Bye
Rutto

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks