Custom Signatures

Message boards : Number crunching : Custom Signatures
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41181 - Posted: 29 Oct 2004, 12:11:04 UTC

I see you guys now have custome SETI signatures instead of the "generic" versions I'm using.

Can someone point me in the direction of the code as I'd like to incoporate it into my own signature instead of having to use 3 as you see below
.

<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41181 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 41227 - Posted: 29 Oct 2004, 15:58:42 UTC - in response to Message 41181.  
Last modified: 29 Oct 2004, 16:04:10 UTC

> I see you guys now have custome SETI signatures instead of the "generic"
> versions I'm using.
>
> Can someone point me in the direction of the code as I'd like to incoporate it
> into my own signature instead of having to use 3 as you see below
> .

Are you looking for the actual code or a website offering the multi-project statistic images? The code for my signature will be released when I have the last part of it finished. I won't have a public hosting site for it anytime soon though.


Click image for full project list.
ID: 41227 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41228 - Posted: 29 Oct 2004, 16:09:11 UTC - in response to Message 41227.  
Last modified: 29 Oct 2004, 16:13:09 UTC

I'd like to have code that I could run on my server, but not just signature stuff, I'd like a link to all scripts that you, or anyone else knows of.......things similiar to pstats for SETI Classic.

Basically stuff I can use to broadcast my SETI participation in a format that I can alter because I tend to edit my entire site every couple of months.
http://www.brainsmashr.com/pstats.php
.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41228 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 41236 - Posted: 29 Oct 2004, 16:53:26 UTC - in response to Message 41228.  
Last modified: 29 Oct 2004, 17:03:14 UTC

> I'd like to have code that I could run on my server, but not just
> signature stuff, I'd like a link to all scripts that you, or anyone else knows
> of.......things similiar to pstats for SETI Classic.

The code that I'm using is a GPL'd set of scripts released by AthlonRob. There's a post on this forum from a few months ago by AthlonRob with the URL to download.

It's basically a Perl script to download and import the XML exports to MySQL and uses PHP to generate the image. Setup a couple cron jobs to download the XML files and it's done. The image in that download is only a single project image that I used as a base to write my current signature. It also contains php scripts to pull team information, user information, etc. for an IRC bot but can easily be modified for html viewing (which I've also started to do). Eventually I'll have the scripts written to show the data like the page you've linked but I haven't finished it yet.

If I can find the link to the download I'll post it here - have to search the forums for it. There are a couple small bugs with it that have been fixed and will be included in the next release as well as updated features (like my signature script). I can also put the current code of my signature here if you want, but it's not done yet.

Edit: Found the thread here.

Click image for full project list.
ID: 41236 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41288 - Posted: 29 Oct 2004, 21:13:05 UTC - in response to Message 41236.  

OMG dude, how did you even set this up? I can't even get the sql file to install and i'm using phpMyAdmin......I don't think you can screw things up wit that.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41288 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41291 - Posted: 29 Oct 2004, 21:32:59 UTC

How do I test to see if perl is even installed on my server?

Why isn't all of this written in php??


<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41291 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41319 - Posted: 30 Oct 2004, 1:28:42 UTC

Well, I have perl installed on my server, as I was able to access a test.pl and test it.......but I'm still lost on making that parse.pl script update MySQL.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41319 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 41339 - Posted: 30 Oct 2004, 2:58:24 UTC - in response to Message 41319.  

The SQL file in the archive only seemed to work on the newest version of MySQL. You have to make changes to the SQL file to make it work with older MySQL servers. Here's the file that I use to add tables for each project. See if it works for you.

> Why isn't all of this written in php??

AthlonRob didn't want to? Pearl is faster than php? I have no idea why, you'd have to ask AthlonRob about that one.


Click image for full project list.
ID: 41339 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41416 - Posted: 30 Oct 2004, 11:01:37 UTC - in response to Message 41339.  
Last modified: 30 Oct 2004, 11:06:08 UTC

Thanx for your reply, but the perl script is the problem.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@brainsmashr.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

"More information about this error may be available in the server error log.

Apache/1.3.31 Server at brainsmashr.com Port 80

http://www.brainsmashr.com/cgi-bin/boincstats/parse.pl

Next question, do I have to edit every single file and include MY username and password? Currently I have only edited sig.php but I get a no id specified when I try to pull that page up, even though I have hardcoded my Id in that script.

<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41416 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 41464 - Posted: 30 Oct 2004, 15:09:30 UTC - in response to Message 41416.  

> Next question, do I have to edit every single file and include MY username and
> password? Currently I have only edited sig.php but I get a no id specified
> when I try to pull that page up, even though I have hardcoded my Id in that
> script.

You need to add your login, password, server and database information to the perl script and to the signature script. (You will need to add it to the other scripts if you're going to use them.) You also need to set the download URL for the project and specify each filename in the perl script. (1 copy of the perl script is needed for each project you are going to use.)

Once you've done that and created the database file from the SQL code I linked above, you need to run the perl script from a command line (telnet session), not through the web server.

You should see:
Teams Downloaded
Users Downloaded
Hosts Downloaded
.. and the prompt again.

Then you need to find an image you want to use as your background for the image (PNG format). Make sure you save it as base.png or whatever you have the sig.php file looking for.

Then you should be able to view the image by putting sig.php?id=12345&project=sah in html img tags.

... is what the signature image will look like (except for the background). Once that works, my multi-project image script will work.

Click image for full project list.
ID: 41464 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41489 - Posted: 30 Oct 2004, 16:56:36 UTC
Last modified: 30 Oct 2004, 17:08:08 UTC

Thanx for your help, but I'm going to have to pass.

Your talking over my head, I don't know jack about perl, the "script" is written in multiple languages, and I've seen 3rd graders provide better documentation than what's included with the download.

Again, thanks for your help, but this toy isn't worth the 2 days I've spend trying to get it to work.....espically when I'm not even sure this is going to work on my server.


.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41489 · Report as offensive
Sky King
Avatar

Send message
Joined: 19 Feb 04
Posts: 31
Credit: 104,917
RAC: 0
United States
Message 41513 - Posted: 30 Oct 2004, 18:41:54 UTC

test
<a><img src="http://boinc.mundayweb.com/one/stats.php?userID=958&amp;trans=off"></a>
ID: 41513 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41528 - Posted: 30 Oct 2004, 19:54:26 UTC - in response to Message 41513.  

Got 2 of those SkyKing, one for BOINC and one for SETIClassic, but I want only part of that info, and I want it to display in my own Dynamic Signature, which you see below.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41528 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 41565 - Posted: 30 Oct 2004, 22:29:01 UTC - in response to Message 41528.  
Last modified: 30 Oct 2004, 22:29:20 UTC

> Got 2 of those SkyKing, one for BOINC and one for SETIClassic, but I want only
> part of that info, and I want it to display in my own Dynamic Signature, which
> you see below.

I don't think SkyKing was trying to add anything usefull to this thread. We just got spammed by a signature test.

> and I've seen 3rd graders provide better documentation than what's included with the download.

If you can't figure it out that's fine but you don't need to start taking shots at it. It is a "work in progress" package which was released as-is so people could start using it the way they wanted.

Maybe try the next version once it's released. If I can figure out how, I'll write a .php script to act as the downloader.

Click image for full project list.
ID: 41565 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41575 - Posted: 30 Oct 2004, 23:03:58 UTC - in response to Message 41565.  
Last modified: 30 Oct 2004, 23:07:44 UTC

>"It is a "work in progress" package......"

You cannot possibly imagine how tired I am of hearing that about BOINC, and now, apparently, anything related....although it seems to work fine for those "in the know".

It's nothing personal against the author, just a statment of the obvious. I mean there is nothing in those instructions about accessing parse.pl via a telnet connection. Had I read that first, I would have known that this is over my head because I don't know enough about Linux to deal with my server like that.

.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41575 · Report as offensive
Profile Paul D. Buck
Volunteer tester

Send message
Joined: 19 Jul 00
Posts: 3898
Credit: 1,158,042
RAC: 0
United States
Message 41670 - Posted: 31 Oct 2004, 11:41:00 UTC - in response to Message 41575.  

> You cannot possibly imagine how tired I am of hearing that about BOINC, and
> now, apparently, anything related....although it seems to work fine for those
> "in the know".
>
> It's nothing personal against the author, just a statment of the obvious. I
> mean there is nothing in those instructions about accessing parse.pl via a
> telnet connection. Had I read that first, I would have known that this is
> over my head because I don't know enough about Linux to deal with my server
> like that.

Actually, as one of those that says it, I know how tiring it is to always hear it. But it is the truth. In the early days of automobiles you could have your car in any color as long as the color was black. A few years drifted by and here we are in the age of the "Saturn" to "Lexus LS-400" (or Mercedes S-Class).

None of us likes the amount of work yet to be done. I did documentation because it is something that needed to be done. It helped that I have some small skill in that, and can figure things out based upon my time as a systems engineer. Others have done things with add-on programs like BOINC View and the signature sites because they could understand those parts.

This is one of the most complex systems I have worked on. Much of the complexity is "hidden" from view, but that is part of the reason that it is so complex.

Last point, you did not wast two days, you spend them learning a little about this system and yours. There is the potential for you to learn more about your Linux operating system withe this as the challenge to overcome.

:)

Anyway, have a nice Sunday ...

ID: 41670 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41676 - Posted: 31 Oct 2004, 12:14:15 UTC - in response to Message 41670.  
Last modified: 31 Oct 2004, 12:23:53 UTC

> you spend them learning a little about this system and yours. There is the potential for you to learn more about your Linux
> operating system withe this as the challenge to overcome.

The only thing I actually learned is where to upload a single test perl script and return a simple "hello world" message. While I technically DID learn something, it's pretty useless and I'm not any closer to achieving the results I wanted :(

Second point is that I don't have a Linux OS, I'm using windows, but the server that I rent space on DOES run Linux (FreeBSD I think). I learned that I CAN telnet into the server, but I cannot do anything beyond login/password, since none of the Dos commands I know work on Linux.....again, I DID learn something, but I am not any closer to achieving the results I wanted.

> it helped that I have some small skill in that, and can figure things out based upon my time as a systems engineer.

I'm thinking that might be part of the problem, we're not all System Engineer's or even close....I majored in Journalism, and the first thing you learn is to write on a sixth grade level because the majority of people are not college grads, much less Systems Engineer's.

Like the telnet part.....maybe that wasn't mentioned because the author figured this was common knowledge? I don't know, I just know that I'm not a SE, nor am I a Linux users, and I feel that is a pretty important part that was omitted or forgotten.


Anyway.....I know I bitch a lot, but Dynamic Signatures have become really popular in the Nuke/phpBB Community, and I think the ability to add your personal SETI information to your own Dynamic Signature would go a long way in bringing users to SETI......and since I'm not a coder, all I can do is goad you guys into working harder or making the process simplier.

Not to mention I'm a forum moderator @ Nukecops.com, the largest spot on the web for Nuke support and resources. With 25857 registered members, and an average of 50 new users a day......if you guys can help me get this working, I can, without a doubt, give it some major exposure.

.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41676 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41684 - Posted: 31 Oct 2004, 13:11:06 UTC

Well, I made it to the parse.pl file...... trying to figure out how to execute it......
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41684 · Report as offensive
Anonymous

Send message
Joined: 15 Jan 02
Posts: 307
Credit: 24,137
RAC: 0
Afghanistan
Message 41963 - Posted: 1 Nov 2004, 17:56:48 UTC

Can one of you guys PLEASE show me your parse.pl file? There has got to be something I'm missing here.

.
<a href="http://www.brainsmashr.com"><img src="http://www.brainsmashr.com/signature.gif"><img src="http://brainsmashr.com/boinc/counter_big.php?id=305369&amp;project=seti&amp;ctx=white&amp;cva=red&amp;cbo=white&amp;cbg=black&amp;linethickness=2"></a>
ID: 41963 · Report as offensive
Profile tiker
Volunteer tester
Avatar

Send message
Joined: 13 May 99
Posts: 100
Credit: 322,242
RAC: 0
Canada
Message 42264 - Posted: 2 Nov 2004, 19:29:30 UTC - in response to Message 41963.  

> Can one of you guys PLEASE show me your parse.pl file? There has got to be
> something I'm missing here.

An updated version that I use is [url=http://www.funkymonkey.org/boinc/import.pl]here<A>. Fixes an issue with team description imports, handles the nested host info in the user.xml, and user info in the team.xml, etc.

Just replace the '--something--' values with your information. Change the url and file names to the project you're downloading for. (This one is setup for the pirates@home xml.)

Click image for full project list.
ID: 42264 · Report as offensive
1 · 2 · Next

Message boards : Number crunching : Custom Signatures


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.