Home Subscriptions Register Forums

Go Back   MMOBugs - Cheat Smarter > MMOBugs Forums > General Chat

Reply
 
Thread Tools Display Modes
  #11  
Old July 26th, 2008
Sadge's Avatar
Sexy Shoeless God of War
 
Join Date: Nov 2007
Location: Washington, DC area
Posts: 428
Rep Power: 103
Sadge will become famous soon enough
Send a message via ICQ to Sadge Send a message via AIM to Sadge Send a message via MSN to Sadge Send a message via Yahoo to Sadge
Quote:
Originally Posted by thez View Post
Boredom strikes again...

What are you using for your background/desktop? Who are you using, if the answer is relevant?

I've currently got Summer Glau up, with a script of countdown timers...
Here's the difference from being young and being old ...

Instead of a hot girl, I've got a picture of my daughter instead ....
Attached Images
File Type: jpg Isabella Portrait.JPG (902.8 KB, 17 views)
Reply With Quote
  #12  
Old July 26th, 2008
Rhymes well with Pez
 
Join Date: Oct 2006
Location: Santa Cruz
Posts: 711
Rep Power: 126
thez will become famous soon enough
Well, until I switched it to Miss Glau, my wallpaper would swap between these pictures I took near my dorm in Santa Cruz...
Attached Images
File Type: jpg 100_0083.jpg (820.5 KB, 31 views)
File Type: jpg 100_0084.jpg (2.02 MB, 38 views)
__________________
Just because I'm paranoid doesn't mean that no one's watching.
Quote:
Originally Posted by Fyodor Dostoevsky
Sarcasm: the last refuge of modest and chaste-souled people when the privacy of their soul is coarsely and intrusively invaded.
Reply With Quote
  #13  
Old July 26th, 2008
JimJohnson's Avatar
Forum Jackass
 
Join Date: Jul 2006
Posts: 3,999
Rep Power: 293
JimJohnson will become famous soon enoughJimJohnson will become famous soon enough
I like that second picture of the walking trail.
__________________
Quote:
I don't support hacking but I know JJ is an honorable dude
Reply With Quote
  #14  
Old July 26th, 2008
burntbulb's Avatar
Premium Member
 
Join Date: Aug 2006
Posts: 244
Rep Power: 88
burntbulb will become famous soon enough
i also like that pic, reminds me of one of those inspirational posters.
Reply With Quote
  #15  
Old July 26th, 2008
MMO Member
 
Join Date: Nov 2007
Posts: 73
Rep Power: 17
CJxthree is an unknown quantity at this point
I used a SUFI cursor too
Attached Images
File Type: jpg dtopfmmo.JPG (100.3 KB, 24 views)
Reply With Quote
  #16  
Old July 26th, 2008
ThunderStruck's Avatar
You ready?
 
Join Date: Oct 2006
Location: Houston
Posts: 244
Rep Power: 41
ThunderStruck is on a distinguished road
Send a message via Yahoo to ThunderStruck
the laptop:


and the desktop:


the second desktop is just the defualt desktop picture for windows.
__________________
"This thread deserves JJs stamp of retarded approval. " -jimjohnson, Board JackAss

[04:21] JimJohnson: I like the cock!

"Wow bumped a thread from July AND started it off by insulting each other.
Did we all roll Necromancers today? Thread locked."
-Kodilynn - Moderator

[22:12] Madelyn_Work: !ghostkill
[22:12] *** Madelyn_Work has been kicked from #MMOBugs by Kodilynn: BLOW MONKEY NUTS BUTT HOLE
Reply With Quote
  #17  
Old July 27th, 2008
OldOne's Avatar
Premium Member
 
Join Date: Nov 2007
Location: Virginia
Posts: 91
Rep Power: 17
OldOne is an unknown quantity at this point
Quote:
Originally Posted by thez View Post
I use an HTML file for a background, rather than a simple JPEG. Inside of the HTML file, there's a part where it loads the image, and there's also a constantly looping Javascript that calculates the timers and prints them in the screen. I can post the file if anyone is interested.
Yup, interested, thanks
Reply With Quote
  #18  
Old July 27th, 2008
Lifetime Member
 
Join Date: Jun 2007
Posts: 80
Rep Power: 30
kukmuk is on a distinguished road
Mine is a photoshopped 4G eclipse (I drive a 2006 GT Special Edition).

kukmuk
Attached Images
File Type: jpg eclipse_after.jpg (654.2 KB, 12 views)
Reply With Quote
  #19  
Old July 27th, 2008
Rhymes well with Pez
 
Join Date: Oct 2006
Location: Santa Cruz
Posts: 711
Rep Power: 126
thez will become famous soon enough
Alright, this is the HTML file that I use for the background...caution, I was teaching myself HTML and javascript on the fly as I wrote this, so it's kinda ugly.

Code:
<html>
<head><title></title></head>
<body onLoad="countdownloop()" BACKGROUND="s-g2.jpg">
<form name="Movies">
<TABLE class="form" ALIGN=RIGHT BGCOLOR=darkcyan>
<TR><TD>Movies</TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
</TABLE>
</form>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<form name="Games">
<TABLE class="form" ALIGN=RIGHT BGCOLOR=darkcyan>
<TR><TD>Games</TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
</TABLE>
</form>
<br><br><br><br><br><br><br><br><br><br><br>

<form name="TV">
<TABLE class="form" ALIGN=RIGHT BGCOLOR=darkcyan>
<TR><TD>TV</TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
<TR><TD><input type="text" size="40"></TD></TR>
</TABLE>
</form>

<script TYPE="text/javascript">
function countdownloop() {
    //format: var array = ["String", month, date, year]

    var IronMan = ["Iron Man",5,2,2008];
    var CB = ["Charlie Bartlett DVD",6,24,2008];
    var Wanted = ["Wanted",6,27,2008];
    var TDK = ["The Dark Knight",7,18,2008];
    var Pineapple = ["Pineapple Express",8,6,2008];
    var TropicThunder = ["Tropic Thunder",8,13,2008];
    var SarahMarshall = ["Forgetting Sarah Marshall",9,30,2008];
    var Watchmen = ["Watchmen",3,6,2009];
    var movies = [IronMan,CB,Wanted,TDK,Pineapple,TropicThunder,SarahMarshall,Watchmen];

    var Spore = ["Spore",9,4,2008];
    var SWFU = ["Force Unleashed",9,16,2008];
    var DS = ["Dead Space",10,20,2008];
    var Fable2 = ["Fable 2",10,31,2008];
    var GoW2 = ["Gears of War 2",11,7,2008];
    var PoP = ["Prince of Persia",12,1,2008];
    var games = [Spore,SWFU,DS,Fable2,GoW2,PoP];

    var Fringe = ["Fringe",9,9,2008];
    var Heroes = ["Heroes",9,22,2008];
    var Dexter = ["Dexter",9,28,2008];
    var Life = ["Life",9,29,2008];
    var BSGLost = ["BSG/Lost",1,15,2009]
    var tv = [Fringe,Heroes,Dexter,Life,BSGLost];

    var masterArray = [movies,games,tv];
    for(itor = 0; itor<masterArray.length; ++itor) doprintarray(itor,masterArray[itor]);
    setTimeout("countdownloop()",30000);
}

function doprintarray(formnum,inArray) {
    for(x = 0; x<inArray.length; ++x) {
        var checksign = "-";
        var y = countdown(inArray[x]);
        if(y[1] == 1) checksign = "+";
        //ele[x+1] to counter for title in table
        document.forms[formnum].elements[x].value = y[0]+": "+checksign+y[2]+"d "+y[3]+"h "+y[4]+"m";

    }

}

function getfontstr(inArray) {
    var fontcolor;
    if(inArray[1] == 0) fontcolor = "red";
    else if(inArray[2] == 0) fontcolor = "yellow";
    else fontcolor = "green";
    return fontcolor;
}
function countdown(inArray){
    var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
    theyear=inArray[3];themonth=inArray[1];theday=inArray[2]; inStr = inArray[0];
    var today=new Date();
    var todayy=today.getYear();
    if (todayy < 1000) todayy+=1900;
    var cdsign= 0;
    var todaym=today.getMonth();
    var todayd=today.getDate();
    var todayh=today.getHours();
    var todaymin=today.getMinutes();
    var todaysec=today.getSeconds();
    var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec;
    futurestring=montharray[themonth-1]+" "+theday+", "+theyear;
    dd=Date.parse(futurestring)-Date.parse(todaystring);
    dday=Math.floor(dd/(60*60*1000*24)*1);
    dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1);
    dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1);
    if(dday < 0 || dhour <0 || dmin < 0) {
        cdsign= 1;
        dday = Math.abs(dday);
        dhour = Math.abs(dhour);
        dmin = Math.abs(dmin);
    }
    var retArray = [inStr,cdsign,dday,dhour,dmin];
    return retArray;
}
</script>

</body>
</html>
Things to modify to make this to your own desires:

Line 3:
Code:
<body onLoad="countdownloop()" BACKGROUND="s-g2.jpg">
The picture must be in the same directory as the HTML file for it to load. You can always use the "..\wherever" way of telling the document where the picture is...I chose to do things simply and just create a directory called "Background" in the root C:\.

Line 43: countdownloop()
This is where all of the data is stored. The format for the variables is this:

var SomeName = ["String", month, date, year]

To place a particular timer in a section, you must do the following:

1) Add it to the array for that section, ie, when I created the array for the Spore video game, I had to add Spore to the games array:

var games = [Spore,SWFU,DS,Fable2,GoW2,PoP];

The timers will be shown in the order that they appear in the array.

2) Each section has a table up above specifically for it. For every timer that you have in a section, you must have one of the following lines in that table, or else you will get an error about form elements being null.
Code:
<TR><TD><input type="text" size="40"></TD></TR>
3) As a final step, you'll need to add 1-2 <br>'s per line to separate the tables so that they don't overlap!


It actually is really easy, once you get everything set up, lol. I'm sure that I could make it work better, but having made my foray into visual/UI type crap, I once again realize why I prefer programming stuff that I can't see...much easier to think about.
__________________
Just because I'm paranoid doesn't mean that no one's watching.
Quote:
Originally Posted by Fyodor Dostoevsky
Sarcasm: the last refuge of modest and chaste-souled people when the privacy of their soul is coarsely and intrusively invaded.
Reply With Quote
  #20  
Old July 27th, 2008
PRWraith's Avatar
Midnight Gamer
 
Join Date: Nov 2006
Location: Florida
Posts: 346
Rep Power: 111
PRWraith will become famous soon enough
Send a message via ICQ to PRWraith Send a message via AIM to PRWraith Send a message via MSN to PRWraith Send a message via Yahoo to PRWraith
well i'm 18 so lets be honest there's only one possible background..the self made kind. mods feel free to edit this I don't know how to post mini-images like the previous ones.

__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 06:00 PM.

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC7
© 2004 - 2008 MMOBugs.com