Random Homebrew: PSP Monopoly
monopoly clone
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

Distract-o-Matic+ [1.9.8] (04-25-13)

Things that don't go in any other category

Distract-o-Matic+ [1.9.8] (04-25-13)

Postby fate6 » Sat Jun 09, 2012 1:57 pm

hello denizens of /talk ^__^

have you ever wanted a bigger avatar AND a custom title ?
well then this script is for you ^_-

ok first if you don't know what "Distract-o-Matic" is then check Xian's original post here

now you might be wondering what exactly makes this ver. different, what is the + for ?

well my inquisitive friend the the answer is that its basically just a combo of Xian's Distarct-o-Matic and his custom titles script that you can find in my sig
(the one in my sig is the same as his except I add tittles more often)

any who long story short here it is
http://userscripts.org/scripts/show/135603

if anyone would like a custom title then post in this thread and if I like it I'll add it
(or you could wait for me to give you one but that might take some time)


UPDATE: fixed compatibility with coldbirds forums

1.9.1 update: support for .gif has been added (thanks Xian <3)
.gif avi instructions
Important notice: this is how you need to set your avatar path if you want it to work:
Code: Select all
http://www.gravatar.com/avatar/caa4479313e71fe7b3e76cf684833d7c?s=100&redir=http://images3.wikia.nocookie.net/__cb20110213203820/starcraft/images/e/e5/Carrier_SC2_Head1.gif&foo=bar.jpg

Code: Select all
http://www.gravatar.com/avatar/<your email md5 hash>?s=100&redir=<address of gif/alternative image to redirect to>&foo=bar.<format of your gravatar image>


1.9.5 update: now supports the hgoel forums!!!!

1.9.8 update: now supports the thehomebrewplanet.com forums !!!!!
Last edited by fate6 on Fri Jul 13, 2012 11:18 pm, edited 6 times in total.
User avatar
fate6
Moderator
 
Posts: 4070
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: Distract-o-Matic+ [1.0]

Postby fouadtjuhmaster » Sat Jun 09, 2012 2:43 pm

I still have no clue what the difference is between "+" and "not +"
User avatar
fouadtjuhmaster
Banned
 
Posts: 841
Joined: Sat Jan 01, 2011 12:27 am
Location: Nador, Morocco

Re: Distract-o-Matic+ [1.0]

Postby fate6 » Sat Jun 09, 2012 2:45 pm

its basically just a combo of Xian's Distarct-o-Matic and his custom tittles script that you can find in my sig


its both scripts in one
User avatar
fate6
Moderator
 
Posts: 4070
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: Distract-o-Matic+ [1.0]

Postby Xian Nox » Sat Jun 09, 2012 2:47 pm

y u such a ninja~

Anyways, cookie given. *gives box of cookies to fate6*
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
Moderator 80% corrupt. That's funny, I don't feel corrupt. In fact, I feel pretty good.
What looks like a blog of mine can be seen here. Or stalk me on twitter.
User avatar
Xian Nox
Moderator
 
Posts: 6060
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: Distract-o-Matic+ [1.0]

Postby fate6 » Sat Jun 09, 2012 2:51 pm

I didn't know you were going to make a thread for it >___<
(or were you going to update yours ?)

om nom nom nom
om-nom-nom-nom1.jpg
om-nom-nom-nom1.jpg (44.44 KiB) Viewed 954 times
User avatar
fate6
Moderator
 
Posts: 4070
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: Distract-o-Matic+ [1.0]

Postby Xian Nox » Sat Jun 09, 2012 3:01 pm

No, you ninja'd my reply to fouadtjuhmaster. And no, it wouldn't be right for me to create a thread for it, since it's yours now.
As for updates, I should update my distract-o-matic own a little. Being busy with something else right now. And if I do add something, that would be more configuration options.
Anyways, feel free to experiment around. Finding a new way to distribute changes for the custom title script would be nice. Something I've tried and won't work is saving them all on a .js file, but browsers like caching those a lot. If you can find a way to dynamically retrieve it, or prevent its caching without changing browser settings, you'd solve that issue.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
Moderator 80% corrupt. That's funny, I don't feel corrupt. In fact, I feel pretty good.
What looks like a blog of mine can be seen here. Or stalk me on twitter.
User avatar
Xian Nox
Moderator
 
Posts: 6060
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: Distract-o-Matic+ [1.0]

Postby fate6 » Sat Jun 09, 2012 3:08 pm

I know next to nothing about java and when it comes to coding in general im still being "introduced" to it
(im starting with python then moving to C)

but ill look up some guides and see what I can learn ^__^
User avatar
fate6
Moderator
 
Posts: 4070
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: Distract-o-Matic+ [1.0]

Postby Xian Nox » Sat Jun 09, 2012 3:17 pm

First of all, Java and JavaScript have close to nothing to do with each other.
Wikipedia wrote:A common misconception is that JavaScript is similar or closely related to Java. It is true that both have a C-like syntax, the C language being their most immediate common ancestor language. They are both object-oriented, typically sandboxed (when used inside a browser), and are widely used in client-side Web applications. In addition, JavaScript was designed with Java's syntax and standard library in mind. In particular, all Java keywords were reserved in original JavaScript, JavaScript's standard library follows Java's naming conventions, and JavaScript's Math and Date objects are based on classes from Java 1.0.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
Moderator 80% corrupt. That's funny, I don't feel corrupt. In fact, I feel pretty good.
What looks like a blog of mine can be seen here. Or stalk me on twitter.
User avatar
Xian Nox
Moderator
 
Posts: 6060
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: Distract-o-Matic+ [1.0]

Postby fate6 » Sat Jun 09, 2012 3:22 pm

*sigh*

great now I feel like a n00b >__<

any who thanks for the info, every bit helps ^___^
User avatar
fate6
Moderator
 
Posts: 4070
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: Distract-o-Matic+ [1.0]

Postby XxGodOfWar2xX » Sun Jun 10, 2012 4:04 am

how do i get something like you got? but more "Kratos" style?
Inside Your Computer Windows 98 Theme Port for Windows 7 By XxGodOfWar2xX. Comes with Classic Shell!
Image
New Mousepad I ordered thanks to Fate6's post. Event ended May 23, 2013
User avatar
XxGodOfWar2xX
 
Posts: 2069
Joined: Sat Feb 12, 2011 3:28 pm
Location: Death City

Next

Return to Off-Topic

Who is online

Users browsing this forum: No registered users and 2 guests