Blocking users |
![]() ![]() |
Blocking users |
Oct 7 2004, 05:39 PM
Post
#1
|
|
![]() Mmm..Meat :D ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 326 Joined: Jul 2004 Member No: 31,086 |
Ok, is there anyway to block a certain user from posting anything on your xanga? Because, I am pissed at a person and she constantly writes stuff at my chatterbox and e-props --;
|
|
|
|
Oct 7 2004, 08:00 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Apr 2004 Member No: 10,761 |
i dont think u can block a person from writing on ur chatterbox.. but u can block users from ur xanga by clicking on blocked users on the left module in private view.. i think u can go on from there..
hope that helped.. |
|
|
|
Oct 7 2004, 09:10 PM
Post
#3
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
well u can have a chatterbox screenname tracker.. but whoever signs it has to be logged in to their xanga
|
|
|
|
Oct 7 2004, 09:18 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
which chatterbox are you using? i think one of them lets you ban their ip so they can't post
|
|
|
|
Nov 5 2004, 07:30 AM
Post
#5
|
|
![]() Newbie of Goddess ![]() ![]() ![]() ![]() Group: Member Posts: 265 Joined: Oct 2004 Member No: 56,346 |
QUOTE(Counting @ Oct 7 2004, 5:39 PM) Ok, is there anyway to block a certain user from posting anything on your xanga? Because, I am pissed at a person and she constantly writes stuff at my chatterbox and e-props --; Chatterbox Name Tracker this is the code that wont let anyone sign your chatterbox unless they are signed in enter this code into the webstats section CODE <!-- begin code provided by createblog.com -->
<!--Start Chatterbox Tracker--> <script language="javascript"> //chatterbox screen name tracker - xanga.com/add_ons function getXName() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") { var link = document.links[i]; var text = document.all ? link.innerText : link.text ? link.text : ''; return text; break; }} return null; } function getPopLink() { for (var i = 0; i < document.links.length; i++) { if (document.links[i].id=='chatterpopup') return document.links[i]; break; } return null; } xName = getXName(); if (xName != null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value=xName; chatter_name = xName; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='http://www.xanga.com/home.aspx?user=' + xName; } } else if (xName == null && chatterbox == 'ok') { nameBox = document.forms['chatterform'].elements['name']; nameBox.value='Log in'; nameBox.disabled=true; msgBox = document.forms['chatterform'].elements['msg']; msgBox.value='to post'; msgBox.disabled=true; postBtn = document.forms['chatterform'].elements['post']; postBtn.disabled = true; urlBox = document.forms['chatterform'].elements['uurl']; if (urlBox) { urlBox.value='to Xanga'; urlBox.disabled=true; } popLink = getPopLink(); if (popLink != null) { popLink.href = popLink.href + '&nopost=Log+in!!'; } } </script> <!--End Chatterbox Tracker--> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |