Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Source Code

Asked Modified Viewed 3,338 times
B
BlueRat
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Junior Member

Hi Everyone

How do I hide my source code what is on my site.
i have see it several website they hide there Source Code.
is it Possible to hide the Source Code on php fusion.

Thanks
Edited by BlueRat on 30-11-2009 05:14,
0 replies

8 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

If you place the following code somewhere in a file you can disable right click*

echo"<body oncontextmenu=\"return false;\">";


This will disable right click on a page,however really there is no point because you can just use "Edit" in your browser and you can get the same info.


*please note this only stops people from right clicking on your page and there is no real way to stop people from viewing your html, if someone is determined to see your code they will.
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote

RedRat wrote:
Hi Everyone

How do I hide my source code what is on my site.
i have see it several website they hide there Source Code.
is it Possible to hide the Source Code on php fusion.

Thanks


not possible.

You can't hide the source code of your website since the browser of the visitor must read the source code to show the site.
0 replies
B
BlueRat
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

slaughter wrote:

Quote

RedRat wrote:
Hi Everyone

How do I hide my source code what is on my site.
i have see it several website they hide there Source Code.
is it Possible to hide the Source Code on php fusion.

Thanks


not possible.

You can't hide the source code of your website since the browser of the visitor must read the source code to show the site.


hey thanks

i am sure is good to ask always if is possible

thanks anyway
0 replies
B
BlueRat
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Fangree_Craig wrote:
If you place the following code somewhere in a file you can disable right click*

echo"<body oncontextmenu=\"return false;\">";


This will disable right click on a page,however really there is no point because you can just use "Edit" in your browser and you can get the same info.


*please note this only stops people from right clicking on your page and there is no real way to stop people from viewing your html, if someone is determined to see your code they will.


Hi Fangree_Craig
thanks for your quick support i know is not possible to Hide the Source Code they can get easly with out any problem.
but you say i can disable right click. that is good at least that stop some people taking some of my picture those who dont know well about the Net.
where do i need past that code.

Thanks Mate
thanks

where do i need
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote


but you say i can disable right click. that is good at least that stop some people taking some of my picture those who dont know well about the Net.
where do i need past that code.

this also won't work. Maybe for beginners who are the first time in the internet, but every advanced surfer knows how he can get the pictures easy.
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

The bottom line is once you post something on a public website, there's not a lot you can do to stop visitors copying/downloading your content.
You could use the watermark system in your images.
0 replies
B
BlueRat
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

RedRat wrote:

Quote

Fangree_Craig wrote:
If you place the following code somewhere in a file you can disable right click*

echo"<body oncontextmenu=\"return false;\">";


This will disable right click on a page,however really there is no point because you can just use "Edit" in your browser and you can get the same info.


*please note this only stops people from right clicking on your page and there is no real way to stop people from viewing your html, if someone is determined to see your code they will.




Hi Fangree_Craig
thanks for your quick support i know is not possible to Hide the Source Code they can get easly with out any problem.
but you say i can disable right click. that is good at least that stop some people taking some of my picture those who dont know well about the Net.
where do i need past that code.

Thanks Mate
thanks

where do i need


Thanks for your help
0 replies
B
BlueRat
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

HobbyMan wrote:
The bottom line is once you post something on a public website, there's not a lot you can do to stop visitors copying/downloading your content.
You could use the watermark system in your images.


That is right man
Thanks for your help i appreciated
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
B
B
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet