|
Posted by Jerry Stuckle on 09/29/62 12:01
Defacta wrote:
> On Jan 28, 3:44 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> 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.
>>
>
> But it's a good script, a gallery system (once again another one) ie:
> http://www.v-defacta.com/perso/
>
> ;-)
>
So? There are dozens of good gallery systems out there - and they don't
require I places ads on my site to use them.
If you want to get paid for your scripts, fine. Charge for them. But
don't expect people to put up ads.
And BTW - any of the encryption schemes which don't require a server
add-on such as Zend aren't worth anything. It doesn't take that much
work to break them - at least as far as getting rid of annoying ads.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|