Forsaken Rangers
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A Forum for the Gamers: THE FORSAKEN RANGERS
 
HomeSearchLatest imagesRegisterLog in

 

 Suggestions

Go down 
5 posters
AuthorMessage
CasperWeasel
Head Recruiter
CasperWeasel


Posts : 669
Join date : 2010-08-24
Age : 30
Location : Sheboygan

Suggestions Empty
PostSubject: Suggestions   Suggestions EmptyWed Oct 13, 2010 3:07 pm

Suggestions towards site goes in this topic.
Back to top Go down
http://www.bungie.net/
Gnomefan
Field Master
Gnomefan


Posts : 314
Join date : 2010-08-27

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyWed Oct 13, 2010 4:41 pm

CasperWeasel wrote:
Suggestions towards site goes in this topic.
I think a great idea for a challenge would be a giant maze that we have to make using all the money. (this was a joke because i had said a suggestion for the site in caspers challenge thread, so i put a challenge idea in this thread)
Back to top Go down
http://crazycapers.webs.com
CasperWeasel
Head Recruiter
CasperWeasel


Posts : 669
Join date : 2010-08-24
Age : 30
Location : Sheboygan

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyThu Oct 14, 2010 11:36 am

Gnomefan wrote:
CasperWeasel wrote:
Suggestions towards site goes in this topic.
I think a great idea for a challenge would be a giant maze that we have to make using all the money. (this was a joke because i had said a suggestion for the site in caspers challenge thread, so i put a challenge idea in this thread)
crazy ass.
Back to top Go down
http://www.bungie.net/
Seanie2297
Temporary Leader
Seanie2297


Posts : 69
Join date : 2010-08-28
Age : 27
Location : Netherlands,Holland, Europe

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyFri Oct 22, 2010 6:00 pm

Pwnt.
Back to top Go down
Frank
Guest




Suggestions Empty
PostSubject: New Html Code - Frank - Cursor   Suggestions EmptySun Feb 20, 2011 12:47 pm

<script language="JavaScript">
<!--

if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}

if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xbpos = 1;
var Ybpos = 1;
var i = 0;
var j = 0;

if (document.all)
{
function MoveHandler(){
Xbpos = document.body.scrollLeft+event.x;
Ybpos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}

else if (document.layers)
{
function xMoveHandler(evnt){
Xbpos = evnt.pageX;
Ybpos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}



function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}

if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ybpos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xbpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}

else if (document.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ybpos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xbpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>

Back to top Go down
CasperWeasel
Head Recruiter
CasperWeasel


Posts : 669
Join date : 2010-08-24
Age : 30
Location : Sheboygan

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyTue Feb 22, 2011 11:20 pm

Frank wrote:
<script language="JavaScript">
<!--

if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}

if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xbpos = 1;
var Ybpos = 1;
var i = 0;
var j = 0;

if (document.all)
{
function MoveHandler(){
Xbpos = document.body.scrollLeft+event.x;
Ybpos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}

else if (document.layers)
{
function xMoveHandler(evnt){
Xbpos = evnt.pageX;
Ybpos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}



function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}

if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ybpos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xbpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}

else if (document.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ybpos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xbpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>

what the hell is this
Back to top Go down
http://www.bungie.net/
lfc lonewolf
Beta Squad Leader
lfc lonewolf


Posts : 53
Join date : 2010-10-23
Age : 26
Location : liverpool england

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptySat Feb 26, 2011 5:27 pm

CasperWeasel wrote:
Frank wrote:
<script language="JavaScript">
<!--

if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}

if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xbpos = 1;
var Ybpos = 1;
var i = 0;
var j = 0;

if (document.all)
{
function MoveHandler(){
Xbpos = document.body.scrollLeft+event.x;
Ybpos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}

else if (document.layers)
{
function xMoveHandler(evnt){
Xbpos = evnt.pageX;
Ybpos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}



function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}

if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ybpos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xbpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}

else if (document.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ybpos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xbpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>

what the hell is this
html code for power to design a badass site
Back to top Go down
CasperWeasel
Head Recruiter
CasperWeasel


Posts : 669
Join date : 2010-08-24
Age : 30
Location : Sheboygan

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptySat Feb 26, 2011 8:34 pm

lol ok
Back to top Go down
http://www.bungie.net/
ArMedSuRViVoR
Field Master
ArMedSuRViVoR


Posts : 21
Join date : 2010-08-27
Age : 26
Location : Somerset, England

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyThu Aug 25, 2011 11:02 am

Could we make a new clan photo?
Back to top Go down
CasperWeasel
Head Recruiter
CasperWeasel


Posts : 669
Join date : 2010-08-24
Age : 30
Location : Sheboygan

Suggestions Empty
PostSubject: Re: Suggestions   Suggestions EmptyTue Oct 18, 2011 8:27 pm

ArMedSuRViVoR wrote:
Could we make a new clan photo?
Yea we gotta get everyone together though
Back to top Go down
http://www.bungie.net/
Sponsored content





Suggestions Empty
PostSubject: Re: Suggestions   Suggestions Empty

Back to top Go down
 
Suggestions
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Forsaken Rangers :: Clan Rules :: Suggestions Box for Site-
Jump to: