Log In · Register

 
draggable radio
MisplacedYouth
post Feb 3 2005, 12:57 AM
Post #1


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



I have two radioblogs and I want them to both be draggable.. is this possible and if so will someone give me the codes.. or a tutorial link.
 
 
Start new topic
Replies (1 - 23)
iki2aZei
post Feb 3 2005, 02:37 AM
Post #2


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



how do u put radioblog onto xanga..?

i don't think they can be draggable..
 
MisplacedYouth
post Feb 3 2005, 02:39 AM
Post #3


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



Uh yeah they can I seen it on 2Nekked's xanga.
 
iki2aZei
post Feb 3 2005, 02:41 AM
Post #4


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



wutz 2Nekked's website address..?
 
mystical
post Feb 3 2005, 02:47 AM
Post #5


I HAVE YOUR IP
******

Group: Member
Posts: 1,429
Joined: Feb 2004
Member No: 2,745



QUOTE(MisplacedYouth @ Feb 2 2005, 11:39 PM)
Uh yeah they can I seen it on 2Nekked's xanga.
*



haha http://xanga.com/toonekked

have fun decoding XOR!
 
iki2aZei
post Feb 3 2005, 02:56 AM
Post #6


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



if itz decoded.. i'm not gonna even try..
dam 2 bad i forgot a few of those site that encrypt/decrypt..
datz a nice page dat she has der.. u shud read her post.. wut iz a vector..?
 
souldreamers
post Feb 3 2005, 03:09 AM
Post #7


mmm hmmm
******

Group: Member
Posts: 1,591
Joined: Sep 2004
Member No: 47,325



they're not really hard. here's a tutorial that can get u started. http://impulsive.nu/content/tuts/html/dragdivs/index.php
 
mystical
post Feb 3 2005, 03:30 AM
Post #8


I HAVE YOUR IP
******

Group: Member
Posts: 1,429
Joined: Feb 2004
Member No: 2,745



QUOTE(iki2aZei @ Feb 2 2005, 11:56 PM)
if itz decoded.. i'm not gonna even try..
dam 2 bad i forgot a few of those site that encrypt/decrypt..
datz a nice page dat she has der.. u shud read her post.. wut iz a vector..?
*


laugh.gif haha have fun decoding that if you wish to see her src. btw XOR is one way encoding so once its done its done. You can try to decode it but it might take while. rolleyes.gif
 
iki2aZei
post Feb 3 2005, 03:35 AM
Post #9


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



i give up.. biggrin.gif
 
coyote
post Feb 3 2005, 07:27 AM
Post #10


Senior Member
***

Group: Member
Posts: 92
Joined: Feb 2004
Member No: 3,709



the encryption is the most retarded and lame encryption ever


[post edited. I don't believe Trish gave you permission to decode her site and post it for everyone to see.]

This post has been edited by MissMata: Feb 3 2005, 11:22 AM
 
iki2aZei
post Feb 3 2005, 09:38 AM
Post #11


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



QUOTE(coyote @ Feb 3 2005, 7:27 AM)
the encryption is the most retarded and lame encryption ever
*


good job.. how did u decrypt it..
 
moorepocket
post Feb 3 2005, 09:45 AM
Post #12


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



QUOTE(iki2aZei @ Feb 3 2005, 9:38 AM)
good job.. how did u decrypt it..
*


that what i wanna know.

i don't see the draggable div code.
 
coyote
post Feb 3 2005, 09:49 AM
Post #13


Senior Member
***

Group: Member
Posts: 92
Joined: Feb 2004
Member No: 3,709



Draggable Div.

QUOTE
<script language="JavaScript1.2">
<!--

//Generic Drag Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and terms of usage,
//visit http://www.dynamicdrive.com

var ie=document.all
var ns6=document.getElementById&&!document.all

var dragapproved=false
var z,x,y

function move(e){
if (dragapproved){
z.style.left=ns6? temp1+e.clientX-x: temp1+event.clientX-x
z.style.top=ns6? temp2+e.clientY-y : temp2+event.clientY-y
return false
}
}

function drags(e){
if (!ie&&!ns6)
return
var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "HTML" : "BODY"

while (firedobj.tagName!=topelement&&firedobj.className!="drag"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}

if (firedobj.className=="drag"){
dragapproved=true
z=firedobj
temp1=parseInt(z.style.left+0)
temp2=parseInt(z.style.top+0)
x=ns6? e.clientX: event.clientX
y=ns6? e.clientY: event.clientY
document.onmousemove=move
return false
}
}
document.onmousedown=drags
document.onmouseup=new Function("dragapproved=false")
//-->
</script>



All encrypted pages have the decryptor embedded to it, I just made use of that.

Just so you know, by copying that code doesn't work.
a.) You need to have modules with the tag "class=drag" and position is nonstatic
b.) Xanga disabled the position:relative or position:absolute on nonpremium

