veedee
09-06-2001, 10:00 PM
This has to be the smallest hack I have seen. It adds no functionality to your forum.
So what is it doing in here? you might ask ?
Well the idea of the hack is that when you install a hack to your forums, you click the link in your admin area which takes you to a reply screen for a thread I have started in "Chit Chat"
This enables people to see what hacks are being added at the current time and also to see how hard people found the install.
1. So in your admin directory, find and make a copy of index.php
2. Download this index page and open it up in your text editor.
3. Find the following line:
<TD nowrap><B><a href="../index.php?s=<?php echo $session[sessionhash]; ?>"
target="_blank">Go to your Forums Home Page</A></B> </TD>
4. Above this code, add this line
<TD nowrap><a href="http://www.vbulletin.com/forum/showthread.php?&threadid=27565" target="_blank">Click here if you have added a hack</a><TD>
Your admin area should look like this:
http://128.241.192.9/hackadded.jpg
Great, all set. I would love to see if people make use of this, quite a lot of 'shy' and unexperianced coders thought this was a good idea for a confidence booster :)
Please note: I have modified these instructions to remove the problem regarding license numbers that is discussed in this thread.
JamesUS, vBulletin Moderator + Donut Muncher :D
So what is it doing in here? you might ask ?
Well the idea of the hack is that when you install a hack to your forums, you click the link in your admin area which takes you to a reply screen for a thread I have started in "Chit Chat"
This enables people to see what hacks are being added at the current time and also to see how hard people found the install.
1. So in your admin directory, find and make a copy of index.php
2. Download this index page and open it up in your text editor.
3. Find the following line:
<TD nowrap><B><a href="../index.php?s=<?php echo $session[sessionhash]; ?>"
target="_blank">Go to your Forums Home Page</A></B> </TD>
4. Above this code, add this line
<TD nowrap><a href="http://www.vbulletin.com/forum/showthread.php?&threadid=27565" target="_blank">Click here if you have added a hack</a><TD>
Your admin area should look like this:
http://128.241.192.9/hackadded.jpg
Great, all set. I would love to see if people make use of this, quite a lot of 'shy' and unexperianced coders thought this was a good idea for a confidence booster :)
Please note: I have modified these instructions to remove the problem regarding license numbers that is discussed in this thread.
JamesUS, vBulletin Moderator + Donut Muncher :D