Jump to content
MakeWebGames

Recommended Posts

Posted

i fount a way to view source codes by going in to the game is their a way to secure this by view i mean the layout of anypage and anygame i am not going to mention them here cos it will put people games under risk but just to let u know it is possible

Posted

Re: Viewing codes hack

 

Isn't PHP server side? Meaning source code stealing programs will only show the HTML, not the PHP?

so which means it is possible to copy people html layouts and css

Posted

Re: Viewing codes hack

Most people won't steal your layouts, unless they're a 13 year old noob who thinks they are "cool" or "bad" or whatever slang they use these days. If you find someone with your layout, just contact their host to take them down.

Posted

Re: Viewing codes hack

 

Most people won't steal your layouts, unless they're a 13 year old noob who thinks they are "cool" or "bad" or whatever slang they use these days. If you find someone with your layout, just contact their host to take them down.

yea lol but u still most people cant be trusted is their a secure for this so everyone can secure it

Posted

Re: Viewing codes hack

I've heard of something called IonCube, you might want to check that out, but I think you have to pay for that.

Posted

Re: Viewing codes hack

I'm not bothered lol, you were the one that posted the topic about it, its pretty obvious how to do it, right click and view source, doesn't take a genius to figure it out.

Posted

Re: Viewing codes hack

add the javascript no right click script...

 

============================================================
Script:    Basic No-Right-Click Script
Functions: Blocks right-click on mouse and shows alert box
Browsers:  NS & IE 4.0 & later; degrades gracefully
Author:    etLux
============================================================

Put the following script in the head of your page:

<script language="Javascript1.2">

// (C) 2003 CodeLifter.com
// Source: CodeLifter.com
// Do not remove this header

// Set the message for the alert box
am = "This function is disabled!";

// do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
  if (bNS && e.which > 1){
     alert(am)
     return false
  } else if (bIE && (event.button >1)) {
    alert(am)
    return false;
  }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;

</script>

============================================================

 

courtesy of http://www.codelifter.com/main/javascript/norightclick1.html

Posted

Re: Viewing codes hack

by the way go on internet explorer and look att the top left where view is then it says Source and on firefox and you just click Ctrl +U

Posted

Re: Viewing codes hack

 

so their is no actual way to hid the html source codes cos that can give info away

Your Clever Lol :P

Your clever too, a 13 year dumbass bitch with nothing better to do than hack games.

Posted

Re: Viewing codes hack

 

so their is no actual way to hid the html source codes cos that can give info away

Your Clever Lol :P

Your clever too, a 13 year dumbass bitch with nothing better to do than hack games.

Lmao well said

Posted

Re: Viewing codes hack

I'm one big tool? Bro, people think your the biggest tool out there, hacking games and thinking your "cool". Grow up.

Posted

Re: Viewing codes hack

me hack games lol i dont know the silghest on hacking ok ill be the age you want me to be then :S thaught you have to be 18 to have paypal ? how the noobs get round this ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...