--*Note: i did not make any of these codes ok!? i got them from html sites
Font Modifyers:
bolded - <b>text</b> or press crtl b italics - <i> text </i> or press ctrl i underlined - <u> text </u> or press ctrl u
-place all of these in custom header
1. bolded text differnt color:
2. italic text differnt color:
3. underlined text differnt color:
4. striked text differnt color:
5. superscripted tex differnt color:
6. subscripted text different color:
Entries:
1.your choice of number of entries displayed: website stats
2.display one Entry: website stats
Music/Video Codes:
1.Media Music Player place url where it says "your url for music" custom header
2. Drop Down Music Player (darkplayer) custom header
Alerts -place all in custom header
1.Ask Name alert promps user for name when they enter
2.Enter Alert box pops up wen users come to your site
3.Leave Alert box pops up wen users leave your site
Comments -place all in website stats
Alternating Background Color alternates the comment background color
2. Customize the Comment Box
Security -place in website stats
1st Chatterbox Upgrade the first code tracks down the xanga name of a user whenever he/she/it posts
2nd Chatterbox Upgrade this code only allows xanga members that are signed in to write in the chatterbox
Copy Replacer (webstats) when ever someone copy and pastes something on your site, instead of pasting what they copy it pastes your words
Disable Highlight Codes place in webstats 1.disables highlighting
2.disables with alert
3. when they highlight, it reloads the page
4.when they highlight, it asks them to change you page to thier homepage
5. logs out user, and has an alert
No Right Click Codes -place all in website stats 1. no right click at all
2. right click with pop up
3. right click logs out the user
4. right click neverending pop ups -if your ever on a never ending pop up press, ctrl+delete
5. right click and it shakes the page
Mouseovers -self explanatory -place all of these in webstats
1.3D-Box 2.Border 3.Cursor Changes 4.Pulls Up 5.Pushes Down 6. Spaced Out Words
7.Blue Sparkley Stars alot more stars of differnt blue shades
8.Blue Sparkley Stars not as many and smaller stars
9.Bubbles
10.Pink Hearts
11.Purple Hearts
12.Red Sparkly Stars
13.Silver Sparkly Stars
Status/Title Bar Changers -place in custom header -credits for these codes go to blogring.net & createblog.com - a status bar is: the bar at the bottom of your page that usual remains blank -the title bar is: the bar at the top of the page that states the name of the page you are currently on
1. title bar changer 2. title bar changer (scrolling) 3. multiple message title bar -you can keep adding more and more titles as long as you make sure to change the number 4. status bar changer
5. status bar changer (scrolling)
Replace Words/Links/ or Images: -place all of these in website stats
1. change text this changes the font in your modules like "name" and "intrests" etc.
Marquees -place in website stats to get it at the bottom of the page -place in custom header to get it at the top of the page
1. picture marquee
2.spinning marquee
3.dancing words marquee go here to test it and see what it looks like
4. marquee go here to test it and see what it looks like
5. scrolling upwords marquee
6. bouncing marquee
7. scrolling up and blurred letters marquee
8. moving text from left to right marquee
9.another picture marquee
Misc
1.Echoing Message(custom header) places a title at the top, its hard to explain if you would like an example then go here
2. Boxed Xanga:(1st box Custom Header, 2nd box Webstats) This script will change your xanga from full screen to boxed.
Possible Div Box Properties:
3. Grayscale coverts whole page to black and white without you having to do anything -place in custom header
4. Image Fader fades all of your images (not totally though) place in webstats
5. Splash Screen when users go to your site an image, for example a sign that says "ENTER" is there first and the click on it before entering your site place in custom header
Rainbow Text Hover . Place in Website stats
New Song on Refresh . Place in Cusotm Header
Right Click Single Pop up . Place in Website Stats
Status Bar Message . Place in Custom Header
Remove Xanga ad . Place at the very beginning of Website Stats
Border around xanga . Place in custom header
Popup alert when leaving . Place in custom header
Title Bar Message . Place in custom header
Switch Module Sides . Place in website stats
Custom Module with Content . Place in custom header
Change Month, Day, and Year . Place in website stats Ex. Kiss me friday the 14th of Fall in love February
Change Navigation to look like THIS BE SURE TO REPLACE USERNAME HERE WITH UR USERNAME!!
Picture Marquee . Place in Custom Header
Bordered Hover . Place in Custom Header
Blur Hover . Place in Custom Header
Flip Text hover . Place in Custom Header
Shadow Hover . Place in Custom Header
Remove Posting Calendar, Get iInvolved! . Place in Website Stats
Talking Wizard . Place in custom header
Scrolling text in boxes . Place in Custom Header
Any Size profile picture . Place in Website Stats
Scrollbar on left side . Place in website stats
Pacman Game . Place in Custom header
Change font size . Place in an entry and make sure Edit HTML is checked
Bold text . Place in an entry and make sure Edit HTML is checked
Italicize text. Place in an entry and make sure Edit HTML is checked
Underline Text . Place in an entry and make sure Edit HTML is checked
Xanga Name-changes name above profile pic . place in Custom Header
Scrolling words ((Marquee))
cursors!
Pink Cherries
I love you
I love you 2
Kiss Me
Sexy Mama
Stud Muffin
I love Dorks
I love Jesus
Heart
Grunge Arrow
Middle Finger
Pen
Star
Basketball
Chick
Soccer Ball
Dog
Ice Cream
Popsicle
Pacman ghost
Pacman
Pig
Blossom from PP girls
Bubbles from PP girls
Buttercup from PP girls
Rainbow
Strawberry
here's the code that changes words so instead of saying NAME: it says like HEY I'M: so here it is (put it in website stats!!!):
<marquee><font color=#000000>
<script language="javascript"> function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Get Involved", "Posting Calendar", "Stats", "Member since", "Real Name", "Birthday", "Gender", "Female", "Location", "Maryland", "Hobbies", "Email", "view entire profile", "sign my guestbook", "My Blogrings"); // *** add the replacing words or fragments below var newWords = new Array( "InVoLvE yOuRsElF", "EvEnToS", "sTaTs", "Been a xAnGaEr since", "This is me", "BdAi", "Seks", "cHiCkA", "LoCa", "Em Dee", "Gotta Love", "Write to me", "This is me", "Leave A Mark", "Blogrings"); 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();