Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-25-2004, 09:39 PM   #1
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Need script right fucking now

I need a piece of j.a.v.a.s.c.r.p.t to print out a date in following format

Dayofweek, Month DayNumer, Year


Anyoen got a fucker capable of this noise?
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:40 PM   #2
PiksalDesign
Confirmed User
 
Join Date: Mar 2003
Location: Jacksonville, NC
Posts: 1,632
me
__________________
469344657
PiksalDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:40 PM   #3
Spunky
I need a beer
 
Spunky's Avatar
 
Industry Role:
Join Date: Jun 2002
Location: ♠ Toiletville ♠
Posts: 133,944
You want it to make noise?
__________________
Spunky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:41 PM   #4
kevinale
Confirmed User
 
Join Date: Dec 2002
Location: Austin, TX
Posts: 2,115
i'll do it 2nite..

aim : kalexa2
icq : 149241543
__________________
1monkey0cup.com
kevinale is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:42 PM   #5
PiksalDesign
Confirmed User
 
Join Date: Mar 2003
Location: Jacksonville, NC
Posts: 1,632
Quote:
Originally posted by PiksalDesign
me
270183939
__________________
469344657
PiksalDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:48 PM   #6
PMdave
Confirmed User
 
Join Date: Dec 2003
Posts: 1,517
Somewhere in your body
PHP Code:
 <hahahahahahahaha

/*
Live Date Script- 
? Dynamic Drive ([url]www.dynamicdrive.com[/url])
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use,
visit [url]http://www.dynamicdrive.com[/url]
*/


var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var 
montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

function 
getthedate(){
var 
mydate=new Date()
var 
year=mydate.getYear()
if (
year 1000)
year+=1900
var day=mydate.getDay()
var 
month=mydate.getMonth()
var 
daym=mydate.getDate()
if (
daym<10)
daym="0"+daym
var hours=mydate.getHours()
var 
minutes=mydate.getMinutes()
var 
seconds=mydate.getSeconds()
var 
dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (
hourshahahaha0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<small><font color='000000' face='Arial'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+" </b></font></small>"
if (hahahahahahahahahahaall)
hahahahahahahahahahaall.clock.innerHTML=cdate
else if (hahahahahahahahahahagetElementById)
hahahahahahahahahahagetElementById("clock").innerHTML=cdate
else
hahahahahahahahahahawrite(cdate)
}
if (!
hahahahahahahahahahaall&&!hahahahahahahahahahagetElementById)
getthedate()
function 
goforit(){
if (
hahahahahahahahahahaall||hahahahahahahahahahagetElementById)
setInterval("getthedate()",1000)
}

</
hahahahahahahaha 

Your bodytag
PHP Code:
 hahahahahaha hahahahahahahaha"goforit()"


Where you want the date


PHP Code:
<span id="clock"></span
PMdave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:50 PM   #7
nastyking
 
Join Date: Nov 2002
Posts: 2,174
FUCK IT

var d=new Date();
var weekdays=new Array("Sunday","Monday","Tuesday","Wednesday","Thu rsday","Friday","Saturday");
var monthnames=new Array("January", "February", "March", "April", "May", "June", "July", "August", "October", "November", "December");

d ocument.w rite(weekdays[d.getDay()] + ", " + monthnames[d.getMonth()] + " " + d.getDay() + ". " + d.getFullYear() );
d ocument.w rite("<BR>also. I'm gay");
__________________
nastyking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:51 PM   #8
PMdave
Confirmed User
 
Join Date: Dec 2003
Posts: 1,517
sorry something went wrong with the code for the body tag, should be:
< b_o_d_y o_n_L_o_a_d="goforit()">

remove underscores
PMdave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:52 PM   #9
nastyking
 
Join Date: Nov 2002
Posts: 2,174
Quote:
Originally posted by PMdave
Somewhere in your body
PHP Code:
 <hahahahahahahaha

/*
Live Date Script- 
? Dynamic Drive ([url]www.dynamicdrive.com[/url])
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use,
visit [url]http://www.dynamicdrive.com[/url]
*/


var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var 
montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

function 
getthedate(){
var 
mydate=new Date()
var 
year=mydate.getYear()
if (
year 1000)
year+=1900
var day=mydate.getDay()
var 
month=mydate.getMonth()
var 
daym=mydate.getDate()
if (
daym<10)
daym="0"+daym
var hours=mydate.getHours()
var 
minutes=mydate.getMinutes()
var 
seconds=mydate.getSeconds()
var 
dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (
hourshahahaha0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<small><font color='000000' face='Arial'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+" </b></font></small>"
if (hahahahahahahahahahaall)
hahahahahahahahahahaall.clock.innerHTML=cdate
else if (hahahahahahahahahahagetElementById)
hahahahahahahahahahagetElementById("clock").innerHTML=cdate
else
hahahahahahahahahahawrite(cdate)
}
if (!
hahahahahahahahahahaall&&!hahahahahahahahahahagetElementById)
getthedate()
function 
goforit(){
if (
hahahahahahahahahahaall||hahahahahahahahahahagetElementById)
setInterval("getthedate()",1000)
}

</
hahahahahahahaha 
[/PHP]

HAHAHAHAHAHA
__________________
nastyking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:54 PM   #10
Your Worst Nightmare
So Fucking Banned
 
Join Date: Mar 2004
Posts: 62
How rude.... But it worked

<b> damn <<b>ja<b>vasc<b>ript<b>>
Your Worst Nightmare is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:55 PM   #11
PMdave
Confirmed User
 
Join Date: Dec 2003
Posts: 1,517
http://www.dynamicdrive.com/dynamicindex6/clock3.htm

just search for "+hours+":"+minutes+":"+seconds+" "+dn
+" and delete it
PMdave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 09:58 PM   #12
PMdave
Confirmed User
 
Join Date: Dec 2003
Posts: 1,517
Quote:
Originally posted by nastyking



HAHAHAHAHAHA
don't see what's funny about trying to help out another webmaster...
PMdave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:12 PM   #13
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Awesome, thank you guys
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:15 PM   #14
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally posted by PMdave


don't see what's funny about trying to help out another webmaster...

he's laughing about the 'hahahaha' that is placed all over the java code. Got a link to this in a text file?
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:17 PM   #15
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally posted by iwantchixx



he's laughing about the 'hahahaha' that is placed all over the java code. Got a link to this in a text file?

n/m got it
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:22 PM   #16
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally posted by PMdave
http://www.dynamicdrive.com/dynamicindex6/clock3.htm

just search for "+hours+":"+minutes+":"+seconds+" "+dn
+" and delete it
if I remove the following part it generates errors
"+dn
+"
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:25 PM   #17
sake
Confirmed User
 
Industry Role:
Join Date: Apr 2002
Location: Toronto
Posts: 2,646
google dot com
sake is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:26 PM   #18
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally posted by sake
google dot com

You must be the forum comedian
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:33 PM   #19
playa
Confirmed User
 
Join Date: Feb 2001
Location: atlanta, GA
Posts: 6,432
<date> </date>
playa is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:35 PM   #20
PMdave
Confirmed User
 
Join Date: Dec 2003
Posts: 1,517
Quote:
Originally posted by iwantchixx


if I remove the following part it generates errors
"+dn
+"
http://www.pornmailers.com/date.html

let me know when you're done so I can remove it (don't want to much junk on a server ;)
PMdave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:35 PM   #21
cluck
Confirmed User
 
Join Date: Dec 2002
Location: New Jersey
Posts: 5,248
I used that on an epic mail page.

"OFFER FOR FREE PAYSITE ACCESS WITHOUT CREDIT CARD EXPIRES <INSERTTOMRROW>"
__________________
icq 279990726
www.mcdonalds.com <- great money making opportunity
cluck is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-25-2004, 10:44 PM   #22
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally posted by PMdave


http://www.pornmailers.com/date.html

let me know when you're done so I can remove it (don't want to much junk on a server ;)

ah I see where I messed it. I just blanked out the AM PM values anyways. I saved that page localy, you can delete it now. thanks.
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-26-2004, 01:44 AM   #23
Mr. Marks
Confirmed User
 
Join Date: Jun 2001
Location: Wherever I want
Posts: 7,517
Good luck!
Mr. Marks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-26-2004, 01:59 AM   #24
goBigtime
Confirmed User
 
Join Date: Nov 2002
Posts: 7,761
God said Let there be search engines! - and then there were.
goBigtime is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.