| 
	
 | 
 Posted by Jerry Stuckle on 06/13/69 12:01 
Defacta wrote: 
> On Jan 27, 9:00 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote: 
>> J.O. Aho wrote: 
>>> Defacta wrote: 
>>>> Hi, 
>>>> I would like to make a script in which there would be some google ads. 
>>>> The problem is if the PHP code source is available people will be able 
>>>> to delete the google ads part of the script... 
>>>> How can I make the code be illegible without using Ioncube or Zend, my 
>>>> goal is to make this script work everywhere not with a specific 
>>>> configuration... 
>>> You could rot13() the file, and then rot13() back it and run an eval(), 
>>> no matter how you do it without a module like the one from zend, it will 
>>> be easy to see how you "encrypt" the php code and it will be easy to 
>>> remove that part and then easy to remove your google ads. 
>> Additionally, google probably won't like you forcing their ads on other 
>> people. 
>> 
>> -- 
>> ================== 
>> Remove the "x" from my email address 
>> Jerry Stuckle 
>> JDS Computer Training Corp. 
>> jstuck...@attglobal.net 
>> ================== 
>  
> Yes maybe it's not allowed to do so with google adsense. 
> There is also publisher from Yahoo but you must have a U.S. Social 
> Security or Tax ID number, I don't have it as I am not an american 
> citizen... 
>  
> Does anyone know a ads system like google ads I could put inside a PHP 
> script ? 
>  
> Thanks, 
> Vincent. 
>  
 
Don't know, but I'd never place such a script on any of my sites,  
anyway, unless you paid me. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |