Made By xo_pretty_in_punk_ox
codes_for_everyone
read my profile
sign my guestbook

Name:

Interests: does it matter.. all u want is the codes l0l
Expertise: whatever
Occupation: Advertising
Industry: Computers (Internet)


Message: message me


Member Since: 4/3/2004

SubscriptionsSites I Read
xo_pretty_in_punk_ox

Blogrings
EVERYONE FROM HATBORO HORSHAM HIGH SCHOOL
previous - random - next

{North} CanYon [class] \\of// *2007*
previous - random - next

-_- codes for the needy-_-
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, April 28, 2005

well i havent updated in the longest time... so ill do that for all of you


Monday, December 13, 2004

 FREQUENT QUESTIONS... ANSWERED!!!!

           hope you all enjoy.. ill update later <3 Ashley

It’s called a splash page. You can find the code in the drop down menu above.

How do you place a scroll bar in all your modules?

Use this code in your custom headers, just change the height pixels:

<style type="text/css">
table.left td{
overflow:auto;
height:100px;
}
</style>

Is there a way to put a custom module WITHOUT having to redo all the modules? the code in your directory by paul chen doesnt work for me..is there another way?? thanks!

Paul Chen’s code don’t work with html in the modules, his other code is useful though. Place in custom headers:

<!-- Left Side Modules : Paul Chen -->

<div id="customLeft" style="display:none">

<!-- module:start -->

<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">

<tr><th class="left" vAlign="top" align="left">

[-Music-]

</th></tr>

<tr><td class="left" vAlign="top">

Customize Your Content Here<br/>

</td></tr>

</table>

<br/>

<!-- module:end -->

</div>

<script>

var sbpc = document.getElementById('customLeft');

var myForm = document.getElementById('__aspnetForm');

var leftSide = sbpc.cloneNode(true);

leftSide.style.display = "block";

if(!document.all){

range = document.createRange();

range.selectNode(myForm);

range.insertNode(leftSide);}

else{myForm.insertAdjacentElement('afterEnd', leftSide);}

</script>

<!-- Left Side Modules : Paul Chen -->

Visitor, www.xanga.com/Ryan_09.

I have sent you the mail about 3 times now. For sure it must have gone through. If not then I don’t know. Please note that I do not have adobe photoshop anymore. I cant help you any further. Please use the current one until I get PS back.

Can you please give me the code on how to change likw the title... like on your on  the very top you have html_scripts:your number 1 source for scripts...... so can you please tell me the code?

Heres the code, Place it into your custom headers:

<script>document.title='yokomoto·kid'; </script>

How do you put an image for the background of your modules?

Do you have a custom module or a original one? Please be more specific.

Cud choo hook me up wiff a picture marquee code? like i`ve found wun in createblog alreadiie buh likuh... it only lets yew put 3 pics in tha marquee nd i want a code whurrin i can put abt like... 10 or 15 pics or sumfink.

This code will work. Just try it out:

Go http://www.createblog.com/forums/index.php?showtopic=14595

Hi, is there any code that u can make a scroll list so ppl can shoose wat music video they wanna play on ur xanga?

Here is a list of music players you can choose from:

http://www.blogring.net/index.php?showforum=131

Is there a swap code that makes the chatterbox go to the other side aswell? (the code previously posted putts the profile module thing and the chatter box to the right side.)

 

Try this code:

<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean
http://www.xanga.com/seanmeister
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainleft" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring.net
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>

I was also wondering if there's a code that lets you put people's names on the subscription list instead of their usernames.

Use this code:

<script language="javascript">

<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME AGAIN/i, "NAME OF YOUR FRIEND");if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME AGAIN/i, "NAME OF YOUR FRIEND");if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
}
//-->
</script>

Hey its me again from the top of this page and one other question i have...umm how do u make a custom module for the right side of the page.  I have one on the left but what if i want to move it to the right or make another one to have one on the left and one on the right?  No one seems to have a way to do that?

 

Here, use this code:

<!-- Right Side Modules : Paul Chen -->

<td id="customRight" style="display:none" vAlign="top" width="200">

<!-- module:start -->

<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">

<tr><th class="left" vAlign="top" align="left">

[-TITLE HERE-]

</th></tr>

<tr><td class="left" vAlign="top">

Blah Blah Blah, about me. Info..<br/>

add your stuff here...

</td></tr>

</table>

<br/>

<!-- module:end -->

<!-- module:start -->

<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">

<tr><th class="left" vAlign="top" align="left">

[-TITLE HERE-]

</th></tr>

<tr><td class="left" vAlign="top">

CONTENT HERE

</td></tr>

</table>

<br/>

<!-- module:end -->

</td>

var mytds = document.getElementsByTagName('td');

var i = 0;

for(i=0;i<mytds.length-1;i++){

if(mytds[i].width=="200"){

break; }

}

var sidebar = mytds[i].parentNode;

var tsibpc = document.getElementById('customRight');

var rightSide = tsibpc.cloneNode(true);

rightSide.style.display = "block";

sidebar.appendChild(rightSide);

<!-- Right Side Modules : Paul Chen -->

EDITED: How do you get a border on the left side module?????? i thought youre suppose to have all the codes~!! and that's like a simple code

 

Please note that I don’t have all the codes here on xanga. To place a border around the left side of your module, make sure you have this where you have your custom module:

Border- left: # OF PIXELS YOU WANT

Hey...i was wondering what was the code for the...home subscribe guestbook private etc... like you have on top of your page how its put on your layout. thanks

They aren’t actually codes but links in an image map created by adobe photoshop. But if you want the html for making a link it’s:

<a href=“URL HERE”>WORD OF THE LINK</a>

Is there a code for changing ths eprop n comments to mai choice n replacing words?

For the replacing word, look in previous post. It has been asked many times. For changing the Eprop icon, use this code:

<script language=javascript>
var oldprop = new Array('http://www.xanga.com/Images/eProp.gif');
var newprop = new
//blogring.document.write
Array('ADD YOUR IMAGE URL HERE');
for (var i = 0; i < document.images.length; i++) {
for (var s = 0; s < oldprop.length; s++){
if (document.images[i].src == oldprop[s]){
neweprop = document.createElement('img');
neweprop.src = newprop[s];
document.images[i].parentNode.replaceChild(neweprop, document.images[i]);
break;
}
}
}
</script>

I used the code for the slideshow from the drop down menu and i edited what it says to but the picture just won't change. it shows the first one but never goes on to the next. any obvious reason this could be happening?

Make sure all your links are correct and valid. Remember that one little mistake will cause a big change.

Hey, love the site .. I'm not sure if you'll read this or even answer this but I've been really wanting to know how you change the url to some kindof name. For example you put go here and when you click on it, it takes you to website .. could you please tell me how you do it.

Here it is again:

<a href=“URL HERE”>WORD OF THE LINK</a>

BUT! Is it possible to put a code where you can keep people from entering your "Source" by going from the toolbar at the top.. View.. then Source.. Etc?

There is NO WAY that you can prevent people from viewing your source. One way or the other, it is always possible. You can always prevent right clicks and such. For security options try this link:

http://www.blogring.net/index.php?showforum=130

YO!!! i just need to know how to rederect to another site i want all the trafic from my old xanga to go to my new xanga do u have a code for this.

Please read this regarding that topic:

http://www.xanga.com/item.aspx?user=john&tab=weblogs&uid=145805979

How do i remove the xanga banner?

There is only one legal way to remove the xanga banner, and that is to get xanga premium. Without that we don’t support any illegal ways to remove the xanga banners. Sorry.

Hi, i was wondering, do you know the html for the dotted border around each xanga entry?

Use this code:

<style type="text/css">

.blogheader {

border: 1px dotted #000000;

}

.blogbody {

border-right: 1px dotted #000000;

border-bottom: 1px dotted #000000;

border-left: 1px dotted #000000;

}

</style>

Hi I was trying to use ur Slide show code for pix but it doesnt work. I  put 4 URL where they told me too......and didnt change anything else, beacuse it told me not to change anything. So only the first pix show up, no slide show and no other pix. Can u tell me why? Another thing I want to know is, how many pix can u use for this code or is there no limit?

Make sure all your links are correct and valid. Remember that one little mistake will cause a big change.

Hi...what is the code for when u put your mouse over a picture, words are gonna show???

I think this is what you mean:

<a href="URL HERE" target="_blank"><img src="PICTURE HERE" title="WORDSYOU WANT TO APPEAR WHEN MOUSE IS OVER" border="0"></a>

Hey i love your site! i have a couple questions...i got a code to change that name thing...like to change the words...and ive put it everywhere and it still doesnt seem to work...can u plz tell me what i did wrong? heres the code. (CODE REMOVED)

If that is all you have, then that code is wrong. Heres another. Place it in your web stats:

<script language="javascript">

var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/ORGINAL TEXT/i)) links[l].innerHTML = str.replace (/ORGINAL TEXT/i, "NEW TEXT");
else if (str.match (/ORGINAL TEXT/i)) links[l].innerHTML = str.replace (/ORGINAL TEXT/i, "NEW TEXT");
else if (str.match (/ORGINAL TEXT/i)) links[l].innerHTML = str.replace (/ORGINAL TEXT/i, "NEW TEXT");
}
</script>

Hey whats the code/scripts to make all the written part with the modules of my xanga all squished in the middle of the page? thanks

I don’t know exactly what you mean. Can you provide and example?

Well i juss had a wonderin if there is a code to put the calendar into the module... if there is plz tell me cuz i am gettin annoyed of it bein on the bottom... n if there isnt how do u make so that it will go to the center n not on one side?

To simply place it at the center of your xanga, place it the first thing on top of your custom headers. If you want it to be specifically positioned please note it.

Oh yea..... i hav another question... wenever i go to edit mai page n press preview i see that the scrollbar is workin (for mai subscription), but wenever i look at mai page its not workin. wat do u think i should do

It’s probably just a default that you are seeing. Many times that happens on xanga. If you know that is not the case, then can you provide us with the code you are using.

Hi, thanks for providing all these codes...but I have a problem.  A bunch of my foes are copying pictures from my site.  I have tried doing the code for disabling right clicks and highlighting but it is not working.  I have placed the codes in my website stats and everything.  I have even checked if they are copied character to character.  Could you please make a suggestion?

Hum… You can always try placing the code into your custom headers. If not see if you have already try these codes:

http://www.blogring.net/index.php?showforum=130

 

 

AwesOme site.... i was wondering if u have the code 2 put a music player on a site.. to play songs.. i have a darkplayer.. but it sucks.. if u have a code that would be great.. thaNkz*


 

Try this code. It might work better.

Here


 

Im making a scrapbook background of my favorite shows in THE PROGRAM, "paint" . im just asing...how do u put it AS A REAL BACKGROUND??? CUZ I THINK I TRIED IT BUT IT DIDNT WORK!.


 

After you have made your picture, make sure you save it onto your computer. Afterwards go to this website to have it hosted:

http://www.Imageshack.us

Get the URL and put it at the bottom where it says so in your look and feel.

Question: What script/code do i use to put images into my modules? i dont mean like a background image i just mean and an image. And whenever i try to use one of your "custom modules" i preview it and its there, but when i save it then do the "public prieview" it doesnt show up, then i re-enter it but it still doesnt show up! what am i doing wrong?!?!?!

Try to put the image in this code:

<img src=”URL GOES HERE”></a>

can u please give me the code that swapS yur profile module to the right without having the scrollbar move to the left?..thank u very much!~

<script language=javascript>
function swapDotnet(){
var blogring = document.getElementsByTagName("td")
for (var i = 0; i < blogring.length; i++){
if (blogring[i] == "mainleft" || blogring[i].width == "200"){
var dotnet = blogring[i].cloneNode(true);
blogring[i].parentNode.appendChild(dotnet);
blogring[i].parentNode.removeChild(blogring[i]);
break;
}}
}
swapDotnet();
</script>

What happened to xtracker... its down or somethin... could you find out or somethin. Thankx

We can’t the fact that Blogring.net is down right now. The xtracker is a subdomain of blogring, so if blogring.net is down, everything goes down. We just have to wait. Sorry about that.

Anyways, on a more serious note, i would like to ask you how to do get your links to match with what you made for the banner? like on your page right now, it has an image as the banner, and there's links that correspond to them when you Hoover over the word(s).. that's pretty Cool! and i wanna do the same for my page, so Please Help ASAP =D THANKs a Bunchies!! =)

That picture is an image map picture. What I basically did was I made a picture with a program called Adobe Photoshop7.0 (Good software for graphics) and I cut the picture up and when you put your mouse over a certain place of that picture, it will bring you to that link. You can purchase Adobe photoshop 7.0 at a store near you like Bust Buy or circuit city.

 

 

How do u make scroll bars to put your comments in is there a way to make other sizes and colors please help!!!

To make scroll bars in your comments place this code in every one of your entry. The default color and size of your school bar will be within your CSS.

<DIV style="OVERFLOW: auto; HEIGHT: 100px">

And place this at the end of your entry.

</DIV></SPAN>

I still haven't received the e-mail you sent to me. You told me that if I didn't get your e-mail to comment you back & then you'd send me the e-mail again. The e-mail was the rest of the " html " for the button you made me ~ And I now have a question :

Is there any way I could make a custom module thingy to put a pic of my BUTTON in & the html box with the code in it so other people could get the code for my button & link me to there site ?

I resent the email again. You should be getting everything is a while.

For the code to put it in a custom module, it should be in the dropdown list above.

Okay. i think i've seen this code on here....but iono. lol...how do you display two entries insteadda one?

Here’s the code. Go http://www.freewebs.com/xanga_corporation/display%20entries.htm

Hey! its awesome wut ur doing btw :Di want like.. when i post a pic it automatically posts black and white.. but when you mouseover it then it comes back to the color.. can you tell me the code and where to put it? thanks :]

I don’t know exactly where’s the code for that. Indeed I have seen it around though, no doubt. It’s a mouse-over script. If I happen to find it then I’ll put it up in the dropdown list.

Hmm is there anyway that i can put the xtracker code one of the custom modules cuz i have the code of the custom modules and yeah the xtracker code wont show ... is there anyway?

The code was designed to be in your be in your webstats. Defautly it should already create a custom module for you on the left. If not, you can always go change your settings when you log on there. It is against their rules to manipulate their code. But you could always contact them at their website.

I put pics on top of my site and then i want to rite like 'WelCum" on top and on the middle of the pic and make it a bigger and a curly font...how do i do that??

I don’t quite understand what you are trying to say but by the looks of your site, You should place the welcome code at the very top, first thing in your custom module. As for the second part as you are stating, you might have to make a new image with a black background to match your background. You can always use Microsoft paint if you don’t have those big graphics software.

I HAVE A QUESTi0N... H0W D0 Y0U MAKE Y0UR S0URCE SCRAMBLED?? S0ME PE0PLE ST0LE STUFF FR0M MY PREVi0US SiTE AND i WiSH T0 ST0P iT.

You can find the code here:

http://www.blogring.net/index.php?showtopic=2963

Hey, question. how do i change the usernames of the people i've subscribed to int otheir actual names? like xxxloverxxx i would want to change to bob or something like that. thanks.

Heres the code: Place it in your webstats.

<script language="javascript">

<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME AGAIN/i, "NAME OF YOUR FRIEND");if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME AGAIN/i, "NAME OF YOUR FRIEND");if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
}
//-->
</script>

I'm very sorry to bother you with such a simple question, I'm sure, but I can't seem to find the code ANYWHERE that tells you how to change the title text on your modules and the color, etc. And I also just need the basic "whole page font code and color code"..etc. These are basic, I know...but that's why no one has them.

Simple or not we’re here to sill help. To change the title and color of your custom module, go into your look and feel. There should be something there that you can change it to and also the background color too. For the color codes or perhaps you meant color hex codes? Go here:

http://www.december.com/html/spec/color.html

I can't figure out the code to remove your subscriptions table and I was wondering if you knew it or where I could get it.

Here’s the code to remove the subscription module code.

<script>
if (location.href.match ("home.aspx")) {
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode;
sub.nextSibling.removeNode(true);
sub.removeNode(true);
}
</script>

There's a code that actually allows you to change the format of the date from the standard Xanga format to something like 11/24/04...etc. and that's the code that needs to be used in the situation that person has.

Here the code:

http://www.blogring.net/index.php?showtopic=28980

Why dont u put tha codes in tha drop down list thang??instead of answerin m in a post...cuz afta a wile ppl wont noe if u answered a question...so that they dont gotta wait fa u ta answer.

We are working on that. We have notice a lot of the same questions being repeated so we’re going to put up some of the codes that are not up there yet.

ok um, hi. Well i'm like new for dis xanga thing, like i don't know where to put dis html dis url, etc, anywhere! can u give me a link where they explain everything about this stuough? Thanx lots.

You basically put things in your custom module box or the webstats in the look and feel of your xanga page. There are a lot of tutorials out there that can help you. If you’d like a link to a basic tutorial go here:

http://www.xanga.com/h_tml

Well, I was wondering if you had a code to put the subscriptions in alphabetical order along with them being names instead of their xanga username. If you have a code for this, please leave me a comment on my xanga with it! Thanks!

Here’s the code:

http://www.freewebs.com/xanga_corporation/Alphabetize%20Subscriptions%20List%20.htm

 

 

Above your blogs it has the date, and I was wondering on how you change the font for that.  for example, right now my font is arial all over but i want to change the dates to be bigger and a different font like courier! please help! thank you.

Here’s the script. Place it first thing in your custom headers.

<style type="text/css">

div.blogheader, .caption {

font-family:courier;

font-size:15px;

}

</style>

Is there a way to change the format of the dates? instead of Thursday, November 18, 2004, could i change it to something else? like 18 November 2004 or something?

Use this code:

<!-- Replace Text : Provided by Blogring.net -->

<script type="text/javascript">

//

// ©2003 EasterEgg, http://www.xanga.com/easteregg

// Provided by http://www.Blogring.net

// from xanga.com/html_scripts

function replaceWords()

{

// ***add the words or fragments you wish to replace below

var oldWords = new Array(

"Sites I Read",

"Gender:",

"Birthday:",

"My Blogrings"

);

// *** add the replacing words or fragments below

var newWords = new Array(

"Dailies",

"Sex:",

"B-day:",

"Blogrings"

);

allTableData = document.getElementsByTagName('td');

allTableHeaders = document.getElementsByTagName('th');

var collections = new Array(allTableData,allTableHeaders);

//document.write.blogring.net

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 = '';

//document.write.blogring.net

indx = collections[k][i].innerHTML.indexOf(oldWords[n]);

replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);

collections[k][i].innerHTML = replacement;

break;

}

}

}

}

}

}

replaceWords();

</script>

<!-- End Script : Provided by Blogring.net -->

I am using a skin on my xanga, and I can't seem to get my chatterbox to appear anymore! There is no right-hand javascript section specifically for that, and when I paste the code into my skin HTML, the chatterbox never shows up properly. I'm not sure if you're even able to do this, but I thought I'd ask just incase!

What kind of skin are you using? Div or tables? Sometimes that can be an affect. But chatter box is a java based and sometimes it may work depending on your skin. Other thank that it might now. Try placing the Script else where in the skin and see if it works.

I've been trying to figure out how to make a whole new text box so I can have it off to the side. i want to have some other information in it. do you get what i mean? i wany my entries on one side, my textbox on the other. i want to be able to move the textbox around. can you help me??

Do you mean custom modules? I don’t quite understand what you want meaning “i want to be able to move the textbox around.” If you want to create a whole new module, Use the custom module code:

http://free.hostultra.com/~htmlstuff/custmod.html

I got one of the xtracker things cause i saw it on yours, and i put on it not to list when im at my site, but for some reason it still is. do i just put 'imcrayzzee' or do i put 'www.xanga.com/imcrayzzee'? neither of them are working... so am i doing something wrong?

That is basically another program that is hosted by Blogring.net. We don’t control anything but what we can say is that make sure you type out JUST the screen name like if your xanga was “http://www.xanga.com/html_scripts,” then just put “html_scripts” in the box. If you have more question concerning that, you may ask the administrator there.

I have went to every HTML & LAYOUT site I could find & asked the owners if they could please tell me what the code was for those boxes they put the URL's in. Like on the LAYOUT sites they have a pic. of the layout then underneath the pic. they have a Box with the URL of the Layout in it. So my question is,
Could you please tell me the code to make those boxes????

Basically when you place your html in your weblog entries, click “edit html” and find the beginning of your codes and place “<textarea>” and find the end and place this “</textarea>.”

Hey..umm..can you give me dat code to change di name n stuff...lyk it says name-.... n all..but i wanna change it to sumding else..wuz di code??n lyk wen dey go to di xanga..on di top instead of saying .... xanga..it says sumding else lyk ashamed to look back scared to look forward stuff on it..thx..props to ur site..

Please note that we have answered this in our last entry. We suggest that you read them before asking the question. But here it is again.

Just simply use the replace word code and change the name of the dates:

<!-- Replace Text : Provided by Blogring.net -->

<script type="text/javascript">

//

// ©2003 EasterEgg, http://www.xanga.com/easteregg

// Provided by http://www.Blogring.net

// from xanga.com/html_scripts

function replaceWords()

{

// ***add the words or fragments you wish to replace below

var oldWords = new Array(

"Sites I Read",

"Gender:",

"Birthday:",

"My Blogrings"

);

// *** add the replacing words or fragments below

var newWords = new Array(

"Dailies",

"Sex:",

"B-day:",

"Blogrings"

);

allTableData = document.getElementsByTagName('td');

allTableHeaders = document.getElementsByTagName('th');

var collections = new Array(allTableData,allTableHeaders);

//document.write.blogring.net

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 = '';

//document.write.blogring.net

indx = collections[k][i].innerHTML.indexOf(oldWords[n]);

replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);

collections[k][i].innerHTML = replacement;

break;

}

}

}

}

}

}

replaceWords();

</script>

<!-- End Script : Provided by Blogring.net -->

The link to the custom module on the left side doesn't work.. it says the file is not found. or for me anyway. then again my computer's stupid. still, can you check for me? i would really appreciate it.

It should work. There’s no reason it should work unless our host went down at the same time you clicked the link. But other than that it should work. Try it again.

Hey i can NOT get my xtracker to work right i have it at the verry bottom of my website stats but it doesnt show up how do i make it work???

If you have more question concerning that, you may ask the administrator there. We are not the expert of that site and code. That can also be a possible error that is encountered with the layout that you are using.

Um i wanna put mi pictures in a scrollbox on mi entry. do yooh have the code for that?!?

Place this code in the “edit html” part of your weblog entry.

<DIV style="OVERFLOW: auto; HEIGHT: 100px"><img src=”URL OF THE PICTURE HERE”></a></SPAN></DIV>

Hi! do you think you can give me the html code when sum one goes into your source and try to stael it. you cant take it please

There is basically NO WAY to hide your source. You can disable the right click or scramble the html so its harder for people to look at your code. You can find those codes here:

http://free.hostultra.com/~htmlstuff/protector.html

http://www.xangans.com

Hey umm, do you know where i could get a code or something to...when i make my posts and bold my words they come out a diff. color?

You can always bold the stuff you want by going to “edit html” in your weblog entry and make sure you place the code like this:

<font face=THE COLOR CODE YOU WANT HERE><B>THE TEXT YOU WANT HERE</B></font>

Heyy. i have a problem with my blogs, is that after i used the transparent blog thing, sometimes half of the blog disappears! i tried putting it in different places and it's still like that, can u tell me why?

That shouldn’t happen. What code did you use? Can you post it here so that we can possibly see what’s causing it?

Hi! ur site is awesome wit the scripta and stuff! i was  wondering if u coud help me get the html for a pop up but instead of text, an image and a ok button. thanks again!

Try this code:

<script language="Javascript">

<!--

confirm ("<img src=“IMAGE YRL GOES HERE”></a>")

//-->

</script>

Hey i have question. Sometimes if u go to my xanga page, it takes a long time to load. I wanna know if u have anything or now how to make it faster and also know why its so slow. well thxz.

Here are some of the things that can be slowing the process down.

Your page may have too many things on it.

Image could possibly be hot linked.

Music playlist or a music video.

There are many things that can cause it to be slow. If you find out what is causing it like an image or something, try to decompress it first.

I love your site btw.

Now, i want a music player like on mode1's xanga.

You think you can hook that up for me?

I don’t see a music player on their site except a custom module with a picture and a marquee scrolling. You can do that too with the custom module code.

http://free.hostultra.com/~htmlstuff/custmod.html

Hey.... all the stuff u do is awesome... i dont know if u have answered this question b4 but do u think u could tell me how 2 make the little alert box come out when people right click on my site?? like if theyre trying 2 save a pic onto their comp, can u tell me how 2 make a little box come out that says bAcK oFf!! ?? and can u tell me WHERE 2 put it..? lol i hope u can help me out cuz people constantly steal my pics and i hate it... well thanx... bye

Heres the code:

http://free.hostultra.com/~htmlstuff/protector.html

Hey, i have looked for this code, but i don't get an answer. How do you get a drop-down list of different songs, so you can click it and it will play that song.  I tried a regular one, but it doesn't work. HELP!

Try this code:

http://www.blogring.net/index.php?showtopic=4373

Hi.. i have a html for you unles syou already have it.. it removes the ads at the top.

Yes we have encountered that script many time but it is a violation of Xanga’s Term of Service to remove it. Here on Html_scripts we do not support such illegal code. Sorry.

 

Random
Daily_Horoscope

Icons
hOt_IcOnZ, JeS_n_ReNaEs_icons_n_stuff, icon_maniax

Music
proud_punjabi_kuri, cOoL_mUsIcS

Banners
xo_banners_ox, da_kine_bannerz, hm_44__2

Layouts
xo_layouts4u, LOSt_iN_ThOuGhT567, layoutz_4_dem_pimpz, CrAzY_DeSiGnZ

Graphics
cowXonXcrack_Graphics



------
Why are you updating? Simply because I refuse to study.

 

Icons
nebe

Banner
x_danepro_x, banners4you_x3

Graphics
exploding_dogs

Music
ddr_music4u

Awards
Diam0nd_t3ars

Layouts
lay0uts_cust0mized_4_y0u

Quotes
BR0KENndL0VED



Surveys
suverys_247

Banners
liiindaa [[Gimme something to do.]]

Random
Stuff_By_Request

Advice
mahalislove

Quotes
poems_n_quotesjus4u

Icons
xiconxxaffectionx


wow guys im sorry i havent updated in the longest time....

 

  BTW put all these codes in ur custom header

 here are some more codes for you


Tuesday, April 06, 2004

MOUSEOVERS:

Rainbow Mouseover

<script language="JavaScript1.2">
<!--Source for Rainbow.js-->
var rate = 75; // Increase amount(The degree of the transmutation)


////////////////////////////////////////////////////////////////////
// Main routine

var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID


if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}

if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}


//=============================================================================
// doRainbow
// This function begins to change a color.
//=============================================================================
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}


//=============================================================================
// stopRainbow
// This function stops to change a color.
//=============================================================================
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}


//=============================================================================
// doRainbowAnchor
// This function begins to change a color. (of a anchor, automatically)
//=============================================================================
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;

while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}

if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}


//=============================================================================
// stopRainbowAnchor
// This function stops to change a color. (of a anchor, automatically)
//=============================================================================
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}


//=============================================================================
// Change Color
// This function changes a color actually.
//=============================================================================
function ChangeColor()
{
obj.style.color = makeColor();
}


//=============================================================================
// makeColor
// This function makes rainbow colors.
//=============================================================================
function makeColor()
{
// Don't you think Color Gamut to look like Rainbow?

// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;

if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}

elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);

clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);

elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;

return clrRGB;
}

</script>

Underline and Overline (Hover my links)

<style type="text/css"><!-- a:hover{text-decoration: underline overline;cursor:e-resize}
a:hover: color:#ffffff strength=3;height:0px;width:inherit //--></style>

Note: You can change the hovering cursor as anything else. (ex: ne-resize, e-resize, se-resize, etc.)


Page Faders (These are how it looks when you enter or leave a page):

Star

<meta http-equiv=Page-Enter
content=progid:DXImageTransform.Microsoft.Iris(duration=2,irisStyle=star)>
<meta http-equiv=Page-Exit
content=progid:DXImageTransform.Microsoft.Iris(duration=2,irisStyle=star)>

Gradient

<meta http-equiv=Page-Enter
content=progid:DXImageTransform.Microsoft.GradientWipe(duration=2)>
<meta http-equiv=Page-Exit
content=progid:DXImageTransform.Microsoft.GradientWipe(duration=2)>

Blur

<meta http-equiv=Page-Enter
content=progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50, Duration=4)>
<meta http-equiv=Page-Exit
content=progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50, Duration=4)>

 

Title Bar Message:

Title Bar Message (Changing Text of Title)

<script language="JavaScript">
document.title = "NEW TITLE HERE"</script>

Title Bar Message (Surroundings Move)

</script>
</td></tr></table><br /><br /><SCRIPT>
    var titletext="Type Here for middle text"
    var thetext=""
    var started=false
    var step=0
    var times=1

    function welcometext()
    {
      times--
      if (times==0)
      {
        if (started==false)
        {
          started = true;
          document.title = titletext;
          setTimeout("anim()",1);
        }
        thetext = titletext;
      }
    }

    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("welcometext()",4000)
      times++
    }

    function anim()
    {
      step++
      if (step==20) {step=1}

      if (step==1) {document.title='][----  '+thetext+'  ----]['}
      if (step==2) {document.title='-][---  '+thetext+'  ---][-'}
      if (step==3) {document.title='--][--  '+thetext+'  --][--'}
      if (step==4) {document.title='---][-  '+thetext+'  -][---'}
      if (step==4) {document.title='----][  '+thetext+'  ][----'}
 
      setTimeout("anim()",200);
    }

if (document.title)
window.onload=onload=welcometext
</SCRIPT>

Note: You can change the middle text and where it says step1, step 2, step 3, and step 4. And you can add steps too. Just copy and paste that whole line, and change it to step 5.

Ex: Look at my title bar.

 

Status Bar Message:

Status Bar Message (Only 1 Message)

<script language="JavaScript">

  var message = "MESSAGE HERE";
  var speed = 75;
  var forward = true;

  function bounce(){
    if (forward) {
      message = " " + message;
      forward = ((message.length > 120) ? false : true);
    } else {
      if (message.charAt(0) == ' ') {
        message = message.substring(1, message.length);
      } else {
        forward = true;
      }
    }
    window.status = message;
    setTimeout("bounce()", speed);
  }

  bounce();

  // end hide -->
</script>

Status Bar Message (Multiple Messages)

<script language=Javascript>
<!--
function initArray() {
this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}
var text  = new initArray(
"MESSAGE 1 HERE",
"MESSAGE 2 HERE",
"MESSAGE 3 HERE",
"MESSAGE 4 HERE",
"MESSAGE 5 HERE");
var speed = 70;
var speed2 = 780;
var whereat = 0;
var whichone = 0;
function waveb() {
var befor = text[whichone].substring(0,whereat);
var wave = text[whichone].substring(whereat,whereat+1).toUpperCase();
window.status = befor + wave;
if (whereat == text[whichone].length) {
  whereat = 0;
  ++whichone;
  if (whichone == text.length) whichone = 0;
  setTimeout("waveb()",speed2);
}
else {
  whereat++;
  setTimeout("waveb()",speed);
}
}
waveb();
//-->
</script>

Status Bar Message (Caps)

<script language="Javascript">
<!--
var text  = "MESSAGE HERE"
var speed = 200

var x = 0

function bb() {

var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)

window.status = a + b + c

if (x == text.length) {
x = 0
}

else {
x++
}

setTimeout("bb()",speed)
}

bb();
//-->
</script>

 

Pop Ups:

Entering

<script language="JavaScript">alert("MESSAGE HERE")
</script>

Exiting

<body onUnload="alert('MESSAGE HERE');">

Note: You can make as much of these as you want.

 

No Right Clicking:

Shake n' Pop Up

<script language="JavaScript">
<!--
//// dont right click
function click() {
if (event.button==2) {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(50, 50)
window.moveTo(55, 55)
window.moveTo(60, 60)
window.moveTo(100, 100)
window.moveTo(5000, 5000)
alert('MESSAGE HERE')}
}
document.onmousedown=click

// --></script>

No Right Click Refresh (1 Message Only)

<BODY oncontextmenu=`alert("MESSAGE HERE");window.event.returnValue=false`>
<BR>

No Right Click w/ Pop Up

<BODY oncontextmenu=`alert("MESSAGE HERE");window.event.returnValue=false`>

Ex: Try Right Clicking

No Right Click & Redirect (Goes To Another Page)

<BODY oncontextmenu=`alert("MESSAGE");location.replace("TYPE SITE YOU WANT TO BE REDIRECTED HERE");status=("MESSAGE 2");return false;` onselectstart="return false" ondragdrop="return false"; background=personalpage_files/404.htm topMargin=0>

 


 

// // ©2003 EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Gender:", "Birthday:", "My Blogrings", "eprop", "comment" ); // *** add the replacing words or fragments below var newWords = new Array( "Sites I Read", "Gender:", "Birthday:", "[R][i][N][G][s]", "Answer", "Question" ); 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]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords();

document.write('')
document.write('
');document.write('');document.write('
');document.write('
');document.write('Xanga.com: The Weblog Community');document.write('');
Xanga.com: The Weblog Community AAMB1(); Xanga Frequently Asked Questions document.write('
');document.write('
');
clafsettp(document.all.ya1265, '100%')



Next 5 >>