Log In · Register

 
 
Closed TopicStart new topic
Stop viewing my xanga?, Can I stop people from viewing
oomamasitaxx
post Aug 21 2004, 10:55 AM
Post #1


Senior Member
***

Group: Member
Posts: 53
Joined: Aug 2004
Member No: 38,459



I was just wondering...I dont want certain people viewing my xanga. Is there way??? blink.gif
 
BeyondElite
post Aug 21 2004, 10:58 AM
Post #2


Senior Member.
*******

Group: Member
Posts: 3,619
Joined: Apr 2004
Member No: 12,940



You can always make your posts private. wink.gif
 
oomamasitaxx
post Aug 21 2004, 11:03 AM
Post #3


Senior Member
***

Group: Member
Posts: 53
Joined: Aug 2004
Member No: 38,459



yeah thats true...but i want other people to view my xanga except for these ceratin people. I blocked them but does that mean they wont be able to view it?
 
BeyondElite
post Aug 21 2004, 11:05 AM
Post #4


Senior Member.
*******

Group: Member
Posts: 3,619
Joined: Apr 2004
Member No: 12,940



QUOTE(oomamasitaxx @ Aug 21 2004, 12:03 PM)
yeah thats true...but i want other people to view my xanga except for these ceratin people. I blocked them but does that mean they wont be able to view it?

Hmm ... I think they can view your xanga, but they can't comment on your xanga or anything. I'm not sure. _unsure.gif
 
oomamasitaxx
post Aug 21 2004, 11:14 AM
Post #5


Senior Member
***

Group: Member
Posts: 53
Joined: Aug 2004
Member No: 38,459



Oooh alright. Well if anyone else knows how to stop them from looking at my xanga please tell me!! thanks.
 
shortvi3tlaydee
post Aug 21 2004, 09:32 PM
Post #6


moohaha
******

Group: Member
Posts: 2,214
Joined: Aug 2004
Member No: 41,985



u can do the password protection and only tell your friends the password


CODE
<!-- begin code provided by createblog.com -->
<HEAD><script language="JavaScript"><!--hidevar password;var blogringdotnet="PASSWORD GOES HERE";password=prompt('TEXT ON P-UP',' ');if (password==blogringdotnet)alert('TEXT IF CORRECT');else { window.location="URL OF PAGE THAT IT GOES TO IF THEY ANSWERED WRONG";    }//--></SCRIPT></HEAD>

<!-- end code provided by createblog.com -->
 
sweetxsimplicity
post Aug 21 2004, 09:36 PM
Post #7


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



Umm..I think you can check Protected Post and only the people that subscribed to you or something can view it.
 
xoxo
post Aug 21 2004, 10:12 PM
Post #8


just breathe
***

Group: Member
Posts: 87
Joined: Jun 2004
Member No: 23,266



CODE
<!-- begin code provided by createblog.com -->
<HEAD><script language="JavaScript"><!--hidevar password;var blogringdotnet=mypassword";password=prompt('password?',' ');if (password==blogringdotnet)alert('welcome');else { window.location="www.xanga.com";    }//--></SCRIPT></HEAD>

<!-- end code provided by createblog.com -->


i tried the above and it doesnt work on xanga. can somebody help me?
 
jz1134
post Aug 21 2004, 10:51 PM
Post #9


short one
*****

Group: Member
Posts: 469
Joined: Jun 2004
Member No: 23,284



i dont think theres a way to stop somebody from veiwing ur xanga u might b able to stop every1 but i dont think u could stop only certain people
 
espionage
post Aug 22 2004, 12:51 AM
Post #10


Stalking Createblog...
****

Group: Member
Posts: 155
Joined: Jan 2004
Member No: 1,300



(This script is taken from Createblog.com Scripts, but I can't really lecture you about going there first cuz the name is so weird... "private blogging script".)

Here's the code that allows you to do the opposite of what you wanted, but still... same results... insert usernames of people you want to have access to your xanga - the rest cannot see it; Instead, they get the notification (Message is editted near bottom in place of "Sorry this is a private blog!") and below that is the command to go back to the site they were before. You can also redirect them to another page and whatever with those types of commands.

There is a flaw to that script... you can't stop them from subscribing (unless you block them) and if they link to your xanga with no history in their browser, the command of "go back" is void and they stay there (which is why I recommend using the redirect command).

It's late yawn.gif so I'm too lazy to find the redirect code... PM me if you don't know and I'll get to you as soon as possible tomorrow. biggrin.gif

CODE
<!-- begin code provided by createblog.com -->
<script>

// Private Blogging
// By Paul Chen
//  --- Coyote
// Put your list of (exact) names here.
// Make sure they are all lowercase.
// "join" = unregistered viewers
// Go to end of the script and change
// the custom alert message.

var allowed = new Array(
"USERNAME HERE",
"USERNAME HERE",
"USERNAME HERE",
"USERNAME HERE",
"USERNAME HERE"
)

var links = document.getElementsByTagName('a');
name="";

for(i=0;i<links.length;i++)
{
if(links[i].innerText.match(/xanga/i) && links[i+2].innerText.match(/sign out/i)){
i++;
if(links[i].href.match('/private/home.aspx') || links[i].innerText.match('join')){
 name = links[i].innerText.toLowerCase();
 break;
}  
}
}
enter=false;

for(j=0;j<allowed.length;j++)
{
users = allowed[j];
if(users.indexOf(name)==0 && users.length==name.length){
enter=true;
break;
}
}

if(enter!=true){
alert('Sorry, this is a private blog!'); //change the message
history.go(-1);
}
</script>
<!-- end code provided by createblog.com -->
 
sewerz1000
post Aug 22 2004, 12:07 PM
Post #11


PUhaha.. NJ azN
****

Group: Member
Posts: 299
Joined: Aug 2004
Member No: 41,986



yea, but u have to give all your friends the password though, thats kinda annyoing though, heh, just make your psots private!!
 
sweetdreamsx3
post Aug 22 2004, 01:12 PM
Post #12


Senior Member
*******

Group: Member
Posts: 5,585
Joined: Aug 2004
Member No: 38,082



Well, there used to be this code ( I can't find it anymore!!!) that would be like a pop up and it'll say what's the password to get into the site..and yeah...but I can't find it anymore. sad.gif It was useful too, but then like the above person said, it'll be gay to have to give out passwords to people...

You can end up making a seperate xanga and tell your friends ONLY...but yeah..I don't see the point in doing that.
 

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