sambody
16/10/2002, 16h18
merci a Yapluka qui a ramené l'info,
faites circuler...
un nouveau hack vient d'apparaitre qui pourra etre inclus a d'autres hacks, et permettra de connaitre les forums qui les ont installés!:(
faudra surveiller les javascripts...
voilà le texte du hack en question
Citation :
++++++++++++++++++++++++++++++++++
+ HackTracker + version: 1.0.1b +
++++++++++++++++++++++++++++++++++
+ 10/10/02 + by Nick Saunders +
++++++++++++++++++++++++++++++++++
+ Thanks to: +
+ NTLDR +
++++++++++++++++++++++++++++++++++
BY USING THIS TOOL, YOU AGREE THAT NICHOLAS A. SAUNDERS IS NOT
RESPONSIBLE FOR ANY MISUSE ON THE PART OF YOU OR ANY OF YOUR
ASSOCIATES. YOU ALSO AGREE THAT YOU WILL NOT USE THIS FOR ANY
MALICIOUS PURPOSES OR COLLECTION OF PRIVATE INFORMATION.
What this does:
Since many people do not bother to click Install at
vBulletin.org, I decided to make this hack. It allows you to
track and catalog installation of your hacks and addons,
manually or automatically with the callback script. This is
only designed to collect the hack ID number, the board title,
and a link to the board. Any other use is not encouraged;
you could get yourself into trouble.
Installation:
Simply upload install_ht.php to your admin directory. Open
it in your browser, run it, and delete it. Then upload
hacktracker.php to your admin folder. If you would like to
add callback functionality, upload htcall.php to your main
forum directory (where forumdisplay.php and showthread.php
are). Then open admin/index.php, and find the following:
++++++++++++++++++++++++++++++++++++++++++++++++
makenavselect("Templates","<hr>");
++++++++++++++++++++++++++++++++++++++++++++++++
Replace it with:
++++++++++++++++++++++++++++++++++++++++++++++++
makenavselect("Templates","<hr>");
// ***
makenavoption("HackTracker","hacktracker.php?");
makenavselect("Other Tools");
++++++++++++++++++++++++++++++++++++++++++++++++
Save admin/index.php.
If you are using the callback script, here's the syntax for
the JavaScript tag (I recommend you only put it in your
install script):
<script language="JavaScript" src="http://your.url/htcall.php?hackid=HACK_ID&title=SITE_TITLE&url=SITE_URL"></script>
Fill in the hack number where it says HACK_ID. Where it says
SITE_TITLE, use your PHP script to get $bbtitle. Be sure to
do a replace function also to replace spaces with %20. Where
it says SITE_URL, use your PHP script to get $bburl. Be sure
to do a replace function also to remove the http:// and
replace slashes with %2F and tildes with %7E.
Enjoy!
________________
Nick Saunders
faites circuler...
un nouveau hack vient d'apparaitre qui pourra etre inclus a d'autres hacks, et permettra de connaitre les forums qui les ont installés!:(
faudra surveiller les javascripts...
voilà le texte du hack en question
Citation :
++++++++++++++++++++++++++++++++++
+ HackTracker + version: 1.0.1b +
++++++++++++++++++++++++++++++++++
+ 10/10/02 + by Nick Saunders +
++++++++++++++++++++++++++++++++++
+ Thanks to: +
+ NTLDR +
++++++++++++++++++++++++++++++++++
BY USING THIS TOOL, YOU AGREE THAT NICHOLAS A. SAUNDERS IS NOT
RESPONSIBLE FOR ANY MISUSE ON THE PART OF YOU OR ANY OF YOUR
ASSOCIATES. YOU ALSO AGREE THAT YOU WILL NOT USE THIS FOR ANY
MALICIOUS PURPOSES OR COLLECTION OF PRIVATE INFORMATION.
What this does:
Since many people do not bother to click Install at
vBulletin.org, I decided to make this hack. It allows you to
track and catalog installation of your hacks and addons,
manually or automatically with the callback script. This is
only designed to collect the hack ID number, the board title,
and a link to the board. Any other use is not encouraged;
you could get yourself into trouble.
Installation:
Simply upload install_ht.php to your admin directory. Open
it in your browser, run it, and delete it. Then upload
hacktracker.php to your admin folder. If you would like to
add callback functionality, upload htcall.php to your main
forum directory (where forumdisplay.php and showthread.php
are). Then open admin/index.php, and find the following:
++++++++++++++++++++++++++++++++++++++++++++++++
makenavselect("Templates","<hr>");
++++++++++++++++++++++++++++++++++++++++++++++++
Replace it with:
++++++++++++++++++++++++++++++++++++++++++++++++
makenavselect("Templates","<hr>");
// ***
makenavoption("HackTracker","hacktracker.php?");
makenavselect("Other Tools");
++++++++++++++++++++++++++++++++++++++++++++++++
Save admin/index.php.
If you are using the callback script, here's the syntax for
the JavaScript tag (I recommend you only put it in your
install script):
<script language="JavaScript" src="http://your.url/htcall.php?hackid=HACK_ID&title=SITE_TITLE&url=SITE_URL"></script>
Fill in the hack number where it says HACK_ID. Where it says
SITE_TITLE, use your PHP script to get $bbtitle. Be sure to
do a replace function also to replace spaces with %20. Where
it says SITE_URL, use your PHP script to get $bburl. Be sure
to do a replace function also to remove the http:// and
replace slashes with %2F and tildes with %7E.
Enjoy!
________________
Nick Saunders