View Full Version : Ah, so thats why I can download


tomshawk
10th December 2003, 11:15 PM
http://www.vBulletin-Fans.com/showthread.php?t=372

Thank you for posting this at the top of your boards. I was sent here from vBulletin.com to take a look at your vbadvanced software and got a little depressed :*(

anyway, it took me a little while to find that link, as obviously I was looking in the wrong place.

So, Hello, my name is Tom Lorentz

I am a network admin, but couldn't be furthest from a coder.

I find most hacks fairly easy to incorporate, but couldn't make one if my life depended on it :D

My website is http://www.tomshawk.com
There we discuss current events in IT, I have written up a few articles, and we have some games.

If you into the IT world, please feel free to stop by, If your a programmer, your more then welcome, though, if you talk hacker to us, you may loose us :p

Floris
10th December 2003, 11:20 PM
Hi there,

Sorry you couldn't find it 1.2.3
But it is in my signature everywhere, and in the announcement forum as sticky and on the forumhome. If you overlook that, uhm... try harder! (and so you did).


Welcome to our web site and thank you for signing up.
I hope you like the site and I hope you enjoy yourself.

tomshawk
10th December 2003, 11:23 PM
Hi there,

Sorry you couldn't find it 1.2.3
But it is in my signature everywhere, and in the announcement forum as sticky and on the forumhome. If you overlook that, uhm... try harder! (and so you did).


Welcome to our web site and thank you for signing up.
I hope you like the site and I hope you enjoy yourself.

Yeah, looking in all the wrong places :confused: :p

Yes, so far, I do like your site, it's quite nice

Daniel C
13th December 2003, 03:52 PM
Must have missed you!

Welcome to the forums!

Floris
13th December 2003, 05:28 PM
Must have missed you!

Welcome to the forums!
Better late then sorry! :D

tomshawk
13th December 2003, 05:32 PM
Must have missed you!

Welcome to the forums!

Thank you Dan

Not a bad place, You will probably see more of me, Tee Hee :p

Floris
13th December 2003, 05:50 PM
Have fun posting and can't wait to read your threads and posts :)

Daniel C
13th December 2003, 05:50 PM
Yea this place is a nice thing.... How do you do that thing in your signature? I always wondered how people do that.

Floris
13th December 2003, 06:16 PM
Yea this place is a nice thing.... How do you do that thing in your signature? I always wondered how people do that.
Yeah, inlight us! :)

dmiller
13th December 2003, 10:04 PM
Is this a mod or is this built into 3.0???

One of our forums is a for sale/trade forum and my mods are wanting users to have a minimum of xx posts before being allowed to post in them.

If this is a mod, can you lead me to it's location?

Thanks!
Dan

tomshawk
14th December 2003, 02:47 AM
Hey everybody,

Glad you like

Well, if you want a nice pretty one, you can get it here

http://www.danasoft.com/ though you'll have to pay for it

Since I created mine before I found this site, and I like mine better, The advantage to the one from danasoft is the random text you can have at the bottom of the image. Well that and the much better graphic.

But, If you are good with graphics, I'm sure you could make a better one then mine.

anyway, It consists of 2 files, Obviously they can be renamed to whatever you want, but whatever you name the .jpg, the call from within the .php file needs to be the same

Attached is the pic
tomshawk_sig.jpg

They have to be in the same directory

Here is the code for the php file I just call it sig.php

<?php
$ip = $_SERVER['REMOTE_ADDR'] ? $_SERVER['REMOTE_ADDR'] : "unknown address";
$domain = $_SERVER['REMOTE_ADDR'] ? gethostbyaddr($ip) : "unknown host";
$browser = getenv("HTTP_USER_AGENT");
$line1="Trace Program Initiated:";
$line2="Hello ".$ip." at ".$domain;
$line3=$browser;
header("Content-type: image/jpeg");
$im = imagecreatefromjpeg("./tomshawk_sig.jpg");
$black = imagecolorclosest($im, 0, 0, 0);
$green = imagecolorclosest($im, 0, 255, 0);
$px = (imagesx($im) - 5 * strlen($line1)) / 2;
imagestring($im, 1, $px, 22, $line1, $black);
imagestring($im, 1, $px+1, 23, $line1, $green);
$px = (imagesx($im) - 5 * strlen($line2)) / 2;
imagestring($im, 1, $px, 34, $line2, $black);
imagestring($im, 1, $px+1, 35, $line2, $green);
$px = (imagesx($im) - 5 * strlen($line3)) / 2;
imagestring($im, 1, $px, 46, $line3, $black);
imagestring($im, 1, $px+1, 47, $line3, $green);
imagejpeg($im);imagedestroy($im);
?>

To call it, in forums like this

use the [IMG] tags

[ IMG]http://www.tomshawk.com/files/sig.php[ /IMG]

Hope you like it

attroll
3rd March 2004, 08:18 AM
There is one draw back to this signature mod. It is not reading my computer right. It says I am using Mozilla 4.0, but I am using IE. It also says I am using Windows NTY, but I am using XP.

Is there an update to this file?

tomshawk
10th March 2004, 07:43 AM
Correct, it tells me Mozilla (Compatible) and NT as well. but it also says MSIE 6.0 and the NT is version 5.1 which there wasn't, but remember XP is built on NT technology, so maybe to an axtent ?!?

The code is rather old, and I'm sure there are newer variables. I'll look into it.

The link I gave http://www.danasoft.com/ seems to show up a little more correct, I may have to ask him about the codes :p I'f he'll share

attroll
12th April 2004, 08:03 PM
Tomshawk

Have you had any luck getting the updated codes for the signature yet?