View previous topic :: View next topic |
Author |
Message |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Mon Jun 24, 2013 1:14 pm Post subject: Signatures |
|
|
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 |
|
 |
JumpinJohnny Prince


Joined: 28 Mar 2013 Posts: 1247 Location: Western New Hamster
|
Posted: Mon Jun 24, 2013 2:25 pm Post subject: |
|
|
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.  |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Mon Jun 24, 2013 4:10 pm Post subject: |
|
|
HA....yeah, I just took care of that _________________
 |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Mon Jun 24, 2013 10:52 pm Post subject: |
|
|
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 |
|
 |
JumpinJohnny Prince


Joined: 28 Mar 2013 Posts: 1247 Location: Western New Hamster
|
Posted: Mon Jun 24, 2013 11:55 pm Post subject: |
|
|
Congrats !!!
Let's Celebrate
 _________________
  |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 6:54 am Post subject: |
|
|
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 |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 4:03 pm Post subject: |
|
|
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 |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Tue Jun 25, 2013 4:16 pm Post subject: |
|
|
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
 _________________
 |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 4:33 pm Post subject: |
|
|
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 |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 4:59 pm Post subject: |
|
|
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 |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 5:04 pm Post subject: |
|
|
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 |
|
 |
bpowe KWSN ArchBishop


Joined: 17 May 2002 Posts: 742 Location: San Angelo, Texas
|
Posted: Tue Jun 25, 2013 9:39 pm Post subject: |
|
|
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 |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Tue Jun 25, 2013 10:12 pm Post subject: |
|
|
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
Makes me the leader tho!  _________________
 |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 10:34 pm Post subject: |
|
|
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 |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 10:41 pm Post subject: |
|
|
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 |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Tue Jun 25, 2013 10:46 pm Post subject: |
|
|
  
Seems a bit small - WTG! - Glad ya got it wRoking!! _________________
 |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 11:01 pm Post subject: |
|
|
I knew I'd break it if I kept on playing with it  _________________
 |
|
Back to top |
|
 |
Gemjunkie Prince


Joined: 03 Jul 2010 Posts: 3519 Location: Earth, lately
|
Posted: Tue Jun 25, 2013 11:22 pm Post subject: |
|
|
 _________________
(older, before split CPID)
 |
|
Back to top |
|
 |
BrainSmashR Knight


Joined: 22 Jun 2013 Posts: 76 Location: Natchitoches, LA.
|
Posted: Tue Jun 25, 2013 11:26 pm Post subject: |
|
|
You can now use counter_big.php too, and I'm stopping before I break it again  _________________
 |
|
Back to top |
|
 |
|