View Full Version : I need not copy product or Template for version 3.8.7
Emad ELsayed
02-11-2013, 08:09 PM
Hi dear
I need help necessary
I need not copy product or Template for version 3.8.7
Be compatible with all browsers
Simon Lloyd
02-11-2013, 11:04 PM
This question makes no sense, vbulletin by default is compatible with all modern browsers!
Emad ELsayed
02-11-2013, 11:51 PM
Dear
I do not mean vbulletin
I mean Plugins or Templat to prevent visitors from copying my site
Be compatible with all browsers
Templat Example
<BODY onselectstart="return false">
<SCRIPT language=JavaScript1.2>
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 1)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
</SCRIPT>
</BODY>
Simon Lloyd
02-12-2013, 12:10 AM
You cannot prevent anyone from copying your content, you can make it difficult but you cannot stop them. You could do it via server, checkout ionCube HTL obfuscator here http://www.ioncube.com/html_encoder.php
Emad ELsayed
02-12-2013, 12:28 AM
Dear
This is I mean, but how to use it with a vbulletin program .I Beginner
Regards
Simon Lloyd
02-12-2013, 12:35 AM
You'd need to contact your hosts and make sure you have ioncube loaders installed, then maybe you'd need to create a plugin using global_start as the hook and call the php file something likerequire_once 'html_encoder_1.9.php';
(as thats the file they display there), it would probably be bset to get more information from their ioncube support (http://support.ioncube.com/)
Emad ELsayed
02-12-2013, 12:41 AM
Thank you dear
But does this affect search engines
Best Regards
Simon Lloyd
02-12-2013, 12:46 AM
I have no idea, search engines normally crawl links, the spider from one to the next, i believe that they do read the content from the source code, to be better informed read this http://www.metamend.com/search-engine-bots.html
Emad ELsayed
02-12-2013, 01:09 AM
Thank you very much dear
On this important information, and I will research more about it
Best Regards
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.