Log In · Register

 
 
Closed TopicStart new topic
Pro-xanga help me!!!, i just need some code from yall...
mysticalazxn
post Feb 29 2004, 09:53 PM
Post #1


^ I might look scary but i'm the nicest person in cb!
******

Group: Member
Posts: 1,364
Joined: Feb 2004
Member No: 4,979



can some one give me the basic code to put the table any where on the pgz and the transparent table aswell!
and what is the code that dont allow the viewr to click view-source?
and can you give me the code where u can chage the comments-epopz thing!


thank you for reading!
html is cool!
 
emerika66
post Feb 29 2004, 09:58 PM
Post #2


Senior Member
***

Group: Member
Posts: 95
Joined: Feb 2004
Member No: 3,903



<script language="JavaScript">
<!--
// No rightclick script.
// Find more great scripts and applets at the JavaFile!
// http://www.javafile.com
// Do not delete this header!

var message="dont steal my precious items! i found them on my own!"; //

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->

</script>





this code allows no right clicking(also u cant view source either)
where it says" dont steal my precious things" u can change it 2 watever message u want... happy.gif and dont erase the quotations onli erase the stuff in ""
 
xjjajeengx
post Feb 29 2004, 10:00 PM
Post #3


advanced newbie... S2
*******

Group: Member
Posts: 3,504
Joined: Jan 2004
Member No: 752



hmm... i sugggest you actually search under scripts before you make a topic such as this. some of these codes have been posted alot hammer.gif

http://www.createblog.com/forums/index.php?showtopic=46 for eprop changing

http://www.createblog.com/forums/index.php?showtopic=32 for word changing (eprop, comment)

http://www.createblog.com/forums/index.php?showtopic=54 no right click

as for the tables, your going to have to make your own tables using the <table> </table> tags...

http://xaddons.vzz.net/transpmodbg.htm for transparent tables/modules...

_smile.gif hope that helped happy.gif if not then... er... sad.gif
 
mysticalazxn
post Feb 29 2004, 11:42 PM
Post #4


^ I might look scary but i'm the nicest person in cb!
******

Group: Member
Posts: 1,364
Joined: Feb 2004
Member No: 4,979



i can still click my source with that code??
 

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