View Full Version : Signature Stats v3.04
joergh
08-21-2004, 09:05 PM
I have one suggestion fpr the hack:
In signature.php you say
// Replace "verdana.ttf" with the URL to your .ttf font
In my case not the URL (http://www.sdfsdgs...) works but only the full server path you already needed in the script above.
Please change your installation/scrip comment line to "with the FULL SERVER PATH to your .ttf font.
Maybe this will help to avoid some errors during install. :)
joergh
Mr. Brian
08-21-2004, 09:24 PM
I noticed that this script only works for me by using
http://xxx.com/xxx.php
But not for
http://xxx.com.xxx.jpg
Any clue?
Thanks.
oldfan
08-25-2004, 02:33 AM
It may be, could you send me a screenshot of the table your stats are being read from?
I sent that out to ya, thanks
Mr. Brian
08-26-2004, 03:19 PM
I noticed that this script only works for me by using
http://xxx.com/xxx.php
But not for
http://xxx.com.xxx.jpg
Any clue?
Thanks.
Any clue?
DWard
08-28-2004, 04:49 PM
have you told your script where to save the image it generates to?
have you entered the correct url to the saved image?
is the image your saving to chmod to 777?
PixelFx
08-29-2004, 03:18 AM
works in 3.0.3 .. just had to make my jpgs 777 and upload font to a directory and add path /user/public_html/fonts/font.ext to signature.php and it worked :P
Pinkie
08-29-2004, 08:49 PM
Nice one
Will try it :squareeyed:
Mickie D
08-31-2004, 01:50 PM
brilliant - thanks very much :)
took a while to get to work and found that if you replace
imagecreate
with
imagecreatetruecolor
you might find your images show up correctly
the only reason i can see for the use of imagecreate is older versions of GD
maybe you could point this out in your text as it would i am sure help a few others ;)
Regards
Mickie D
AnhTuanCool
09-04-2004, 07:53 PM
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/anhtuanc/public_html/forum/signature.php on line 208
What's its problem now? Anyone? :ermm:
DWard
09-04-2004, 08:06 PM
imagecreatefromjpeg() is showing as an undefined function, which usually means the function is disabled in your php settings. If you find your phpinfo link in your admin cp, near the bottom on the left and it should mention imagecreatefromjpeg() in that huge page and tell you if its disabled or not.
AnhTuanCool
09-05-2004, 12:14 AM
I can't see it(something about that function in phpinfo()) but how can I solve it? I don't have GD either :ermm:
DWard
09-05-2004, 06:29 AM
Ah... You NEED GD.
mholtum
09-05-2004, 12:45 PM
:devious: I can not get this to work at all. I know my image paths are correct as I have checked with my host. I am thinking "hmmmm" wtf is wrong? All I get when testing is a red "X".
mholtum
09-05-2004, 03:07 PM
https://vborg.vbsupport.ru/ Hmm works, but I have some issues.
DWard
09-05-2004, 03:31 PM
https://vborg.vbsupport.ru/ Hmm works, but I have some issues. OK, open your signature.php file and do the following:
Find:
imagecreate(
Replace with:
imagecreatetruecolor(
mholtum
09-05-2004, 03:49 PM
Sweet! Thank you! Now I just have to create a couple images and I am all set! I appreciate the help.
DWard
09-05-2004, 03:59 PM
SIGNATURE STATS 3.01 RELEASED
Switching between imagecreate and imagecreatetruecolor much easier, just change a variable.
Set the font you want to use at the top of the signature.php file away from all that rotten code!
Easy selection of Standard or TrueType fonts in output.
mholtum
09-05-2004, 04:08 PM
I was looking to change the font but this was the only code I could find..
// ########################## TEXT FORMATTING ############################
// A PNG uses ImageColorAllocate instead of ImageColorClosest like jpeg uses
//background white
$bg_color = imagecolorallocate ($img, 255, 255, 255);
//black text
$text_color = imagecolorallocate ($img, 19, 36, 161);
imagefilledrectangle ($img, 0, 0, $width, $height, $bg_color);
// ######################### DO NOT EDIT BELOW ############################
DWard
09-05-2004, 04:29 PM
search from the top down for $ttff
mholtum
09-05-2004, 04:45 PM
// ######################### CHANGE FONT BELOW ############################
// Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font.
// Replace "verdana.ttf" with the URL to your .ttf font
//
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1
//imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "verdana.ttf", $output); // LINE2
$i++;
}
header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
will I need to upload a font to my server or just change the name of the font.
MissKalunji
09-05-2004, 05:04 PM
SIGNATURE STATS 3.01 RELEASED
Switching between imagecreate and imagecreatetruecolor much easier, just change a variable.
Set the font you want to use at the top of the signature.php file away from all that rotten code!
Easy selection of Standard or TrueType fonts in output.
I did what i had to do and it does
Parse error: parse error, unexpected '{', expecting '(' in /home2/xxxx/public_html/xxxx/signature.php on line 233
http://www.dancehallareaz.com/forum/signature.php
DWard
09-05-2004, 05:08 PM
upload a font
DWard
09-06-2004, 12:15 PM
I'm just uploading a new signature.php file, try that one.
MissKalunji
09-06-2004, 11:35 PM
I'm just uploading a new signature.php file, try that one.
i Still get the same error
http://www.dancehallareaz.com/forum/signature.php
:disappointed: What am i doing wrong???
MissKalunji
09-06-2004, 11:56 PM
Think im just gon keep the one before the update....
Natch
09-07-2004, 01:07 AM
One note: you will need to change this if ($ttfe == "1")
{
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, $ttff, $output);
} else if {
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);
$i++;
}
to match if ($ttfe == "1")
{
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, $ttff, $output);
} else if {
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);
}
$i++;This is for those who are using the format $output[] to render multiple lines of data...
mholtum
09-07-2004, 06:12 AM
Looking to change the text color.. How would I do that?
https://vborg.vbsupport.ru/
DWard
09-07-2004, 04:15 PM
I have made the changes, just need some feedback.
DWard
09-07-2004, 04:15 PM
Looking to change the text color.. How would I do that?
http://www.ravensrealm.net/forum/signature.php
Look near the bottom of the signature.php file and theres a section for it.
mholtum
09-07-2004, 04:33 PM
I can see this:
// ######################### CHANGE FONT BELOW ############################
// Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font.
// Replace "verdana.ttf" with the URL to your .ttf font
//
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1
// imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "verdana.ttf", $output); // LINE2
$i++;
}
header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>
But what would I change?
DWard
09-07-2004, 04:48 PM
Look above that somewhere is the colour part, its set out in RGB, like 255,255,255
mholtum
09-07-2004, 05:08 PM
// ########################## TEXT FORMATTING ############################
// A PNG uses ImageColorAllocate instead of ImageColorClosest like jpeg uses
//background white
$bg_color = imagecolorallocate ($img, 255, 255, 255);
//black text
$text_color = imagecolorallocate ($img, 19, 36, 161);
imagefilledrectangle ($img, 0, 0, $width, $height, $bg_color);
mholtum
09-07-2004, 05:15 PM
Great thanks
found it
DWard
09-07-2004, 06:19 PM
Sorry all, just checked the signature.php and using it myself. There were a few problems but they have now been sorted :)
The new files is attached in the first post.
oldfan
09-07-2004, 11:15 PM
whats new in the new version?
DWard
09-08-2004, 04:19 PM
Its basically alot easier for people with either GD1 or GD2, and means people dont have to uncomment lines etc
Martin64
09-09-2004, 10:47 AM
Great stuff, thanks a lot! :)
Here's what ours look like:
http://www.emutalk.net/signature.php
DWard
09-09-2004, 05:12 PM
You may also want to use these:
Show newest user in Signature Stats
https://vborg.vbsupport.ru/showpost.php?p=544875&postcount=245
Amount of games in v3Arcade in signature
https://vborg.vbsupport.ru/showpost.php?p=539902&postcount=225
What am I doing wrong here .. must be something I've screwed up in the signature.php path to images .. both images are chmod 777
//full path to empty signature image (input image)
$vorlagedatei = "/usr/home/thetechg/public_html/
/retreat/sig/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/usr/home/thetechg/public_html/retreat/sig/signature.jpg";
venomx
09-10-2004, 06:20 PM
chmod the folder too?
DWard
09-10-2004, 06:56 PM
nop, just the files
MissKalunji
09-10-2004, 08:39 PM
nop, just the files
Great it works
How do i make each thigns (post,threads) on a diff line?
Like dis -> threads
Post
etc..??
and what to add for the game section?
THank u
DWard
09-11-2004, 05:44 AM
If you are using a truetype font, i believe you can just type /n in your $output string to make new lines.
Look on the first post for a link on how to do the games part.
venomx
09-11-2004, 08:57 AM
I thought it didnt work for me but I messed with the margins and text size and it works! :)
chmod the folder too?
Yep .. done that
venomx
09-11-2004, 04:24 PM
The default margins and text size are not right for the images he supplied. Play around with them.
//Left text-margin
$left = 10;
//text-margin from top
$top = 60;
//Font Size
$fontsize = 2;
Seems to work for me.
DWard
09-11-2004, 04:45 PM
Yer you will need to have a play to get it right.
mlevenson
09-11-2004, 08:22 PM
Minor glitches but was able to resolve been wanting this for a while, thanks...clicks install.
However was never able to get single line output using /n/r or $output on seperate line.
MissKalunji
09-11-2004, 09:01 PM
If you are using a truetype font, i believe you can just type /n in your $output string to make new lines.
Look on the first post for a link on how to do the games part.
Great thanks works
One last thing? how do you make it so when ppl click on it it goes to the site??
* MissKalunji click install *
http://www.dancehallareaz.com/forum/signature.php
DWard
09-12-2004, 06:11 AM
Just put a hyperlink around the image by either bbcode, or HTML...most sites only allow bbcode in their signatures.
MissKalunji
09-12-2004, 12:59 PM
Just put a hyperlink around the image by either bbcode, or HTML...most sites only allow bbcode in their signatures.
Thx i thought it was something to add in the php files
:nervous:
DWard
09-12-2004, 02:46 PM
nope
gfxhavenowner
09-12-2004, 10:01 PM
Whenever I try to use ttf, the image shows up, but the text doesn't. How do I fix this, and how can I tell if imagettftext is enabled with my host?
DWard
09-13-2004, 04:00 PM
if imagettftext() is disabled, your browser will give you an error saying the function cannot be found.
Are you sure you have uploaded the font and have entered the font location correctly in your signature.php file?
Gave up on this one https://vborg.vbsupport.ru/external/2004/09/1.gif
Natch
09-15-2004, 12:20 AM
Lazy...
turbidblue
09-15-2004, 11:07 PM
awesome! finally after working my ass off trying to figure this all out, i came up with one...i left off the online info and new user and all that, cause i dont need it
here it is!
http://turbidblue.com/forum/signature.php
whew!
this is such an amazing little thing! thanks to all those who helped in this thread, all your support was very appreciated!
xoxo
* turbidblue clicks install finally!
I do have one question though. Is there a way to make up more of these, with different images? I would like for my mod's to have them as sigs also on different forums..I was thinking maybe, I could just name another one signature1.php ??
Or am I wanting too much?
EDIT: It does indeed work, which is even more awesome! Now none of my members have to have the same one :)
DWard
09-19-2004, 07:08 AM
What you could effectively do is put it all on the same script, however it would get complicated and it means I have to find another way.
It would probably be better to do another signature1.php file as you suggested. I will however look into it when I get a bit of time and see if it's feasible or not :)
Natch
09-20-2004, 12:07 AM
This would be an excellent extension, to enable it to save the image by default, but also save a signature for all users in a usergroup or in an array of usergroups to a set location - this would be excellent :)
DWard
09-20-2004, 11:47 AM
It's easy anough, I'm sure. I will take a look at some stage.
cteselle
09-20-2004, 04:57 PM
Great hack! Thanks!
*clicks install
nnjj.net
09-22-2004, 05:03 PM
is there any chance that any one can get the DB. info., because the signature.php file will be under the root not under admincp to be protected
Osterling
09-22-2004, 07:55 PM
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/username;)/public_html/signature.php on line 228
i get that error when i try to run it.. :confused:
Natch
09-22-2004, 10:07 PM
is there any chance that any one can get the DB. info., because the signature.php file will be under the root not under admincp to be protected
Not a chance unless you let people into your site via FTP...
traderx
09-23-2004, 05:26 AM
Ok... I thought I did every thing ok but I am not gettting the image to show at all. Below is my complete signature.php
<?php
// ################################################## #####################
// ################################################## #####################
// ## ##
// ## SIGNATURE STATS V3.04 ##
// ## ---------------------------- ##
// ## By Dan Ward ##
// ## www.collegepranks.co.uk ##
// ## ##
// ################################################## #####################
// ################################################## #####################
// ########### developed from tkeil69575's script for 2.3.x ##############
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'sig_stats');
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
//////////////////////////////////////////////////////////////////////////
//
// Instructions
// ============
//
// Edit the 'ENTER DATABASE INFORMATION' and 'ENTER IMAGE INFORMATION' sections
// then edit the 'OUTPUT TEXT' and 'TEXT FORMATTING' sections
//
//////////////////////////////////////////////////////////////////////////
// #################### ENTER DATABASE INFORMATION #######################
//DB-Servername
$host = "localhost";
//DB-Username
$user= "jaxen_4xtrader";
//DB-Password
$password= "xxxxxxx";
//vbulletin database name
$database="jaxen_forum";
//E-Mail Address where MySQL Error Messages are sent to
$adminemail = "collb@jaxen.com";
// ###################### ENTER IMAGE INFORMATION #########################
//Width of banner image
$width = 425;
//Height of banner image
$height = 82;
//Left text-margin
$left = 13;
//text-margin from top
$top = 70;
//Font Size
$fontsize = 7;
//If you have GD2 or higher set $sgdver to 1, for any older GD version set $sgdver to 0
$sgdver = 1;
//If you wish to use a TrueType font set $ttfe to 1, for default php font set $ttfe to 0
$ttfe = 0;
//If you wish to use a TrueType font, please enter the location to the .ttf file below
$ttff = "verdana.ttf";
//Line-spacing of text
$zeilenabstand = 15;
//full path to empty signature image (input image)
$vorlagedatei = "/home/jaxen/public_html/4xtraders/forum/images/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/jaxen/public_html/4xtraders/forum/images/signature.jpg";
//Compression of output image
$komprimierung = 95;
//debug mode
$debug = 0;
// ######################### DO NOT EDIT BELOW ############################
function mysql_query_eval($query, $database) {
$mysql_eval_error="";
$mysql_eval_result = mysql_query($query, $database) or $mysql_eval_error = mysql_error();
if ($mysql_eval_error) {
if ( $debug == 1 ) {
$letter = "An error was encountered during execution of the query:\n\n";
$letter .= $query."\n\n";
$letter .="The query returned with an errorcode of: \n\n$mysql_eval_error\n\n";
$letter .="To turn this email off set debug=0 in signature.php\n\n";
$email_from = "From: ".$adminemail;
$subject="Subject: Signature Error Report";
$subject=trim($subject);
mail( $email, $subject, $letter, $email_from );
} elseif ( $debug == 2 ) {
dieWell( "MySQL error reported!<p>Query: $query<p>Result: $mysql_eval_error<p>Database handle: $database" );
exit;
}
return FALSE;
} else {
return $mysql_eval_result;
}
}
// CONNECTING TO DATABASE
$link = mysql_connect ("$host", "$user", "$password") or die ('I cannot connect to the database.');
mysql_select_db ("$database")or die("Could not select database");
// GETTING FORUM MEMBERS
$querya="SELECT COUNT(*) AS users, MAX(userid) AS max FROM " . TABLE_PREFIX . "user WHERE usergroupid!=4";
$numa = mysql_query_eval($querya,$link);
$numb = mysql_fetch_array($numa);
$numbermembers=number_format($numb['users']);
mysql_free_result($numa);
// GETTING TOTAL MEMBERS ONLINE
$datecut = TIMENOW - $vboptions['cookietimeout'];
$numbervisible = 0;
$numberregistered = 0;
$numberguest = 0;
$forumusers = $DB_site->query("
SELECT
user.username, (user.options & $_USEROPTIONS[invisible]) AS invisible, user.usergroupid,
session.userid, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "session AS session
LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > $datecut
ORDER BY " . iif($permissions['genericpermissions'] & CANSEEHIDDEN, 'invisible ASC, ') . "username ASC, lastactivity DESC
");
if ($bbuserinfo['userid'])
{
// fakes the user being online for an initial page view of index.php
$bbuserinfo['joingroupid'] = iif($bbuserinfo['displaygroupid'], $bbuserinfo['displaygroupid'], $bbuserinfo['usergroupid']);
$userinfos = array
(
$bbuserinfo['userid'] => array
(
'userid' => $bbuserinfo['userid'],
'username' => $bbuserinfo['username'],
'invisible' => $bbuserinfo['invisible'],
'inforum' => 0,
'lastactivity' => TIMENOW,
'musername' => fetch_musername($bbuserinfo, 'joingroupid')
)
);
$numberregistered = 1;
$numbervisible = 1;
$loggedin = $userinfos["$bbuserinfo[userid]"];
eval('$activeusers = ", ' . fetch_template('forumhome_loggedinuser') . '";');
}
else
{
$userinfos = array();
}
$inforum = array();
while ($loggedin = $DB_site->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
$numberregistered++;
if ($userid != $bbuserinfo['userid'])
{
$inforum["$loggedin[inforum]"]++;
}
$loggedin['musername'] = fetch_musername($loggedin);
}
}
// memory saving
$activeusers = substr($activeusers , 2); // get rid of initial comma
$DB_site->free_result($loggedins);
$totalonline = $numberregistered + $numberguest;
//////////////////////////////////////////////////////////////////////////////////////////////////
// GETTING TOTAL POSTS AND THREADS
include_once('./includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = number_format($nthreads);
$totalposts = number_format($nposts);
}
}
// ########################### OUTPUT TEXT ###############################
// Use \n\r to make a line break (only for use with truetype font SO FAR)
// Will be developed to use with default font soon :)
//Output text
$output = "Members: $numbermembers Threads: $totalthreads Posts: $totalposts Online: $totalonline";
$vorlage = imagecreatefromjpeg("$vorlagedatei");
if ($sgdver == "1")
{
$img = imagecreatetruecolor($width,$height);
} else {
$img = imagecreate($width,$height);
}
// ########################## TEXT FORMATTING ############################
// A PNG uses ImageColorAllocate instead of ImageColorClosest like jpeg uses
//EDIT: Background/Transparency Colour (not really seen)
$bg_color = imagecolorallocate ($img, 250, 250, 250);
//EDIT: Text Colour
$text_color = imagecolorallocate ($img, 19, 36, 161);
// ######################### DO NOT EDIT BELOW ############################
imagefilledrectangle ($img, 0, 0, $width, $height, $bg_color);
imagecopy ($img, $vorlage, 0, 0, 0, 0, $width, $height); // copy empty banner
imagecolortransparent($img, $bg_color); // set dummybg transparent
// the distance is in pixels and the font # is 1 through 5
$i = 0;
while($i < count($output)){
if ($ttfe == "1")
{
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, $ttff, $output);
} else {
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);
}
$i++;
}
header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>
Any help for this rookie would be great.
PS... I do have my sig active in my sig file now
(http://www.4xtraders.com/forum/signature.php)
DWard
09-23-2004, 12:01 PM
Double check all the loactions you have entered and make sure all the images are in the correct location.
Also, make sure the images are chmod to 777
traderx
09-23-2004, 04:15 PM
ok.... I can get the stats with all the words working, but the actual picture that I am using isn't showing up. If I go to www.4xtraders.com/forum/signature.php I don't get any errors. I have double checked and both pictures are chmod to 777
DWard
09-23-2004, 04:51 PM
OK, try changing
$sgdver = 1;
to
$sgdver = 0;
traderx
09-23-2004, 05:09 PM
ok... I have done that but nothing happened. Could you please take a look at my code and let me know if I have missed/done something wrong. I have checked with my host and I am running gd 2.01. (though below I still have it set to '0' in the script.
<?php
// ################################################## #####################
// ################################################## #####################
// ## ##
// ## SIGNATURE STATS V3.04 ##
// ## ---------------------------- ##
// ## By Dan Ward ##
// ## www.collegepranks.co.uk ##
// ## ##
// ################################################## #####################
// ################################################## #####################
// ########### developed from tkeil69575's script for 2.3.x ##############
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'sig_stats');
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
//////////////////////////////////////////////////////////////////////////
//
// Instructions
// ============
//
// Edit the 'ENTER DATABASE INFORMATION' and 'ENTER IMAGE INFORMATION' sections
// then edit the 'OUTPUT TEXT' and 'TEXT FORMATTING' sections
//
//////////////////////////////////////////////////////////////////////////
// #################### ENTER DATABASE INFORMATION #######################
//DB-Servername
$host = "localhost";
//DB-Username
$user= "jaxen_4xtrader";
//DB-Password
$password= "xxxxx";
//vbulletin database name
$database="jaxen_forum";
//E-Mail Address where MySQL Error Messages are sent to
$adminemail = "collb@jaxen.com";
// ###################### ENTER IMAGE INFORMATION #########################
//Width of banner image
$width = 425;
//Height of banner image
$height = 82;
//Left text-margin
$left = 13;
//text-margin from top
$top = 70;
//Font Size
$fontsize = 7;
//If you have GD2 or higher set $sgdver to 1, for any older GD version set $sgdver to 0
$sgdver = 0;
//If you wish to use a TrueType font set $ttfe to 1, for default php font set $ttfe to 0
$ttfe = 0;
//If you wish to use a TrueType font, please enter the location to the .ttf file below
$ttff = "verdana.ttf";
//Line-spacing of text
$zeilenabstand = 15;
//full path to empty signature image (input image)
$vorlagedatei = "/home/jaxen/public_html/4xtraders/forum/images/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/jaxen/public_html/4xtraders/forum/images/signature.jpg";
//Compression of output image
$komprimierung = 95;
//debug mode
$debug = 0;
// ######################### DO NOT EDIT BELOW ############################
function mysql_query_eval($query, $database) {
$mysql_eval_error="";
$mysql_eval_result = mysql_query($query, $database) or $mysql_eval_error = mysql_error();
if ($mysql_eval_error) {
if ( $debug == 1 ) {
$letter = "An error was encountered during execution of the query:\n\n";
$letter .= $query."\n\n";
$letter .="The query returned with an errorcode of: \n\n$mysql_eval_error\n\n";
$letter .="To turn this email off set debug=0 in signature.php\n\n";
$email_from = "From: ".$adminemail;
$subject="Subject: Signature Error Report";
$subject=trim($subject);
mail( $email, $subject, $letter, $email_from );
} elseif ( $debug == 2 ) {
dieWell( "MySQL error reported!<p>Query: $query<p>Result: $mysql_eval_error<p>Database handle: $database" );
exit;
}
return FALSE;
} else {
return $mysql_eval_result;
}
}
// CONNECTING TO DATABASE
$link = mysql_connect ("$host", "$user", "$password") or die ('I cannot connect to the database.');
mysql_select_db ("$database")or die("Could not select database");
// GETTING FORUM MEMBERS
$querya="SELECT COUNT(*) AS users, MAX(userid) AS max FROM " . TABLE_PREFIX . "user WHERE usergroupid!=4";
$numa = mysql_query_eval($querya,$link);
$numb = mysql_fetch_array($numa);
$numbermembers=number_format($numb['users']);
mysql_free_result($numa);
// GETTING TOTAL MEMBERS ONLINE
$datecut = TIMENOW - $vboptions['cookietimeout'];
$numbervisible = 0;
$numberregistered = 0;
$numberguest = 0;
$forumusers = $DB_site->query("
SELECT
user.username, (user.options & $_USEROPTIONS[invisible]) AS invisible, user.usergroupid,
session.userid, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "session AS session
LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > $datecut
ORDER BY " . iif($permissions['genericpermissions'] & CANSEEHIDDEN, 'invisible ASC, ') . "username ASC, lastactivity DESC
");
if ($bbuserinfo['userid'])
{
// fakes the user being online for an initial page view of index.php
$bbuserinfo['joingroupid'] = iif($bbuserinfo['displaygroupid'], $bbuserinfo['displaygroupid'], $bbuserinfo['usergroupid']);
$userinfos = array
(
$bbuserinfo['userid'] => array
(
'userid' => $bbuserinfo['userid'],
'username' => $bbuserinfo['username'],
'invisible' => $bbuserinfo['invisible'],
'inforum' => 0,
'lastactivity' => TIMENOW,
'musername' => fetch_musername($bbuserinfo, 'joingroupid')
)
);
$numberregistered = 1;
$numbervisible = 1;
$loggedin = $userinfos["$bbuserinfo[userid]"];
eval('$activeusers = ", ' . fetch_template('forumhome_loggedinuser') . '";');
}
else
{
$userinfos = array();
}
$inforum = array();
while ($loggedin = $DB_site->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
$numberregistered++;
if ($userid != $bbuserinfo['userid'])
{
$inforum["$loggedin[inforum]"]++;
}
$loggedin['musername'] = fetch_musername($loggedin);
}
}
// memory saving
$activeusers = substr($activeusers , 2); // get rid of initial comma
$DB_site->free_result($loggedins);
$totalonline = $numberregistered + $numberguest;
//////////////////////////////////////////////////////////////////////////////////////////////////
// GETTING TOTAL POSTS AND THREADS
include_once('./includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = number_format($nthreads);
$totalposts = number_format($nposts);
}
}
// ########################### OUTPUT TEXT ###############################
// Use \n\r to make a line break (only for use with truetype font SO FAR)
// Will be developed to use with default font soon :)
//Output text
$output = "Members: $numbermembers Threads: $totalthreads Posts: $totalposts Online: $totalonline";
$vorlage = imagecreatefromjpeg("$vorlagedatei");
if ($sgdver == "1")
{
$img = imagecreatetruecolor($width,$height);
} else {
$img = imagecreate($width,$height);
}
// ########################## TEXT FORMATTING ############################
// A PNG uses ImageColorAllocate instead of ImageColorClosest like jpeg uses
//EDIT: Background/Transparency Colour (not really seen)
$bg_color = imagecolorallocate ($img, 250, 250, 250);
//EDIT: Text Colour
$text_color = imagecolorallocate ($img, 19, 36, 161);
// ######################### DO NOT EDIT BELOW ############################
imagefilledrectangle ($img, 0, 0, $width, $height, $bg_color);
imagecopy ($img, $vorlage, 0, 0, 0, 0, $width, $height); // copy empty banner
imagecolortransparent($img, $bg_color); // set dummybg transparent
// the distance is in pixels and the font # is 1 through 5
$i = 0;
while($i < count($output)){
if ($ttfe == "1")
{
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, $ttff, $output);
} else {
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);
}
$i++;
}
header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>
Thank you
Coll
DWard
09-23-2004, 05:12 PM
You need to actually put a pic on your sig.jpg file! You have probably got confused between the two... the sig.jpg file needs to be the one with the background image.
traderx
09-23-2004, 05:21 PM
ok one step closer.... I get the right picture to load, but it looses it real color which should be like the attachment
DWard
09-23-2004, 05:24 PM
hehe, now u need to change
$sgdver = 0;
to
$sgdver = 1;
traderx
09-23-2004, 05:30 PM
YES.... that did it... THANK YOU SO MUCH for taking the time to help me get this right. I will just have to play around to get the stats where I want them to be.... any hints? I will in the end use a font, so I should get that uploaded first I would think.
Once again ty so much
Coll
DWard
09-23-2004, 05:37 PM
Not realy, you just have to play around until u get the right look :)
traderx
09-23-2004, 09:19 PM
ok will do... what are the steps to have this as a cron job? Oh... is there a way that I can have this displayed in a normal email?
For using a font I show the full path just like the sig.jpg?
venomx
09-23-2004, 09:30 PM
What you need it as a cron for? It auto updates when the image sis loaded...
traderx
09-23-2004, 09:40 PM
What you need it as a cron for? It auto updates when the image sis loaded...
In the txt install file it states
NOTE: This does add a guest to your online users section as somebody views the signature, so the best thing to do, is add a cron task (not sure how) to call the script every 15 minutes or so, then use this bbcode:
http://www.yourdomain.com/sigfolder/signature.jpg
Plus I would also like to use in my emails as a jpg file.... if this is what happens. (that from the cron it 'makes' a jpg file)
venomx
09-23-2004, 09:52 PM
hmmm I do remember that now... A cron shouldnt be hard to write for it...
traderx
09-24-2004, 12:07 AM
Could someone help me out with exactly I need to do, I have never done one before and I wouldn't know what to tell it.
Just so I understand the purpose of it.... a cron with create a jpg of my sig every 15 minutes (or what ever amount I tell it) and place it in a folder that it is told.....
I would think that doing this would be much better then having the php script create it at every time (server load?)
So any direction will help, or post what ones you use.
I would like it to be used with my CPanel (if that matters)
Thanks in advance
Coll
venomx
09-24-2004, 12:22 AM
Cant guarantee this will work but try..
/usr/bin/php /home/USERNAME/public_html/forum/signature.php
or if that doesnt work try
/usr/bin/lynx --dump http://www.4xtraders.com/forum/signature.php
Just call either one if it works every 15 minutes... then use http://www.4xtraders.com/sigfolder/signature.jpg
traderx
09-24-2004, 03:30 AM
Cant guarantee this will work but try..
/usr/bin/php /home/USERNAME/public_html/forum/signature.php
or if that doesnt work try
/usr/bin/lynx --dump http://www.4xtraders.com/forum/signature.php
Just call either one if it works every 15 minutes... then use http://www.4xtraders.com/sigfolder/signature.jpg
Ok... now won't I have to create WHERE I want the picture to go to... or it just knows 'where' to put it from the signature.php script itself?
I was thinking I had to create a php just to tell it to create the pic and put it somewhere and rewrite what was there before.
venomx
09-24-2004, 03:58 AM
Shouldnt.. and I think youll need to link to signature.png
traderx
09-24-2004, 04:32 AM
Shouldnt.. and I think youll need to link to signature.png
OK... this is what I have added to my CPanel cron job from the Advanced (Unix Style) options
15 * * * * lynx > /dev/null -dump http://www.4xtraders.com/forum/signature.php
I have one for my phpAdsNew that looks all the same (minus location) but I have no clue what the hell the 15 * * * * lynx > does but will see.....
anyone know?
Now this /sigfolder/.... is this what the signature.php creates? or where can I find where the cron puts it?
traderx
09-24-2004, 06:00 AM
got it all to work great.... what is the limit of size here on vb.org
Thanks DWard and venomx for all your help
venomx
09-26-2004, 09:08 PM
Maybe post how you did it so others can know what to do if they wish to do the same thing,
traderx
09-26-2004, 11:38 PM
for my cron job... i have cpanel and with my host I use the Advance Unix Style with:
15 * * * * lynx > /dev/null -dump http://www.4xtraders.com/forum/signature.php
The 15 is the duration of time I wanted (15 minutes)... the other * each mean something else. My 15 would be the first * for minute, the second (for the first in the above example) is hour, next is day... month and last is weekday (no clue what that does).
Then I just point to my folder that I have my sig.jpg in... the cron just dumps it where ever it finds it in the script.
Say... what do I do to make my text bold?
venomx
09-26-2004, 11:40 PM
I tried it on my server and got a cron error email full of weird stuff.. hehe so I tried another way and so far its working... will see tomorrow how well it did...
I am not sure how to do bold in this :(
fedoraforum
09-30-2004, 02:02 PM
Thanks, it work awesome :)
DWard
09-30-2004, 06:50 PM
Thanks, it work awesome :)
Click install then :)
cteselle
10-07-2004, 04:59 PM
If you want to use a random base image each time the script is loaded:
Find:
//full path to empty signature image (input image)
Above Add:
// Figure out which sig image to use
$rand_number = rand(1,3);
Change the $vorlagedatei line to something like this:
$vorlagedatei = "/path/to/your/forums/sig$rand_number.jpg";
Create sig1.jpg, sig2.jpg, sig3.jpg and place in your forum root.
If you want to have more than 3 images, change the "3" in the $rand_number line to reflect your number of images.
Hope this is useful to someone. :)
mharmon
10-08-2004, 10:18 PM
Getting an error:
<b>Fatal error</b>: imagepng(): gd-png: fatal libpng error: Incompatible libpng version in application and library
in <b>/forums/signature.php</b> on line <b>267</b><br />
Watson
10-13-2004, 11:52 AM
I cant get the line break to work, and I am using a ttf, any help on exactly where to put it.
I am doing it here
// ########################### OUTPUT TEXT ###############################
// Use \n\r to make a line break (only for use with truetype font SO FAR)
// Will be developed to use with default font soon :)
//Output text
$output = "Members: $numbermembers \n\r Threads: $totalthreads \n\r Posts: $totalposts";
$vorlage = imagecreatefromjpeg("$vorlagedatei");
if ($sgdver == "1")
{
$img = imagecreatetruecolor($width,$height);
} else {
$img = imagecreate($width,$height);
}
Watson
10-13-2004, 03:39 PM
oh and got no clue where I would put this cron thing in, cause I cant use .php in the image tags in some forums
Watson
10-14-2004, 03:24 PM
oh and for some reason some forums show a messagebroadcaster banner
any idea's on this too?
cteselle
10-14-2004, 03:38 PM
oh and got no clue where I would put this cron thing in, cause I cant use .php in the image tags in some forums
If you do not know what this is, you should contact your server admin for details on how to add an entry to your crontab.
DWard
10-18-2004, 12:18 PM
By the way, could people send me their suggestions for Signature Stats v4 please :)
MissKalunji
10-18-2004, 08:31 PM
By the way, could people send me their suggestions for Signature Stats v4 please :)
Perhaps Random Banner?? :p
DWard
10-22-2004, 08:24 AM
Perhaps Random Banner?? :p
Is that all?? I'm gona have an easy job! :)
MissKalunji
10-24-2004, 11:45 AM
Is that all?? I'm gona have an easy job! :)
and i thought it was hard :nervous:
DWard
10-25-2004, 07:52 PM
hehe... If I get a bit of time I will do that mod to it. Jus tryin 2 get some kind of application that shows the latest posts etc to show.
ice chrono
11-07-2004, 09:27 PM
I cant seem to get this to work.
here my settings.
// #################### ENTER DATABASE INFORMATION #######################
//DB-Servername
$host = "localhost";
//DB-Username
$user= "x";
//DB-Password
$password= "x";
//vbulletin database name
$database="x";
//E-Mail Address where MySQL Error Messages are sent to
$adminemail = "icechrono@gmail.com";
// ###################### ENTER IMAGE INFORMATION #########################
//Width of banner image
$width = 468;
//Height of banner image
$height = 60;
//Left text-margin
$left = 13;
//text-margin from top
$top = 70;
//Font Size
$fontsize = 7;
//If you have GD2 or higher set $sgdver to 1, for any older GD version set $sgdver to 0
$sgdver = 0;
//If you wish to use a TrueType font set $ttfe to 1, for default php font set $ttfe to 0
$ttfe = 1;
//If you wish to use a TrueType font, please enter the location to the .ttf file below
$ttff = "verdana.ttf";
//Line-spacing of text
$zeilenabstand = 15;
//full path to empty signature image (input image)
$vorlagedatei = "home/pjrpg/vb/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "home/pjrpg/vb/signature.jpg";
//Compression of output image
$komprimierung = 95;
//debug mode
$debug = 0;
any help?
DWard
11-08-2004, 10:21 AM
why won't it work? what happens?
Ifrani
11-08-2004, 04:05 PM
To get this hack working with the vBCrown change the following:
Search for:
// GETTING TOTAL POSTS AND THREADS
include_once('./includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = number_format($nthreads);
$totalposts = number_format($nposts);
}
}
Replace it with:
// GETTING TOTAL POSTS AND THREADS
$holedinge = $DB_site->query("SELECT forum.forumid, threadcount, replycount FROM " . TABLE_PREFIX . "forum AS forum");
if ($DB_site->num_rows($holedinge))
{
while ($holeding = $DB_site->fetch_array($holedinge))
{
if (empty($focache["$holeding[forumid]"]))
{
$focache["$holeding[forumid]"] = array();
}
$focache["$holeding[forumid]"] = array_merge($focache["$holeding[forumid]"], $holeding);
}
}
$DB_site->free_result($holedinge);
if (is_array($focache))
{
foreach ($focache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = number_format($nthreads);
$totalposts = number_format($nposts);
}
}
Now you can use the sceduled tasks in your admincp. :nervous:
DWard
11-15-2004, 07:47 AM
Cheers, I might put that in the next version so that people can chose what to do :)
Jedric
11-19-2004, 01:07 AM
Could someone help me install mine? For some reason it won't let me do the true type font. The error I get is at: http://www.blizzardaddict.com/signature.php
Anyone know how to fix this? I also need to get it on multiple lines, but first I just need it to recognize the truetype font.
Jedric
11-21-2004, 06:59 PM
Nevermind guys. I got it working. Thanks DWard for helping me.
Stangsta
11-22-2004, 07:00 AM
Heh, I need help too!
Files and directory are chmod 777
Running GD2
I get a "red X" when trying to view signature.php
Heres the path to the pics.
//full path to empty signature image (input image)
$vorlagedatei = "/home/sevencityracing/html/hosting/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/sevencityracing/html/hosting/signature.jpg";
Im lost here, any help is appreciated.
Stangsta
11-28-2004, 09:10 PM
Anyone?????
traderx
11-29-2004, 03:43 AM
Heh, I need help too!
Files and directory are chmod 777
Running GD2
I get a "red X" when trying to view signature.php
Heres the path to the pics.
//full path to empty signature image (input image)
$vorlagedatei = "/home/sevencityracing/html/hosting/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/sevencityracing/html/hosting/signature.jpg";
Im lost here, any help is appreciated.
did you install vb in your root dir? or /forum?
Stangsta
11-29-2004, 08:00 PM
did you install vb in your root dir? or /forum?forum
designBox
12-01-2004, 09:47 PM
Thanks a lot.
This is a very nice resource and really easy to install (above all for a newbie like me :) )
Is there a coding way (i mean in the script itself) to make this banner clickable?
Thanks again for this usefull stuff...
Keep on the good work.
DWard
12-02-2004, 07:25 PM
No, you have to use eithre bbcode or html to make it clickable
royals
12-02-2004, 10:55 PM
why do I get this? It's an 'M'.
designBox
12-03-2004, 11:26 AM
I also don't really get the point why i am unable to see my signature into my posts....
Something may be weird here ;)
designBox
12-03-2004, 11:27 AM
Oh....
Now i see it.... But why not in the previous posts????
Funny :P
Stangsta
12-04-2004, 06:28 AM
Heh, I need help too!
Files and directory are chmod 777
Running GD2
I get a "red X" when trying to view signature.php
Heres the path to the pics.
//full path to empty signature image (input image)
$vorlagedatei = "/home/sevencityracing/html/hosting/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/sevencityracing/html/hosting/signature.jpg";
Im lost here, any help is appreciated.Um, hello? Is this thing on?
Takamine334
12-08-2004, 12:17 AM
weird...I had this working on an old server, but on the new one, I get a red X. I changed all the server info and CHMOD the folder to 777, but still nothing.
Natch
12-08-2004, 09:00 AM
Did you change tyhe full path info in your .php file?
Takamine334
12-09-2004, 12:33 AM
yeah
DWard
12-09-2004, 03:48 PM
So you...
Have GD2 or higer (preferrably)
Have entered the correct paths for each image in the signature.php file
Have CHMOD each file to 777?
If so, there should be no reason for it not to work.
Takamine334
12-09-2004, 11:57 PM
done all 3...still nothing. It's weird as I had it working before.
boo.3
12-10-2004, 12:05 AM
ok i made the image how do i make it go? ahh i'm lost
PaulioTheGreat
12-10-2004, 11:37 AM
Hey Guys, Not Sure If You Know But I Had GD 2 installed on my server (the latest version) and all of the information checked out but i still got this
Fatal error: Call to undefined function: imagettftext() in /home/xbox/public_html/signature.php on line 259
I then went on php.net and found that for imagettftext to work you need not only GD library but you need FreeType Library too, if your are on a cpanel server its simple just get your host to rebuild apache with all of their normal defaults and FreeType And GD library, i only know this as i own my own server and all is well now.
So I Thought I Would Share And Stop A Load Of Anger! Because Im Just That Damn Nice :)
Paul
DWard
12-10-2004, 04:21 PM
Oh yeah, if you want the font, as I have had demand for it, I have now attached it in the first post.
hitmanuk2k
12-10-2004, 06:52 PM
<a href="http://forum.pesinsight.com/signature.php" target="_blank">http://forum.pesinsight.com/signature.php</a> what could be the problem here?
DWard
12-11-2004, 05:02 PM
http://forum.pesinsight.com/signature.php what could be the problem here?
Usually this error occours if the GD library is not installed on the server. If not, the function is disallowed.
alzibub
12-11-2004, 05:07 PM
Thanks - I think it looks pretty cool - will see if I can add - cheers!
X-Sector
12-12-2004, 02:25 PM
http://www.xelation.net/forums/signature.php
It works, but dosen't show my image -_-''
here is the image url: http://www.xelation.net/daniel/signature.jpg and
http://www.xelation.net/daniel/sig.jpghttp://www.xelaton.net/forums/signature.php
Takamine334
12-13-2004, 03:27 AM
I can't figure this out. I have the sig.jpg, signature.jpg and AVGARDD.TTF all in the same folder. The folder is CHMOD to 777. When variable $ttfe = 1, I get a red X, when it is 0, the picture shows up with the default type font.
I don't get it. I have the exact same file paths for the sig.jpg, signature.jpg and AVGARDD.TTF defined the same.
Takamine334
12-13-2004, 03:29 AM
$ttff = "/home/admin/domains/everydayjones.com/public_html/BitTorrent/images/sig/AVGARDD.TTF";
$vorlagedatei = "/home/admin/domains/everydayjones.com/public_html/BitTorrent/images/sig/sig.jpg";
$ausgabedatei = "/home/admin/domains/everydayjones.com/public_html/BitTorrent/images/sig/signature.jpg";
paulz
12-15-2004, 06:19 AM
finally got this to work right for me. thanks a bunch! :)
Takamine334
12-16-2004, 01:53 AM
is my question going to be answered?
Maybe I should just click uninstall.
StevenIsProek
12-16-2004, 02:01 AM
Ned to change it but I got it to work
www.thawasteland.com
....http://www.thawasteland.com/forum/signature.php
Takamine334
12-16-2004, 12:58 PM
DWard - Hello?? Are you going to answer my quesion?
DWard
12-17-2004, 07:11 AM
DWard - Hello?? Are you going to answer my quesion?
No click uninstall... I dont have all the time in the world to reply.
Takamine334
12-18-2004, 01:55 AM
No click uninstall... I dont have all the time in the world to reply.
And in that time of being a douche, you could have just responded with an answer.
I clicked uninstall on this crappy hack.
Natch
12-19-2004, 09:53 PM
If ythis hack is so crappy, how come only 1 out of hundreds have ecided so?
DWard
12-20-2004, 03:10 PM
:) I am happy to answer questions given time, but not impatient people.
Takamine334
12-20-2004, 10:26 PM
:) I am happy to answer questions given time, but not impatient people.
I waited several days for an answer, then I called you out to see if you were even paying attention to your own thread.
Several days is too impatient? Give me a break.
I run a website on my off time and even I can answer a simple question within three days.
Takamine334
12-20-2004, 10:27 PM
If ythis hack is so crappy, how come only 1 out of hundreds have ecided so?
Hundreds? Where'd you get those numbers? Only 103 installed.
venomx
12-20-2004, 10:42 PM
He doesnt HAVE to help anyone. In fact he doesnt even have to let people have this hack. A few days is nothign at this time of the year.
Takamine334
12-20-2004, 10:43 PM
He doesnt HAVE to help anyone. In fact he doesnt even have to let people have this hack. A few days is nothign at this time of the year.
Who stated he had to do anything? Did I? No, I didn't think I did.
Natch
12-21-2004, 10:55 AM
Hundreds? Where'd you get those numbers? Only 103 installed.
Well statistically, for everyone that clicks install, 10-20 have downloaded and are using your hack. I know this cos I have had queries from people who are using my hacks and have not clicked install...
Takamine334
12-21-2004, 11:38 AM
Well statistically, for everyone that clicks install, 10-20 have downloaded and are using your hack. I know this cos I have had queries from people who are using my hacks and have not clicked install...
Point being, I patiently waited for over 3 days with no response. It's rediculous to say I was impatient.
I run a Bit Torrent site that has over 1000 people using it a day. I'm able to get to each and everyone one of my users questions before a 3 day span.
Plus, I put in over 40 hours a week working at the hospital....
So, waiting 3 days isn't impatient.
It doesn't matter though, this weak hack isn't worth any headache. I've clicked uninstall and won't be using any hacks from this guy.
Natch
12-21-2004, 11:57 AM
Your loss...
And fwiw, unless you are also putting in time to provide hacks for others, I don't see where you think you get off insulting someone who has supported their hack for months and months, and then when you don't get a reply *during the holiday season* within 72 hours, you get all pissy!
OMG: again FWIW I wouldn't want you on *my* list of people to provide support to if this is your attitude...
gembels
12-22-2004, 04:17 AM
https://vborg.vbsupport.ru/
Install it :) but i still cannot use the font.. if i use ttfe = 1 will be balnk images .. i already upload the .ttf in forum root.. :disappointed:
Takamine334
12-22-2004, 03:02 PM
http://www.gembels.com/portal/forums/signature.php
Install it :) but i still cannot use the font.. if i use ttfe = 1 will be balnk images .. i already upload the .ttf in forum root.. :disappointed:
weird!? That's the same problem I'm having!
Don't expect a response until AFTER 72 hours....
....if you get one at all.
Takamine334
12-22-2004, 03:07 PM
Your loss...
And fwiw, unless you are also putting in time to provide hacks for others, I don't see where you think you get off insulting someone who has supported their hack for months and months, and then when you don't get a reply *during the holiday season* within 72 hours, you get all pissy!
OMG: again FWIW I wouldn't want you on *my* list of people to provide support to if this is your attitude...
Trust me, it's not a loss at all.
I don't put in the time to provide hacks, but I do put in many many hours of support time at my website. I know you may think that answering a few questions about this hack is difficult, but try running a website that has over 1500 users a day downloading terabytes of live shows continuously.
You have no idea.
If you don't believe me, go here
http://www.everydayjones.com/BitTorrent
I wasn't asking the guy to come over to my house and do the laundry, I was simply asking a question that obviously other users are having the same issues. If he was worth his weight in salt, he'd at least have said, I'm busy at the moment, but I'll get to you as soon as time permits.
What are you? His alter ego?
Natch
12-23-2004, 03:31 AM
Just another coder, with a life, a family, Christmas coming up and deadlines approaching faster than I'd like. Most people here have lives, but some people just don't seem to get that...
NYI Fan
12-25-2004, 12:20 AM
took a little bit of playing and a lot of reading thru all the posts, but I have it working. Thanks to everyone who posted their hints and tips, and a BIG thank you to DWard for making the hack!
*clicks install*
NYI Fan
12-25-2004, 12:36 AM
PS - did I miss the solution to the
Unknown Location - /forums/signature.php thing? Apologies if I did, I just saw DWard saying he would post a fix, but a few read thrus, and I don't seem to be able to find it
Thanks!!
NuclioN
12-25-2004, 02:13 AM
Great hack :)
Stangsta
12-25-2004, 03:08 PM
Your loss...
And fwiw, unless you are also putting in time to provide hacks for others, I don't see where you think you get off insulting someone who has supported their hack for months and months, and then when you don't get a reply *during the holiday season* within 72 hours, you get all pissy!
OMG: again FWIW I wouldn't want you on *my* list of people to provide support to if this is your attitude...Hell, I've been patient, and I have not recieved any help. I cant get it to work, not even a red x. Help just seems to be selective. It is an excellent hack, just wish I was able to use it :(
NYI Fan
12-25-2004, 03:39 PM
Hell, I've been patient, and I have not recieved any help. I cant get it to work, not even a red x. Help just seems to be selective. It is an excellent hack, just wish I was able to use it :(PLEASE don't take this the wrong way, but this is really a very very busy time of year for almost everyone - regardless of whether you celebrate any of the holidays this time of year, lots of things come up. Not making excuses for anyone, just offering what I think is a very valid reason support may have been scarse lately...
When you open signature.php, you get a completely blank page? No errors? and when you use it in a sig, nothing at all shows up? I am FAR from a pro, but maybe with the time I spent digging thru this thread and messing with my own, I can help? Sometimes all it takes is a fresh set of eyes...
Stangsta
12-26-2004, 12:35 AM
PLEASE don't take this the wrong way, but this is really a very very busy time of year for almost everyone - regardless of whether you celebrate any of the holidays this time of year, lots of things come up. Not making excuses for anyone, just offering what I think is a very valid reason support may have been scarse lately...
When you open signature.php, you get a completely blank page? No errors? and when you use it in a sig, nothing at all shows up? I am FAR from a pro, but maybe with the time I spent digging thru this thread and messing with my own, I can help? Sometimes all it takes is a fresh set of eyes...Thanks for the response. I understand about people having a life outside of VB :) and, ill be patient, not a problem, just hope someday I can get this to work.
I get a completely blank page, it doesn't diaplay any errors on the page. If there is another way to check for errors, i am unfamiliar. I posted some info in a couple of my previous posts in this thread hoping it would shed some light.
I don't know if this helps, but my sig.jpg and signature.jpg files are identical, just 2 different names. Should the sig.jpg be the input image and signature.jpg be an ampty file?
Thanks for any and all assistance, it is greatly appreciated.
boo.3
12-26-2004, 12:36 PM
i don't really understand how this works? what should i do? how do i make the image to go with text?
i do Photoshop and know it very well but have no idea how this works :(
Takamine334
12-26-2004, 02:54 PM
Hell, I've been patient, and I have not recieved any help. I cant get it to work, not even a red x. Help just seems to be selective. It is an excellent hack, just wish I was able to use it :(
It's not worth wasted ATP. You'll never get help.
NYI Fan
12-27-2004, 12:24 AM
I get a completely blank page, it doesn't diaplay any errors on the page. If there is another way to check for errors, i am unfamiliar. I posted some info in a couple of my previous posts in this thread hoping it would shed some light.
I don't know if this helps, but my sig.jpg and signature.jpg files are identical, just 2 different names. Should the sig.jpg be the input image and signature.jpg be an ampty file?
Thanks for any and all assistance, it is greatly appreciated.
Yup, the 2 images should be identical - that threw me at 1st too :o If you bring up signature.php in your browser its showing a blank page? or are you getting the blank when you use the bbcode?
I'm sure you have already checked this, but is the path to both images accurate (although Im pretty sure that would throw an error, or red x if it wasnt correct)
I'm sure someone more knowledgeable will pop in with the answer, these are just really basic preliminary things - it took me a bit to get mine going, but i kept re-reading this thread and eventually the lightbulb went off and I realized my issue (paths! Doh!! lol)
Hang in there, you'll get it going!
NYI Fan
12-27-2004, 12:27 AM
i don't really understand how this works? what should i do? how do i make the image to go with text?
i do Photoshop and know it very well but have no idea how this works :(What I did was make a sig tag, with an area that the text would fit into - saved it as sig.jpg and signature.jpg - then I edited the signature.php file as directed, and uploaded everything per the instructions. Once you see how it falls, then you go back into signature.php and tweak the margins so the text goes where you want it.
After I figured it out, I was also able to append an existing sig for someone else on the boards so they too have the stats but on their own sig (just did as previously suggested and created a signature1.jpg, sig1.jpg and signature1.php, but followed the same process)
boo.3
12-27-2004, 12:39 AM
ahh ok cool i'll give it a try thanks for sharing ;)
boo.3
12-27-2004, 12:56 AM
lol i didn't install my vB how do i know what my vB database name is?
//DB-Servername
$host = "localhost";
//DB-Username
$user= "xxxxxx";
//vbulletin database name
$database="xxxxxx";
would the server name be b3playground.com
?
thanks boo
NYI Fan
12-27-2004, 01:04 AM
lol i didn't install my vB how do i know what my vB database name is?
//DB-Servername
$host = "localhost";
//DB-Username
$user= "xxxxxx";
//vbulletin database name
$database="xxxxxx";
would the server name be b3playground.com
?
thanks booDo you have access to your server? if so, ftp in and grab a copy of /forum/includes/config.php. Open that and you'll find the values you need right in there :classic: HTH!
HelplessBot
12-27-2004, 05:11 PM
Fatal error: Call to undefined function: imagettftext() in /home/scott/public_html/signature.php on line 259
i get that error
NYI Fan
12-27-2004, 06:33 PM
if you search this thread for imagettftext you will see some folks have that issue - depends on your hosts support for it. If you turn off TTF support (use default font instead) does it work then?
DWard
12-28-2004, 01:00 PM
i get that error
Yer this usually means either your host has disabled the use of this function or the framework for the function is not installed on the server.
boo.3
12-29-2004, 12:03 AM
Do you have access to your server? if so, ftp in and grab a copy of /forum/includes/config.php. Open that and you'll find the values you need right in there :classic: HTH!
thanks
whats the full path to the signare?? :ermm:
NYI Fan
12-29-2004, 10:08 AM
thanks
whats the full path to the signare?? :ermm:That depends on where you put them!
should be similar to /home/yourserver/public_html/forums/sigscriptfolder/sig.jpg
Stangsta
12-29-2004, 09:50 PM
Yup, the 2 images should be identical - that threw me at 1st too :o If you bring up signature.php in your browser its showing a blank page? or are you getting the blank when you use the bbcode?
I'm sure you have already checked this, but is the path to both images accurate (although Im pretty sure that would throw an error, or red x if it wasnt correct)
I'm sure someone more knowledgeable will pop in with the answer, these are just really basic preliminary things - it took me a bit to get mine going, but i kept re-reading this thread and eventually the lightbulb went off and I realized my issue (paths! Doh!! lol)
Hang in there, you'll get it going!Ok, When i pull it up in the browser, I get a blank page. When I use bbcode, I get a red x. Im pretty sure the paths are correct, here is what they are:
//full path to empty signature image (input image)
$vorlagedatei = "/home/sevencityracing/html/hosting/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/sevencityracing/html/hosting/signature.jpg";
Im thinking its a "path" issue, but it looks correct to me. What can I be missing?
Again, thanks for taking the time to try and help me.
NYI Fan
12-29-2004, 10:01 PM
Ok, When i pull it up in the browser, I get a blank page. When I use bbcode, I get a red x. Im pretty sure the paths are correct, here is what they are:
//full path to empty signature image (input image)
$vorlagedatei = "/home/sevencityracing/html/hosting/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/home/sevencityracing/html/hosting/signature.jpg";
Im thinking its a "path" issue, but it looks correct to me. What can I be missing?
Again, thanks for taking the time to try and help me.Ah, no worries, if I can help, it's nice to be able to give a little something back to such a great resource as .org ;)
Anyway, I think you're correct about it being a path issue! your forums are here:
http://www.sevencityracing.com/forum/index.php
I'm guessing your signature.php is at http://www.sevencityracing.com/signature.php
did you upload the images to a subdir of the forums, or straight off the root dir? If it's off the forums, thats the problem, your path seems to point somewhere out of the forums if you use the bbcode and get the red x, then right click the red x and look at the properties, it will tell you where it's looking (and not finding) the red x - you can adjust accordingly then! (That's how I fixed my red x issue anyway!)
Give that a shot and we'll go from there.
Stangsta
12-30-2004, 04:24 AM
Ah, no worries, if I can help, it's nice to be able to give a little something back to such a great resource as .org ;)
Anyway, I think you're correct about it being a path issue! your forums are here:
http://www.sevencityracing.com/forum/index.php
I'm guessing your signature.php is at http://www.sevencityracing.com/signature.php That is correct.
did you upload the images to a subdir of the forums, or straight off the root dir? If it's off the forums, thats the problem, your path seems to point somewhere out of the forums if you use the bbcode and get the red x, then right click the red x and look at the properties, it will tell you where it's looking (and not finding) the red x - you can adjust accordingly then! (That's how I fixed my red x issue anyway!)I have them uploaded to the /hosting directory off the root. When I right click the red x and hit properties, I get this path: http://www.sevencityracing.com/signature.php
TLSNetwork
12-30-2004, 06:04 AM
Not sure if this has been posted anywhere in this thread it may have been but i have not got time to go through it all , We use our sigs sometimes to show off to other forums and use our sigs as that show off , Alot of forums do not allow you to use the php tag in your signature , So how do we get around this , It is pretty simple really thought i would show how here so anybody else can use this as well. Open note pad or your favorite editor of course and put this in there
RewriteEngine on
RewriteRule ^signature.(png|jpg|jpeg|gif) /forum/signature.php
RewriteCond %{HTTP_HOST} ^forum.(your site name).com$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.(your site name).com$
RewriteRule ^(.*)$ http://(your site name).com/forum/index.php [R=301,L]
Now of course replace (your site name) with your own and you may also have to alter the first line to where your signature.php file is.
Now save this file as .htaccess and put it into the same folder as you have set on that first line. Or if you already have the file .htaccess in that folder then put the code above anything else in your .htaccess file
What this does is create a rewrite rule so that any querys it get for the file signature.jpg/jpg/jpeg/png (any of those extensions) it directs it to and runs the file signature.php Thus running your stats sig and writing it and returning it as that file signature.jpg
Ie this is my signature www.tlsnetwork.com/forum/signature.jpg
Gee hope you understand all that and you find it helpfull if you need it.
Opps just realised my sig might be advertising , (just using it as an example) , Mod please remove the link if its not ok.
NYI Fan
12-30-2004, 10:38 AM
That is correct.
I have them uploaded to the /hosting directory off the root. When I right click the red x and hit properties, I get this path: http://www.sevencityracing.com/signature.phpIs it possible th actual path to those images is
"/home/sevencityracing/hosting/sig.jpg"
or
"/home/html/sevencityracing/hosting/sig.jpg"
Because when I went to http://www.sevencityracing.com/hosting/signature.jpg (OR sig.jpg)
I can see your images! I know this sounds silly, but worth a shot
open your FTP program, connect to your server - navigate to the folder the pics are in (hosting) - now look at the ftp programs address bar - what does it show? (It SHOULD show whatever the actual path is to your jpg's)
If that path IS correct stangsta, I'm not sure what else to suggest except maybe try moving the sigs nd changing the path in the php file around a bit and see what happens?
Stangsta
12-30-2004, 08:26 PM
Is it possible th actual path to those images is
"/home/sevencityracing/hosting/sig.jpg"
or
"/home/html/sevencityracing/hosting/sig.jpg"
Because when I went to http://www.sevencityracing.com/hosting/signature.jpg (OR sig.jpg)
I can see your images! I know this sounds silly, but worth a shot
open your FTP program, connect to your server - navigate to the folder the pics are in (hosting) - now look at the ftp programs address bar - what does it show? (It SHOULD show whatever the actual path is to your jpg's)
If that path IS correct stangsta, I'm not sure what else to suggest except maybe try moving the sigs nd changing the path in the php file around a bit and see what happens?I am almost positive the img paths are correct. This is what I get for the path when I do what you asked me to:
ftp://www.sevencityracing.com/html/hosting/signature.jpg
I have tried moving the sigs to different locations, and that has not helped either. Thats why im so stumped, I can usually figure this stuff out on my own, but for some reason, i cant seem to get it.
NYI Fan
12-30-2004, 08:58 PM
I am almost positive the img paths are correct. This is what I get for the path when I do what you asked me to:
ftp://www.sevencityracing.com/html/hosting/signature.jpg
I have tried moving the sigs to different locations, and that has not helped either. Thats why im so stumped, I can usually figure this stuff out on my own, but for some reason, i cant seem to get it.Did you try the FTP program thing I suggested? (It is the only way I know for sure to be 100% sure the path you are putting in is correct)
Since we KNOW that by going to http://www.sevencityracing.com/hosting/signature.jpg the image is being seen, we just need to figure out your hosts actual path to that directory. The /html/hosting/ thing is what's throwing me as all my domains use a home/ACCTNAME/ path(none of the extra /html/hosting stuff
I wish I had an answer for you. I don't doubt you are reading the instructions and following them, you seem like a literate intelligent kinda person! I know it's a stretch but what about yanking what you have, and just starting clean?
TLSNetwork
12-31-2004, 08:18 AM
one way to check the actual path to your site , ie your servers one is look in phpinfo , You should be able to go to your admin cp in vbulletin
Import & Maintenance ->> View PHP info
Then scroll down abit until you see the header Apache Environment
just under that you should see DOCUMENT_ROOT , Next to that is the actual path to the root of your site
Hope that helps you a little.
paulz
01-05-2005, 04:05 AM
has anyone else suffering crazy bandwidth spikes and also noticed that having the sig in other forums where your members go will actually show them as online in your forum, but browsing signature.php? love the script, but those two things and the guests numbers being way off are killin it for me :(
SVTBlackLight01
01-05-2005, 07:34 AM
Did you try setting up a cronjob to run signature.php and then just using signature.jpg for the image? It takes care of these problems.
RetroDreams
01-06-2005, 11:36 AM
Cannot the cron job or vb cron to work. When I point to the page manually, it creates the signature fine.
Any ideas?
SIINSI
01-06-2005, 08:08 PM
What kind of a bandwidth spike?
SIINSI
01-06-2005, 08:45 PM
Wow, this thing can work as a title image too :) Would this be insane as far as queries or bandwidth?
moethelawn
01-08-2005, 01:56 PM
DWard... I got a question for you...
Is there any way so that you can have the signature.php file not show up in the Who's Online? It annoys me cause every time I look in Who's Online... I see 90% of the time all users and guests with the location:
Unknown Location
/signature.php <-------(as a link)
Is there anyway to prevent that so I can see the user's actual location?
Thanks :)
royals
01-15-2005, 04:48 AM
will this work if you have a private board?
DWard
01-17-2005, 03:29 PM
Not sure what you mean.
TonTon
01-17-2005, 05:35 PM
Can someone help?
I just tried installing this hack and its not working, the error i get when i go to the url is:
Warning: imagecreatefromjpeg(): open_basedir restriction in effect. File(/public_html/phpstats/sig.jpg) is not within the allowed path(s): (/home/rpgcn64/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/rpgcn64/public_html/forum/signature.php on line 228
Warning: imagecreatefromjpeg(/public_html/phpstats/sig.jpg): failed to open stream: Operation not permitted in /home/rpgcn64/public_html/forum/signature.php on line 228
Warning: imagecopy(): supplied argument is not a valid Image resource in /home/rpgcn64/public_html/forum/signature.php on line 250
Warning: Cannot modify header information - headers already sent by (output started at /home/rpgcn64/public_html/forum/signature.php:228) in /home/rpgcn64/public_html/forum/signature.php on line 266
PNG IHDRôdÿ¥U*tRNSúúú¢i®IDATxíÜÝq¤8Pfk p Îh"tFsðÓ>tmè¶øu÷çsÆ@\Ä×B[µ¿¾¾¾²üóÝàx p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ p$Ü w@ÿv÷öþ1 ÃçßÅUv6¿R««·í7÷½ãó½õ%~o¡Î¾ úb {ú°ªcÛʳÙð,6wÃ{®U´Úßó}yZO޽ eÛ;£+O¨'ÙѾ¬czjX$ûçß?§ì;} XSÞ W<ïu¸?åïòÒ£kÝÌ}¼JP ñ,Ml;Dö|ËíaÚsú{sù ëj ÎwµZÕMZôOÙêïn#ÎÁçkÝrÑ¥¢UѤvÆ XëE®wí¿ÊÎ'¬W¡ò9æ?¨©ñJNko ñÂLvÿìo, Î9ð¨_ïc§',ªQlfµjµ*^ÞI ÏXñ¸ý Ü?=ç×*J1Ù;QNfß8ÇïeÞÉyÃ*¿áu(ú°6 7Æ{Wõá¥î{>Ê[õ°õjMïð(óÞNÞüyç7X[º+¢-¶*ºtTy/HöáïÀm]«~^Å`{xÝñä~//}è.ïÎ>|UþI¬[Úu9i:Üïóÿ/ôÉÆâÏýNzÒªáu^y[5O».®sÏ-okuÙÔßɼÅ]ϯÛ/t#û+÷ó~í779d5¶°JO÷³³µY÷VûË»X ®¢¤/²]ím·|ñ8li]´.ok׫x+Þêeůμ¯on>áQÇtjûŵÎë\ çß+Kgw[qÆ« ·Î6ïÒªÛ¹|ñ8¼mñ×ÃóÇVþÉýú úê9®5Ýk}ÊM&Vÿ14f .ö¤Õd±Ã×ji°XÝ|+qÃz
t@Å%êÞ7¶ d×±å}XÃÉ{&nu¾¾åVÃËÆádo½´UýKðE):s£§òÛ¨ ¾VçM+jø zÃ=Ã+~f¾åít`¡Ô|U®î?ÿq@ áH¸î;@ áH¸î;@ áH¸î;@ áH¸î;@ áH¸î;@ áH¸î;@ áH¸î;@ áè?ÂZø÷K¹IEND®B`
Warning: imagejpeg(): open_basedir restriction in effect. File(/public_html/phpstats/signature.jpg) is not within the allowed path(s): (/home/rpgcn64/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/rpgcn64/public_html/forum/signature.php on line 268
Warning: imagejpeg(): Invalid filename '/public_html/phpstats/signature.jpg' in /home/rpgcn64/public_html/forum/signature.php on line 268
Murphinator
01-17-2005, 07:56 PM
ok i dont get the directions, whats the input and output?
Murphinator
01-17-2005, 09:48 PM
nvm! http://teenstoteens.com/forum/signature.php
Murphinator
01-18-2005, 06:14 PM
is mine working?
moethelawn
01-18-2005, 08:26 PM
I don't see yours working...
Not sure what you mean.
Is that a reply to my post?
Murphinator
01-18-2005, 08:31 PM
now?
moethelawn
01-20-2005, 12:46 AM
now?
Yep, it's working :)
DWard... can you help me?
Murphinator
01-20-2005, 02:18 AM
i made a modification for this so when you look at your whos online it doesnt show up all the guests who are viewing your banner on another website
TonTon
01-20-2005, 06:13 PM
well can someone help me please? i get this error when i try and view the sig
Warning: imagecreatefromjpeg(): open_basedir restriction in effect. File(/public_html/phpstats/sig.jpg) is not within the allowed path(s): (/home/rpgcn64/:/usr/lib/php:/usr/local/lib/php:/tmp) in /signature.php on line 228
Warning: imagecreatefromjpeg(/public_html/phpstats/sig.jpg): failed to open stream: Operation not permitted in /signature.php on line 228
Warning: imagecopy(): supplied argument is not a valid Image resource in /signature.php on line 250
Warning: Cannot modify header information - headers already sent by (output started at /home/rpgcn64/public_html/forum/includes/init.php:27) in /signature.php on line 266
?PNG IHDR?d??U*tRNS?????i?IDATx???Q??8P2?Md ?Ѭ0;?-d?????ES??Q>? ??an????c ??_}?O?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?????~??=Mӟ??k|sȋͯT;???O?????+?.? ??P???X??s?iU??P?[??B?m뫧U??Rb??????}??Z??]?<???{??????n/?=?~?v ??mU??#??~_? t?(?ئ???n>ȇ??/?\9 ??n???~???r=5l${?U?W???qY????Vc}??k?8?>?z?e?????p?F?mR{?y7,??X)???n硥??F????jL?n7? Z???v???Υ??՝????+ũ?n?F??w?ʻ?ݖ7?????G˹C???? ?j?-o??????p?q?u?e??????}??\???j4??6???j49???v>?????K??????Q?????????K?kYYV??Հ?ǡq[???r??s?6? ??!?_yy?m??4/n?M????m?v??oO~??j?kX+ZㅽxJg???d?*94z?m?????o 2_?<?Z??c??+g2??qؽ?'яplYf?_ޛ????3??j????n~?k5?Y?+ o+??iWq?<?c??Kkuـit?L?U??v<?h??s?????ӯ|l???x??c?x?o5z??Swֿ???r????"?]????f??/9?}? \? ?2ŕ?μخo??}:?nyq?????_??%?w?w?8疴q?]μ???p>Z??=?W??}g??h?_3Do??????ow?T|????a*?w?,?I+I???}? ??X??kٰ=K]P??v ?/k?r??????p?gg?}5???|??k /??+??+?3>?Z?C??S?? ????v?????ߟ?v:?Pj~ȷ*?? w?o?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?;@ ?H?? )?0!??ZIEND?B`?
Warning: imagejpeg(): open_basedir restriction in effect. File(/public_html/phpstats/signature.jpg) is not within the allowed path(s): (/home/rpgcn64/:/usr/lib/php:/usr/local/lib/php:/tmp) in /signature.php on line 268
Warning: imagejpeg(): Invalid filename '/public_html/phpstats/signature.jpg' in /signature.php on line 268
Marco van Herwaarden
01-20-2005, 06:37 PM
Did you set
//full path to signare image with forum data (output image)
$ausgabedatei = "/path/to/your/signature.jpg";
To the full absolut path?
In your case probably '/home/rpgcn64/public_html/phpstats/sig.jpg'
yoyoyoyo
01-20-2005, 07:48 PM
i made a modification for this so when you look at your whos online it doesnt show up all the guests who are viewing your banner on another website
what was the mod?
moethelawn
01-21-2005, 12:42 AM
i made a modification for this so when you look at your whos online it doesnt show up all the guests who are viewing your banner on another website
I could kiss you...... well.... shake your hand if you can show me your modification :D
Murphinator
01-21-2005, 02:48 AM
you werent satisfied :(
TonTon
01-21-2005, 05:28 PM
Did you set
//full path to signare image with forum data (output image)
$ausgabedatei = "/path/to/your/signature.jpg";
To the full absolut path?
In your case probably '/home/rpgcn64/public_html/phpstats/sig.jpg'
nope but i have now, thanks.
ive got a new error now,
Warning: main(./home/rpgcn64/public_html/forum/global.php): failed to open stream: No such file or directory in /home/rpgcn64/public_html/forum/signature.php on line 23
Fatal error: main(): Failed opening required './home/rpgcn64/public_html/forum/global.php' (include_path='/usr/local/lib/php:/usr/lib/php') in /home/rpgcn64/public_html/forum/signature.php on line 23
:S
edit: ive fixed it now :)
moethelawn
01-21-2005, 09:36 PM
you werent satisfied :(
I never said I wasn't satisfied... I just wanted the whole thing in Who's Online to disappear... but I still really like what you did and I'm going to use it. (Which is why I hit Install in your thread) :)
TonTon
01-22-2005, 03:07 PM
can someone tell me how to make this cronjob thing, so the sig is refreshed every 15mins?
DannyBoy8406
01-26-2005, 09:40 PM
can anyone tell me where to edit the color of font that it puts out? mind is coming out blue....
https://vborg.vbsupport.ru/
DWard
01-27-2005, 07:51 AM
Yer I understand, i had to add a custom location to get rid of it, the original copy of sig stats created for vb2 worked without global included, but in vb3 there are so many conditionals that I had to use it, the original used to show the incorrect amount of posts/threads if they were deleted or removed on vb3.
DWard
01-27-2005, 07:54 AM
can anyone tell me where to edit the color of font that it puts out? mind is coming out blue....
http://www.screen-gems.net/signature.php
Find the line below to change the font colour
//EDIT: Text Colour
DWard
01-27-2005, 07:57 AM
can someone tell me how to make this cronjob thing, so the sig is refreshed every 15mins?
The command line is in the code block below, you need to set all options, hours, days etc to *, but leave the minutes to 15 if its a dropdown menu... if you can type in the minutes, enter 15,30,45,0 and that will update the sig every 15mins.
GET http://www.yourdomain.com/forums/signature.php >/dev/null 2>&1
Keep the '>/dev/null 2>&1' part at the end of the command so you nor the web host will recieve emails to confirm the crontab has been completed every time.
Murphinator
01-27-2005, 10:12 PM
just a suggestion, look through this thread and add anything important to the install.txt
DWard
01-28-2005, 10:58 AM
just a suggestion, look through this thread and add anything important to the install.txt
CHeers, have done, also attached a HEX or any colour to RGB conversion program.
paulz
01-28-2005, 11:45 PM
CHeers, have done, also attached a HEX or any colour to RGB conversion program.
thanks so much for the color picker!
what do you think of my new one?
http://www.musicsourcenow.com/forums/images/sig/sig.jpg
DWard
01-29-2005, 04:11 PM
better :)
ambumann
02-05-2005, 12:12 PM
I get this errormesage:
Warning: getimagesize(http://www.xxx.com/signature.php): could not make seekable - http://www.xxx.com/signature.php in /profile.php on line 1324
DWard
02-07-2005, 08:37 PM
I get this errormesage:
Warning: getimagesize(http://www.xxx.com/signature.php): could not make seekable - http://www.xxx.com/signature.php in /profile.php on line 1324
Sounds like it could be problem with your php setup, ie the function is limited in what it can do or it is disabled.
Finally got this to work but when I run a standard vbcron, the sig data is updated but I get a load of code in the admin :-
?PNG IHDR^???7+tRNS?????i IDATx???wܥUu6????.?=e?)0Q?b??? 6?{?K@??'??D??X? j ?&%F1* Bi?0?i??m?????@????????/s????c???^g?k_?|?"??~??/Dd?Ļ??w??c??'?n?w`?5??~??35ܡ ?V ?z???qw?~հ?q???????q???p?s??w??O ??w?n?AĻ[`r?a???.3???F"???L58@@`L?)˦?k??@1?<͢g??ه?5??J ????B??ʟ_?δ??e??R K &*?kcCᤵ??R???p??B?t?\К<{?ڢnrD?QbD01F?͵?%)???1Wud?44??U?I??hu?x? ?+?k??Γ?????4c_?TF ???7ΌF"?AP+?Ȕ?Q???Z???bD????}?? pu??u/??w7?t??~Yv?? ?'???ƾ7?o?]F ???kQ?]; ??Z9Le??1??A?}DD??Dz13 ?L?+?? F??/?.?lz:l_????I ?H?"P?X?z?N @??T??,?V0fT?? h?c??L?nۏ? ʳ҈Md7?6?8 P???r??D\????|0*?2?2TB?E? ???*???;????o??nzvfyy1?3@
SIINSI
02-22-2005, 12:26 AM
What kind of a bandwidth spike?
Lemme answer my own question... I got a 40 Gig bandwidth spike in just the past 21 days :surprised:
Miguel
AxEsLoCkEd
03-20-2005, 12:30 PM
how to add a status indicator.
DWard
03-21-2005, 07:24 AM
how to add a status indicator.
????
AxEsLoCkEd
03-23-2005, 01:32 PM
I Mean how to check if i'm online or not. and if im online to tell that im online.
subnet_rx
04-06-2005, 09:16 PM
I see some add-ons for this hack, what will it show "out of the box" in your sig?
Murphinator
04-07-2005, 02:10 AM
Whaaaeet. It will show in the image. Not outside of it.
venomx
04-07-2005, 06:59 AM
Where have you seen addons?
The "out of the box" one is like the image in my sig...
MuTeD
04-09-2005, 12:27 AM
Fatal error: Call to undefined function: imagettftext() in /home/wwwsoco/public_html/forum/signature.php on line 259
When ever i try to do the custom font
DWard
04-09-2005, 05:13 PM
Fatal error: Call to undefined function: imagettftext() in /home/wwwsoco/public_html/forum/signature.php on line 259
When ever i try to do the custom font
'Undefined function' means the function is either something that is not installed as part of the PHP framework on the server, or is simply disabled.
|Jordan|
04-09-2005, 09:15 PM
How can i restrict the stats to a specific forum and its subforums and the members to a specific usergroup?
Deska
04-11-2005, 11:23 AM
How to add this as vbulletin cronjob?
Cause my hosting account not allow me to create cronjob :(
FightRice.com
04-11-2005, 11:44 PM
Did anyone ever figure out a way for this not to show up with all the guests?
venomx
04-12-2005, 12:02 AM
Did you read the install directions?
Set it up as a cron and just use the image instead of the php...
Deska
04-21-2005, 08:42 AM
Did you read the install directions?
Set it up as a cron and just use the image instead of the php...
What I mean is vBulletin Cron (Schedule Task) not regular crontab in linux.
venomx
04-21-2005, 03:17 PM
Goto Scheduled Tasks > Add New Scheduled Task
Title Sig Stats
Day of the Week *
Day of the Month *
Hour *
Minute 15 <-- or whatever you wish
Log Entries No
Filename ./signature.php
Try that... I am guessing it will work...
mharmon
04-22-2005, 01:48 PM
Has anyone had any trouble with this under PHP 4.3.11?
Brandon Sheley
04-22-2005, 05:19 PM
ah, i was looking for this, thank you very much " clicks install" but ill have to wait untill tonight tor tomarrow to try it out, wish me luck :P
Brandon Sheley
04-24-2005, 02:59 AM
hello, i found time to try this out and ran into a few questions.
one step one i see to add 2 images to a sig folder ?
"STEP ONE:
Upload sig.jpg and signature.jpg to a folder on your server, which is CHMOD to 777 (100% access).
"
first question with this is. can i use .gif files ? and two. what do i need for two images ? this is my rough sig, that id like to add these stats too
http://www.locoforum.com/sig/sig.gif
i'd like to put the " forums stats" right under the locoforum url..
i don't understand the 2 images deal.
this is the error i get when i go to mysite.com/signature.php
The image ?http://www.locoforum.com/signature.php? cannot be displayed, because it contains errors.
thank you for the help and the mod :) hope to get it working soon.
venomx
04-24-2005, 03:05 AM
Has to be jpg and it needs two because it edits one and over writes the other.
Brandon Sheley
04-24-2005, 07:44 AM
okay, so i can make it a jpg, and then the two images are the same image ? just ones called sig and the other is signature ? or w/e the install says i don't have it right in front of me.. and.. does it automaticly type the info at the bottom of the sig.. like yours ? .thank you for the help
okay i made a simple banner, just to test things out. and im stillg etting an error.
i have these files uplaoded, and chmomd the folder,
here are the 2 image links
http://www.locoforum.com/sig/sig.jpg
http://www.locoforum.com/sig/signature.jpg
and this is my
http://www.locoforum.com/signature.php
<?php
// ################################################## #####################
// ################################################## #####################
// ## ##
// ## SIGNATURE STATS V3.04 ##
// ## ---------------------------- ##
// ## By Dan Ward ##
// ## www.collegepranks.co.uk ##
// ## ##
// ################################################## #####################
// ################################################## #####################
// ########### developed from tkeil69575's script for 2.3.x ##############
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'sig_stats');
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
//////////////////////////////////////////////////////////////////////////
//
// Instructions
// ============
//
// Edit the 'ENTER DATABASE INFORMATION' and 'ENTER IMAGE INFORMATION' sections
// then edit the 'OUTPUT TEXT' and 'TEXT FORMATTING' sections
//
//////////////////////////////////////////////////////////////////////////
// #################### ENTER DATABASE INFORMATION #######################
//DB-Servername
$host = "localhost";
//DB-Username
$user= ".......";
//DB-Password
$password= ".......";
//vbulletin database name
$database="........";
//E-Mail Address where MySQL Error Messages are sent to
$adminemail = "iz_zy@email.com";
// ###################### ENTER IMAGE INFORMATION #########################
//Width of banner image
$width = 400;
//Height of banner image
$height = 98;
//Left text-margin
$left = 13;
//text-margin from top
$top = 70;
//Font Size
$fontsize = 7;
//If you have GD2 or higher set $sgdver to 1, for any older GD version set $sgdver to 0
$sgdver = 1;
//If you wish to use a TrueType font set $ttfe to 1, for default php font set $ttfe to 0
$ttfe = 0;
//If you wish to use a TrueType font, please enter the location to the .ttf file below
$ttff = "./verdana.ttf";
//Line-spacing of text
$zeilenabstand = 15;
//full path to empty signature image (input image)
$vorlagedatei = "/sig/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/sig/signature.jpg";
//Compression of output image
$komprimierung = 95;
//debug mode
$debug = 0;
// ######################### DO NOT EDIT BELOW ############################
function mysql_query_eval($query, $database) {
$mysql_eval_error="";
$mysql_eval_result = mysql_query($query, $database) or $mysql_eval_error = mysql_error();
if ($mysql_eval_error) {
if ( $debug == 1 ) {
$letter = "An error was encountered during execution of the query:\n\n";
$letter .= $query."\n\n";
$letter .="The query returned with an errorcode of: \n\n$mysql_eval_error\n\n";
$letter .="To turn this email off set debug=0 in signature.php\n\n";
$email_from = "From: ".$adminemail;
$subject="Subject: Signature Error Report";
$subject=trim($subject);
mail( $email, $subject, $letter, $email_from );
} elseif ( $debug == 2 ) {
dieWell( "MySQL error reported!<p>Query: $query<p>Result: $mysql_eval_error<p>Database handle: $database" );
exit;
}
return FALSE;
} else {
return $mysql_eval_result;
}
}
// CONNECTING TO DATABASE
$link = mysql_connect ("$host", "$user", "$password") or die ('I cannot connect to the database.');
mysql_select_db ("$database")or die("Could not select database");
// GETTING FORUM MEMBERS
$querya="SELECT COUNT(*) AS users, MAX(userid) AS max FROM " . TABLE_PREFIX . "user WHERE usergroupid!=4";
$numa = mysql_query_eval($querya,$link);
$numb = mysql_fetch_array($numa);
$numbermembers=number_format($numb['users']);
mysql_free_result($numa);
// GETTING TOTAL MEMBERS ONLINE
$datecut = TIMENOW - $vboptions['cookietimeout'];
$numbervisible = 0;
$numberregistered = 0;
$numberguest = 0;
$forumusers = $DB_site->query("
SELECT
user.username, (user.options & $_USEROPTIONS[invisible]) AS invisible, user.usergroupid,
session.userid, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM " . TABLE_PREFIX . "session AS session
LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > $datecut
ORDER BY " . iif($permissions['genericpermissions'] & CANSEEHIDDEN, 'invisible ASC, ') . "username ASC, lastactivity DESC
");
if ($bbuserinfo['userid'])
{
// fakes the user being online for an initial page view of index.php
$bbuserinfo['joingroupid'] = iif($bbuserinfo['displaygroupid'], $bbuserinfo['displaygroupid'], $bbuserinfo['usergroupid']);
$userinfos = array
(
$bbuserinfo['userid'] => array
(
'userid' => $bbuserinfo['userid'],
'username' => $bbuserinfo['username'],
'invisible' => $bbuserinfo['invisible'],
'inforum' => 0,
'lastactivity' => TIMENOW,
'musername' => fetch_musername($bbuserinfo, 'joingroupid')
)
);
$numberregistered = 1;
$numbervisible = 1;
$loggedin = $userinfos["$bbuserinfo[userid]"];
eval('$activeusers = ", ' . fetch_template('forumhome_loggedinuser') . '";');
}
else
{
$userinfos = array();
}
$inforum = array();
while ($loggedin = $DB_site->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
$numberregistered++;
if ($userid != $bbuserinfo['userid'])
{
$inforum["$loggedin[inforum]"]++;
}
$loggedin['musername'] = fetch_musername($loggedin);
}
}
// memory saving
$activeusers = substr($activeusers , 2); // get rid of initial comma
$DB_site->free_result($loggedins);
$totalonline = $numberregistered + $numberguest;
//////////////////////////////////////////////////////////////////////////////////////////////////
// GETTING TOTAL POSTS AND THREADS
include_once('./includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = number_format($nthreads);
$totalposts = number_format($nposts);
}
}
// ########################### OUTPUT TEXT ###############################
// Use \n\r to make a line break (only for use with truetype font SO FAR)
// Will be developed to use with default font soon :)
//Output text
$output = "Members: $numbermembers Threads: $totalthreads Posts: $totalposts Online: $totalonline";
$vorlage = imagecreatefromjpeg("$vorlagedatei");
if ($sgdver == "1")
{
$img = imagecreatetruecolor($width,$height);
} else {
$img = imagecreate($width,$height);
}
// ########################## TEXT FORMATTING ############################
// A PNG uses ImageColorAllocate instead of ImageColorClosest like jpeg uses
//EDIT: Background/Transparency Colour (not really seen)
$bg_color = imagecolorallocate ($img, 250, 250, 250);
//EDIT: Text Colour
$text_color = imagecolorallocate ($img, 19, 36, 161);
// ######################### DO NOT EDIT BELOW ############################
imagefilledrectangle ($img, 0, 0, $width, $height, $bg_color);
imagecopy ($img, $vorlage, 0, 0, 0, 0, $width, $height); // copy empty banner
imagecolortransparent($img, $bg_color); // set dummybg transparent
// the distance is in pixels and the font # is 1 through 5
$i = 0;
while($i < count($output)){
if ($ttfe == "1")
{
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, $ttff, $output);
} else {
imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);
}
$i++;
}
header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>
and if you look i stillg et an error :|
the last part of the install, do i need to do something here ?
###############################################
##
## DONE!!!
##
###############################################
All you need to do to have it as your signature is add this bbcode:
http://www.yourdomain.com/signature.php
NOTE: This does add a guest to your online users section as somebody views the signature, so the best thing to do, is add a cron task (not sure how) to call the script every 15 minutes or so, then use this bbcode:
http://www.yourdomain.com/sigfolder/signature.jpg
Brandon Sheley
04-25-2005, 03:54 AM
ah, i see what my problem was..needed the full path to the images :) yeah!!. thx for the mod and help
Brandon Sheley
04-25-2005, 04:16 AM
I cant get the line break to work, and I am using a ttf, any help on exactly where to put it.
I am doing it here
// ########################### OUTPUT TEXT ###############################
// Use \n\r to make a line break (only for use with truetype font SO FAR)
// Will be developed to use with default font soon :)
//Output text
$output = "Members: $numbermembers \n\r Threads: $totalthreads \n\r Posts: $totalposts";
$vorlage = imagecreatefromjpeg("$vorlagedatei");
if ($sgdver == "1")
{
$img = imagecreatetruecolor($width,$height);
} else {
$img = imagecreate($width,$height);
}
my next question is on this line break ? i pasted the \n\r just like htis user did, and i don't get line breaks, some some little letters, just wonding how i do the breaks, other then that, get work :P
thx for helping this n00b
nevermind, i tired a differant font and got it working just like i want. :P thx again.. peace
oh, this is what i came up with, i'll need to redo the graphic sometime, i'm better at coding then graphic's if that tells ya anything..lol
http://www.locoforum.com/signature.php (http://www.locoforum.com)
Watson
04-27-2005, 12:08 PM
get this error and can't seem to sort it out
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/bootleg/forums/signature.php on line 228
venomx
04-27-2005, 03:54 PM
Man I love this hack but as you can see in my sig I have to keep making the image larger lol
Brandon Sheley
04-27-2005, 05:38 PM
venomx you should just put a line break in it ?
and i have a little suggestion for the next release :) if you could put the page views used in PCFreaks site stats, that would be cool :)
brianstevz
04-27-2005, 08:17 PM
Got it to work within 10 minutes. Great hack!
Watson
04-27-2005, 10:09 PM
yeah I didnt have a problem either, was just after server change got that error I said above :(
|Jordan|
04-28-2005, 02:19 AM
It doesn't have to be a jpeg. I edited the file to accept GIF and it works flawlessly. All you have to do is replace all instances of the word "jpeg" with "gif.
I see at least one of these now a day when visiting some of the other sites I frequent. Its spreading!!!
Brandon Sheley
04-28-2005, 05:01 PM
It doesn't have to be a jpeg. I edited the file to accept GIF and it works flawlessly. All you have to do is replace all instances of the word "jpeg" with "gif.
cool. i figured as well, but just hadn't tried it yet, now i just wish my photoshop skills where a little better ..lol
Watson
04-29-2005, 07:32 PM
anyone able to help me out with my little problem :):)
venomx
04-29-2005, 07:44 PM
Looks like your host doesnt have the "imagecreatefromjpeg()" program installed...
Have you sent a support request to them asking why imagecreatefromjpeg() doesnt work?
Watson
04-30-2005, 07:21 AM
yeah I got the latest gd and the other thing installed on me server mate
Thanks got ours up after a little customizing! Thanks!
vB 3.0.1 (soon to be upgraded)
PHP 4.3.2
GD 2+
:up:
Mr. Brian
05-12-2005, 11:18 AM
Is it a MUST for img code to be turned on? Or...?
Is it a MUST for img code to be turned on? Or...?
well yeah, they're using a *.jpg in their sig which is generated by the signature.php
Can we get this to align right? or center..? anything other then left? I tried but $left is left no matter what. :disappointed:
mholtum
05-15-2005, 11:17 PM
use bb code. ie
path_to_image
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.