Log In · Register

 
how to stop people from saving your graphic pics?
rosedoll
post May 21 2006, 09:35 PM
Post #1


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



mostly people use internet explorer (IE) and if you go to ppls' xanga,, you could use your mouse and hover onto a picture and theres a line of buttons appeared,,, then you could save it rights? how to STOP THAT HAPPENING? LIKE THE BUTTONS WONT APPEAR ON MY XANGA IN ANYWHEEREELSE!!

thankyou!!!!!!!~~~~~~~
 
 
Start new topic
Replies
rosedoll
post May 25 2006, 10:28 PM
Post #2


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



awwww i think i messed this script!!!!! please help



<script type="text/javascript">

function replaceWords()
{
var oldWords = new Array(
"Name:",
"Birthday:",
"Gender:",
"Interests:",
"Expertise:",
"Email:",
"MSN:",
"Member Since:",
"add eprops",
"add eprop",
"add comments",
"add comment",
"email it",
"Subscriptions",
"My Blogrings",
"Posting Calendar",
"Get Involved!",
"Subscribe to D_ollylolita",
"read my profile",
"sign my guestbook",
"Next 5",
"Previous 5");

var newWords = new Array(
"<marquee behavior=alternate width=30><img src= http://i4.photobucket.com/albums/y105/ai_a...yminiribbon.gif border=0" galleryimg="no"></marquee>",
" ",
"<marquee behavior=alternate width=30><img src= http://i4.photobucket.com/albums/y105/ai_a...nkyminiribb.gif border=0" galleryimg="no"></marquee>",
" ",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...onns/newtvb.gif border=0> galleryimg="no",
"e*mel . <img src= http://i4.photobucket.com/albums/y105/ai_a...conns/email.bmp border=0> galleryimg="no",
"Msn@@: <img src= http://i4.photobucket.com/albums/y105/ai_a...onns/redflr.gif border=0> galleryimg="no",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...nns/eicon21.gif border=0 galleryimg="no"> Date",
"<marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a...conns/bara3.gif border=0> galleryimg="no"</marquee> 傻人'] ",
"<marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a...conns/bara7.gif border=0> galleryimg="no"</marquee> '騙人]",
" [`賤人 <marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a...conns/bara3.gif border=0> galleryimg="no"</marquee>",
" [爱人` <marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a...conns/bara7.gif border=0> galleryimg="no"</marquee>",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...onns/heart6.gif border=0> galleryimg="no",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...yminiribbon.gif border=0 galleryimg="no"> <img src= http://i4.photobucket.com/albums/y105/ai_a...yminiribbon.gif border=0 galleryimg="no"> <img src= http://i4.photobucket.com/albums/y105/ai_a...yminiribbon.gif border=0> galleryimg="no",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...ns/whiteflr.gif border=0>+<img src= http://i4.photobucket.com/albums/y105/ai_a...ns/whiteflr.gif border=0>+<img src= http://i4.photobucket.com/albums/y105/ai_a...ns/whiteflr.gif border=0> ] ]" galleryimg="no",
"<marquee behavior=alternate width=55><img src=http://i4.photobucket.com/albums/y105/ai_aangle/Minii_Iconns/04-09.gif border=0></marquee><marquee behavior=alternate width=55><img src= http://i4.photobucket.com/albums/y105/ai_a...conns/04-09.gif border=0> galleryimg="no"</marquee>",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...nns/pinkflr.gif border=0> Get Involved <img src= http://i4.photobucket.com/albums/y105/ai_a...nns/pinkflr.gif border=0> galleryimg="no",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...onns/18copy.gif border=0> galleryimg="no",
"<img src= http://i4.photobucket.com/albums/y105/ai_a...ottprofNAVI.bmp border=0> galleryimg="no",
" ",
"<marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a..._Iconns/754.gif border=0"> galleryimg="no"</marquee>",
"<marquee behavior=alternate width=37><img src= http://i4.photobucket.com/albums/y105/ai_a..._Iconns/753.gif border=0"> galleryimg="no"</marquee>");


allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');

var collections = new Array(allTableData,allTableHeaders);

for (var k = 0 ; k < collections.length ; ++k )
{
for (var i = 0 ; i < collections[k].length ; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0 ; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWords();
</script>
 

Posts in this topic


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