You can...
a.) Encrypt it
b.) Javascript workaround
c.) CSS workaround



Oh yeah, there's no such thing as XOR encryption ON WEBPAGES. I'd like to see you try and use that.
 
*mona lisa*
post Feb 3 2005, 12:11 PM
Post #14





Guest






well, theres one tutorial here at cB for the radioblog and in simple terms too cause all the other ones i've seen were complicated.
 
MisplacedYouth
post Feb 3 2005, 06:57 PM
Post #15


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



If I gave you guys my radio codes would you do it for me? tongue.gif
 
largosama
post Feb 3 2005, 07:26 PM
Post #16


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



You can also use a certain browser named Mozilla (not firefox) to decrypt rolleyes.gif

but we shouldn't be advocating jocking here especially when you see a superior page tongue.gif

use this overused encoder for getting the script to work... then follow the regular instructions in the script/tutorial
 
william
post Feb 3 2005, 08:54 PM
Post #17


Senior Member
******

Group: Member
Posts: 1,575
Joined: Jan 2005
Member No: 93,957



this is what, your third topic i've seen about radioblog?

anyways, if you want draggable divs, use that code provided... but you're going to have to encrypt it. it really isn't that hard.

i bet there are some tutorials on google that would help...
 
MisplacedYouth
post Feb 3 2005, 09:29 PM
Post #18


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



Okay yeah I get no clue what you people are saying... cant someone just do it for me?
 
souldreamers
post Feb 3 2005, 10:04 PM
Post #19


mmm hmmm
******

Group: Member
Posts: 1,591
Joined: Sep 2004
Member No: 47,325



did you even try? I don't think anyone would do it for you if you won't even bother trying it yourself. And how could you not get what people were saying... they basically told you everything you needed to know to do it. I even gave you a tutorial for draggable divs. stubborn.gif
 
MisplacedYouth
post Feb 3 2005, 10:32 PM
Post #20


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



QUOTE(souldreamers @ Feb 3 2005, 9:04 PM)
did you even try?  I don't think anyone would do it for you if you won't even bother trying it yourself.  And how could you not get what people were saying... they basically told you everything you needed to know to do it.  I even gave you a tutorial for draggable divs.  stubborn.gif
*



Okay I have tried it a million times and it just stays there ontop of my banner if I click on it it dont move.
 
largosama
post Feb 3 2005, 10:37 PM
Post #21


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



make a table and put one cell as a handle... iframes don't drag
 
MisplacedYouth
post Feb 3 2005, 10:55 PM
Post #22


faggot
*****

Group: Member
Posts: 333
Joined: Jan 2005
Member No: 92,328



I have done everything you guys have said but yet it still doesnt work. cry.gif

What am I doing wrong... maybe if someone just typed out what im spose to do then that would help so I dont have to hear parts from 20 diff people.

Thanks for trying tho... I must just be a dumbass.
 
iki2aZei
post Feb 3 2005, 11:15 PM
Post #23


Senior Member
****

Group: Member
Posts: 137
Joined: May 2004
Member No: 16,577



i give up.... only bcuz ma xanga wuz hacked..
 
largosama
post Feb 4 2005, 10:36 AM
Post #24


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



who in the right mind wants to hack a xanga... the only purpose I see from it is to sabotage someone's work for the fun of it
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: