KWSN Orbiting Fortress Forum Index KWSN Orbiting Fortress
KWSN Distributed Computing Teams forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Signatures
Goto page 1, 2  Next
 
Post new topic   Reply to topic    KWSN Orbiting Fortress Forum Index -> KWSN Round Table
View previous topic :: View next topic  
Author Message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Mon Jun 24, 2013 1:14 pm    Post subject: Signatures Reply with quote

Once upon a time I hosted BOINC signatures on my website, but since that time I've lost all the files. Does anyone know where I could score something like that again? ...something besides the simple apps on the BOINC website.
_________________


Back to top
View user's profile Send private message
JumpinJohnny
Prince
Prince


Joined: 28 Mar 2013
Posts: 1247
Location: Western New Hamster

PostPosted: Mon Jun 24, 2013 2:25 pm    Post subject: Reply with quote

I hope someone will be able to answer your question regarding web based data collection in this forum, or at least point you in the right direction...
In the meantime, some information on OUR team can be found here. http://boincstats.com/en/stats/-1/team/detail/6
When you join, it will show up here. See PM. Wink
Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Mon Jun 24, 2013 4:10 pm    Post subject: Reply with quote

HA....yeah, I just took care of that
_________________


Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Mon Jun 24, 2013 10:52 pm    Post subject: Reply with quote

Awesome....I need to figure out how to make the rewrite work for all the variables, but if you want to play with the sig generator in the meantime, you can find it at http://www.brainsmashr.com/BOINC

Edit: Please note that none of the signatures it generates right now will work with bbcode (except for mine because I'm awesome) but it will currently work on any site that allows html
_________________


Back to top
View user's profile Send private message
JumpinJohnny
Prince
Prince


Joined: 28 Mar 2013
Posts: 1247
Location: Western New Hamster

PostPosted: Mon Jun 24, 2013 11:55 pm    Post subject: Reply with quote

Congrats !!!

Let's Celebrate



_________________

Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 6:54 am    Post subject: Reply with quote

Before I waste a ton of time reviewing htaccess rewrites, does anyone know how to turn a php with multiple vairables into an image?

Currently I'm using:
Code:
RewriteRule ^BOINC/brain.jpg /BOINC/summary.php?name=BrainSmashR&team=KWSN!&seti=712168&milkyway=1648&style=2 [L]


but obviously that will only work with those specific variables.
_________________


Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 4:03 pm    Post subject: Reply with quote

this is just a test...nothing to see here, move along









_________________




Last edited by BrainSmashR on Tue Jun 25, 2013 11:25 pm; edited 7 times in total
Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Tue Jun 25, 2013 4:16 pm    Post subject: Reply with quote

These are valid URLs, and I get the Graphics - It's just that PHPbb doesn't accept them as 'Images'
Let's try Bit.Ly
[img]bit.ly/1cjw1X1[/img]
Nope - Well, at least it's a shorter link
Laughing
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 4:33 pm    Post subject: Reply with quote

Yeah, it's issues with my .htacess file. It's been about 4 years so it's going to take some tinkering to get it right again
_________________


Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Tue Jun 25, 2013 4:47 pm    Post subject: Reply with quote

BrainSmashR wrote:
Yeah, it's issues with my .htacess file. It's been about 4 years so it's going to take some tinkering to get it right again

Permissions? Might see if this is at all helpful...
http://stackoverflow.com/questions/14634497/configuring-htaccess-for-directory-and-file-permissions
http://stackoverflow.com/questions/13339215/htaccess-work-with-specific-file-and-directory?rq=1
This seems close...
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 4:59 pm    Post subject: Reply with quote

Nah, it's not permissions. I need a way to have the file name simple like counter.jpg but have it rewrite via my htaccess file to

Code:
counter.php?id=712168&project=seti&style=4


While being able to accept YOUR variables. I can hard code all of my stuff, but that doesn't give you the ability to use my sig generator with bbcode.
_________________


Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 5:04 pm    Post subject: Reply with quote

Code:
Rewriterule ^BOINC/counter.jpg /BOINC/counter.php?id=$1&project=$2&style=$3


How do I pass variables $1, $2, $3 to my server without YOU having to include them in the bbcode??
_________________


Back to top
View user's profile Send private message
bpowe
KWSN ArchBishop
KWSN ArchBishop


Joined: 17 May 2002
Posts: 742
Location: San Angelo, Texas

PostPosted: Tue Jun 25, 2013 9:39 pm    Post subject: Reply with quote

Have you put it in this format?

Code:


[url=http://whatpulse.org/referral/346534][img]http://whatpulse.org/dynamic-images/346534.jpg[/img][/url]



I copied this from a working tagline. this fools bbc to think ah image is not an image...
_________________
You can't leave footprints in the Sands of Time while sitting on your butt and who wants to leave Buttprints in the Sands of Time?
Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Tue Jun 25, 2013 10:12 pm    Post subject: Reply with quote

I am surprised my own Image-thingie may help in the resolution to this!
I know if you click on it, it will take you to WhatPulse
We only have 4 or 5 of us BTW
Click and join! They stopped showing Cohiba on KWSN Stats Sad
Makes me the leader tho! Laughing
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 10:34 pm    Post subject: Reply with quote

Now I need victims...I mean guinea pigs...I meant testers.

First you need to get your own seti@home User ID...this can be found on your seti@home account info page.

Then I need you to copy my bbcode

Code:
http://brainsmashr.com/BOINC/counter.php/id/712168/project/seti/style/4/brain2.jpg


and replace my User ID with yours...just the numbers. Savvy individuals can try other styles by replacing the 4 with any number 1-20

Code:
http://brainsmashr.com/BOINC/counter.php/id/YOUR ID/project/seti/style/4/brain2.jpg


then post that code in a post and see if it returns your seti@home info
_________________


Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 10:41 pm    Post subject: Reply with quote

testing with some random user ID



Edit: SWEEEEEEET

Currently the rewrite will only work with the small signature. I'll hammer our some rewrites for the other signatures then start adding more projects
_________________


Back to top
View user's profile Send private message
PhastPhred
Prince
Prince


Joined: 22 Mar 2006
Posts: 6017
Location: Northwest AR (USA)

PostPosted: Tue Jun 25, 2013 10:46 pm    Post subject: Reply with quote


Seems a bit small - WTG! - Glad ya got it wRoking!!
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 11:01 pm    Post subject: Reply with quote

I knew I'd break it if I kept on playing with it #Mad
_________________


Back to top
View user's profile Send private message
Gemjunkie
Prince
Prince


Joined: 03 Jul 2010
Posts: 3519
Location: Earth, lately

PostPosted: Tue Jun 25, 2013 11:22 pm    Post subject: Reply with quote


_________________




(older, before split CPID)
Back to top
View user's profile Send private message
BrainSmashR
Knight
Knight


Joined: 22 Jun 2013
Posts: 76
Location: Natchitoches, LA.

PostPosted: Tue Jun 25, 2013 11:26 pm    Post subject: Reply with quote

You can now use counter_big.php too, and I'm stopping before I break it again Embarassed
_________________


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    KWSN Orbiting Fortress Forum Index -> KWSN Round Table All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Optimized Seti@Home App | BOINC Stats