Shoutbox

Whatpulse Siggy? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Whatpulse Siggy? (/showthread.php?tid=45306)

Whatpulse Siggy? by Concord Dawn on 05-26-2005 at 03:27 AM

What happened to the Whatpulse signature image service? Anyone know?


RE: Whatpulse Siggy? by John Anderton on 05-26-2005 at 04:41 AM

Err .... i tht it still works ?? But even i cant find the link to the sig thing on the online stats page :S

They (sig site) were on http://whatpulse.afraid.org last i checked but that site is timing out.

I made a thread about this a few months back .... let me check it ....

If nothing works you could ask a good coder to make a whatpulse stat sig using php :D


RE: Whatpulse Siggy? by rav0 on 05-26-2005 at 08:39 AM

The service needs help with hosting. Nick2588 asked for help on the WhatPulseForums on 2005-04-04, but the thread seems to heve been forgotten, even though it has been made sticky. The last post to the thread was on 2005-13-05, and no posts implied that the service was comming back up.

Update:
Another signature image service is now up at http://offbeat-zero.net/pulse/ :o.

This service uses your WebAPI. You must turn on WebAPI in your Whatpulse profile, and wait until your information is syndicated. More information about WebAPI is available at the Whatpulse website.


RE: Whatpulse Siggy? by Veggie on 05-26-2005 at 09:01 AM

If you know php you can create your own, remember to do a bit of caching. If you need help just ask.


RE: Whatpulse Siggy? by rav0 on 05-26-2005 at 09:04 AM

I need help, so I'm asking. I am a PHP newbie, but can usually make out the meaning of things.


RE: Whatpulse Siggy? by Veggie on 05-26-2005 at 09:12 AM

do you have any webhosting that has php and had GD compiled?


RE: Whatpulse Siggy? by rav0 on 05-26-2005 at 09:17 AM

I have hosting with PHP and MySQL. What is GD? My PHP info should be here (link), but something seems a bit poofed ATM. I'll create the file again now, but maybe there is something wrong with the server. It all worked before.

Edit:
I posted the wrong URI, thanks Lee Jeffery.

Update:
PHP info all working now.


RE: Whatpulse Siggy? by Eljay on 05-26-2005 at 09:33 AM

@ravo: its here http://home.exetel.com.au/rav0/info.php

and yes you have GD ;)


RE: Whatpulse Siggy? by rav0 on 05-26-2005 at 09:38 AM

http://home.exetel.com.au/rav0/info.php wasn't working when i tested it before posting, it is now though. I did use the right URI, but I posted the wrong one :$. Will edit above.

So what is GD and what does it do?

How hard will it be to make my own whatpulse signatures?


RE: Whatpulse Siggy? by Veggie on 05-26-2005 at 09:55 AM

well i suggest you read, http://uk.php.net/gd that should tell you all you need to know, you wont be able to make a php signiture without knowing GD.

As GD is the graphics library for PHP, it contains all the functions to create and output images.


RE: Whatpulse Siggy? by John Anderton on 05-26-2005 at 10:09 AM

Err ..... i already have a sig maker which is used for whatpulse :cheesy:
It was made by -dt- so u could ask him :)


RE: Whatpulse Siggy? by -dt- on 05-26-2005 at 10:25 AM

quote:
Originally posted by John Anderton
Err ..... i already have a sig maker which is used for whatpulse :cheesy:
It was made by -dt- so u could ask him :)

my old one wont work anymore btw. whatpulse closed the old api site (well atleast thats what they said in one of the mass emails they sent)
but eh rav0 there seems to be a pretty good whatpulse class on the whatpulse site , that will fetch the info  but it wont display the picture or cache the data for you WHICH YOU MUST DO (or they will probley block you or something) , then you just need to work out how to display the pictureusing the GD libary

functions you will probley use for the caching
http://au3.php.net/function.fopen
http://au3.php.net/function.fwrite
http://au3.php.net/function.fread
http://au3.php.net/function.fclose

functions for displaying an image
http://au3.php.net/function.imagecreatefrompng for loading an image from an png file
http://au3.php.net/function.ImageTTFText  for writing on the image (with a font)
http://au3.php.net/function.imagepng
http://au3.php.net/function.ImageDestroy
and header
http://au3.php.net/function.header to tell the browser that your sending an image use like "Header ("Content-type: image/png");"

after looking at those functions you should have a general idea of how to put all this together :P just post if you need help
RE: Whatpulse Siggy? by Veggie on 05-26-2005 at 10:30 AM

Yeah dt they seem to be all the functions needed, also setting colours:
the first colour set is the backround and colours after can be used to colour the text.

Use http://uk2.php.net/imagecolorallocate to set colours


RE: Whatpulse Siggy? by John Anderton on 05-26-2005 at 10:52 AM

quote:
Originally posted by -dt-
after looking at those functions you should have a general idea of how to put all this together just post if you need help
So when is the newer version of Plus! Whatpulse Stat Sig Comming up :P