HTML portion

How to I change the HTML portiion of a PHP script? I want to modify
the HTML portion of phpBB, and the code in there to have StatCounter
record hits to that part of my web site. I already have the main web
site logged with StatCounter, but I would like to be able to modify
the HTML portion of PHP scripts for WikiMedia and phpBB, so
I can have those logged by phpBB as well

I can see the HTML portion when I ask for the source in my
browser, but I cannot find the place in any of the PHP scripts
to change the HTML portion of the code
chilly8 [ So, 02 Dezember 2007 13:49 ] [ ID #1884026 ]

Re: HTML portion

Chilly8 wrote:
> How to I change the HTML portiion of a PHP script? I want to modify
> the HTML portion of phpBB, and the code in there to have StatCounter
> record hits to that part of my web site. I already have the main web
> site logged with StatCounter, but I would like to be able to modify
> the HTML portion of PHP scripts for WikiMedia and phpBB, so
> I can have those logged by phpBB as well
>
> I can see the HTML portion when I ask for the source in my
> browser, but I cannot find the place in any of the PHP scripts
> to change the HTML portion of the code
>
>

You need to ask in the PhpBB support forums, not here. It's more
complicated than just changing text files.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ So, 02 Dezember 2007 14:23 ] [ ID #1884027 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
> Chilly8 wrote:
>> How to I change the HTML portiion of a PHP script? I want to modify
>> the HTML portion of phpBB, and the code in there to have StatCounter
>> record hits to that part of my web site. I already have the main web
>> site logged with StatCounter, but I would like to be able to modify
>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>> I can have those logged by phpBB as well
>>
>> I can see the HTML portion when I ask for the source in my
>> browser, but I cannot find the place in any of the PHP scripts
>> to change the HTML portion of the code
>>
>>
>
> You need to ask in the PhpBB support forums, not here. It's more
> complicated than just changing text files.

I have figured out one way to do it, which works with ANY
PHP page. Just load it into your browser, select the option
for viewing the source, and then save that as an index.htm or
index.html page, then have the web crawlers crawl that
instead of the php file. I have so far gotten this to work with
my phpBB and Wiki pages, then just change the redirects
on my domain to take users to the HTML-translated
version of the page. Then you can put in things like
Statcounter, or banner ads into WikiMedia, PhpBB,
VBulletin, or anything else. Now, you will need to have
the original php version, so that users can login. If the
index.php file has been erased or renamed, a user will
not be able to log on, but if anyone else asks about this,
that is how you do it. Log off and delete all cookies. Go
back to the main page, open the source in your browser,
and then save the HTML-translated page, then submit
the HTML version of hte page to Google and Yahoo
so that users get directed to that, instead of the PHP
version of the page.
chilly8 [ So, 02 Dezember 2007 14:48 ] [ ID #1884028 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> How to I change the HTML portiion of a PHP script? I want to modify
>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>> record hits to that part of my web site. I already have the main web
>>> site logged with StatCounter, but I would like to be able to modify
>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>> I can have those logged by phpBB as well
>>>
>>> I can see the HTML portion when I ask for the source in my
>>> browser, but I cannot find the place in any of the PHP scripts
>>> to change the HTML portion of the code
>>>
>>>
>> You need to ask in the PhpBB support forums, not here. It's more
>> complicated than just changing text files.
>
> I have figured out one way to do it, which works with ANY
> PHP page. Just load it into your browser, select the option
> for viewing the source, and then save that as an index.htm or
> index.html page, then have the web crawlers crawl that
> instead of the php file. I have so far gotten this to work with
> my phpBB and Wiki pages, then just change the redirects
> on my domain to take users to the HTML-translated
> version of the page. Then you can put in things like
> Statcounter, or banner ads into WikiMedia, PhpBB,
> VBulletin, or anything else. Now, you will need to have
> the original php version, so that users can login. If the
> index.php file has been erased or renamed, a user will
> not be able to log on, but if anyone else asks about this,
> that is how you do it. Log off and delete all cookies. Go
> back to the main page, open the source in your browser,
> and then save the HTML-translated page, then submit
> the HTML version of hte page to Google and Yahoo
> so that users get directed to that, instead of the PHP
> version of the page.
>
>

And pretty soon you'll figure out why that doesn't work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ So, 02 Dezember 2007 20:28 ] [ ID #1884029 ]

Re: HTML portion

Chilly8 wrote:
> How to I change the HTML portiion of a PHP script? I want to modify
> the HTML portion of phpBB, and the code in there to have StatCounter
> record hits to that part of my web site. I already have the main web
> site logged with StatCounter, but I would like to be able to modify
> the HTML portion of PHP scripts for WikiMedia and phpBB, so
> I can have those logged by phpBB as well
>
> I can see the HTML portion when I ask for the source in my
> browser, but I cannot find the place in any of the PHP scripts
> to change the HTML portion of the code
>
>

You need to ask in the PhpBB support forums, not here. It's more
complicated than just changing text files.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ So, 02 Dezember 2007 14:23 ] [ ID #1884069 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
> Chilly8 wrote:
>> How to I change the HTML portiion of a PHP script? I want to modify
>> the HTML portion of phpBB, and the code in there to have StatCounter
>> record hits to that part of my web site. I already have the main web
>> site logged with StatCounter, but I would like to be able to modify
>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>> I can have those logged by phpBB as well
>>
>> I can see the HTML portion when I ask for the source in my
>> browser, but I cannot find the place in any of the PHP scripts
>> to change the HTML portion of the code
>>
>>
>
> You need to ask in the PhpBB support forums, not here. It's more
> complicated than just changing text files.

I have figured out one way to do it, which works with ANY
PHP page. Just load it into your browser, select the option
for viewing the source, and then save that as an index.htm or
index.html page, then have the web crawlers crawl that
instead of the php file. I have so far gotten this to work with
my phpBB and Wiki pages, then just change the redirects
on my domain to take users to the HTML-translated
version of the page. Then you can put in things like
Statcounter, or banner ads into WikiMedia, PhpBB,
VBulletin, or anything else. Now, you will need to have
the original php version, so that users can login. If the
index.php file has been erased or renamed, a user will
not be able to log on, but if anyone else asks about this,
that is how you do it. Log off and delete all cookies. Go
back to the main page, open the source in your browser,
and then save the HTML-translated page, then submit
the HTML version of hte page to Google and Yahoo
so that users get directed to that, instead of the PHP
version of the page.
chilly8 [ So, 02 Dezember 2007 14:48 ] [ ID #1884071 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> How to I change the HTML portiion of a PHP script? I want to modify
>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>> record hits to that part of my web site. I already have the main web
>>> site logged with StatCounter, but I would like to be able to modify
>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>> I can have those logged by phpBB as well
>>>
>>> I can see the HTML portion when I ask for the source in my
>>> browser, but I cannot find the place in any of the PHP scripts
>>> to change the HTML portion of the code
>>>
>>>
>> You need to ask in the PhpBB support forums, not here. It's more
>> complicated than just changing text files.
>
> I have figured out one way to do it, which works with ANY
> PHP page. Just load it into your browser, select the option
> for viewing the source, and then save that as an index.htm or
> index.html page, then have the web crawlers crawl that
> instead of the php file. I have so far gotten this to work with
> my phpBB and Wiki pages, then just change the redirects
> on my domain to take users to the HTML-translated
> version of the page. Then you can put in things like
> Statcounter, or banner ads into WikiMedia, PhpBB,
> VBulletin, or anything else. Now, you will need to have
> the original php version, so that users can login. If the
> index.php file has been erased or renamed, a user will
> not be able to log on, but if anyone else asks about this,
> that is how you do it. Log off and delete all cookies. Go
> back to the main page, open the source in your browser,
> and then save the HTML-translated page, then submit
> the HTML version of hte page to Google and Yahoo
> so that users get directed to that, instead of the PHP
> version of the page.
>
>

And pretty soon you'll figure out why that doesn't work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ So, 02 Dezember 2007 20:28 ] [ ID #1884081 ]

Re: HTML portion

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mo, 03 Dezember 2007 07:45 ] [ ID #1884658 ]

Re: HTML portion

"macca" <ptmcnally [at] googlemail.com> wrote in message
news:43581906-f00a-44c8-adce-819910748c37 [at] r60g2000hsc.google groups.com...
> As jerry says, this wont work. You need to route through the html
> templates and find the correct one and alter that.


PHP for Windows has no seperate HTML template, I looked. And
there are none in phpBB or WikiMedia
chilly8 [ Mo, 03 Dezember 2007 10:33 ] [ ID #1884660 ]

Re: HTML portion

"macca" <ptmcnally [at] googlemail.com> wrote in message
news:c3c8ebf6-8ed1-4ef2-89f4-a2efabcfa5dd [at] y43g2000hsy.google groups.com...
>
>> PHP for Windows has no seperate HTML template, I looked. And
>> there are none in phpBB or WikiMedia
>
> Not php's templates, theres no such thing. Your applications HTML
> templates.
>
> Look again. I have used phpBB myself
>
> if I remember correctly the templates are in something like phpBB2-
>>templates and the default is SuubSilver, so, if i wanted to add some
> HTML to the index page i would edit phpBB2->templates->SubSilver-
>>index_body.tpl or something

There is an index.htm there all right, but if you edit that file, phpBB will
just ignore the edits. For some reason, the changes I make to the index.htm
file in that directory are being ignored. I even tried rebooting the
computer,
to restart everything, no dice, so using to HTML-translated version of the
page appears to be the only thing that is going to work. I absoluitely
must find out where the assholes that are creating accounts and posting
porn links are coming from. I can edit the profiles to remove the porn
links,
and ban the users, but they keep coming back. All the firewall logs will
tell me is that there were hits to port 80, they won't tell me which part of
my site was accessed, while StatCounter can.
chilly8 [ Mo, 03 Dezember 2007 13:27 ] [ ID #1884661 ]

Re: HTML portion

Chilly8 wrote:
> X-No-Archive: Yes
>
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>> record hits to that part of my web site. I already have the main web
>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>> I can have those logged by phpBB as well
>>>>>
>>>>> I can see the HTML portion when I ask for the source in my
>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>> to change the HTML portion of the code
>>>>>
>>>>>
>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>> complicated than just changing text files.
>>> I have figured out one way to do it, which works with ANY
>>> PHP page. Just load it into your browser, select the option
>>> for viewing the source, and then save that as an index.htm or
>>> index.html page, then have the web crawlers crawl that
>>> instead of the php file. I have so far gotten this to work with
>>> my phpBB and Wiki pages, then just change the redirects
>>> on my domain to take users to the HTML-translated
>>> version of the page. Then you can put in things like
>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>> VBulletin, or anything else. Now, you will need to have
>>> the original php version, so that users can login. If the
>>> index.php file has been erased or renamed, a user will
>>> not be able to log on, but if anyone else asks about this,
>>> that is how you do it. Log off and delete all cookies. Go
>>> back to the main page, open the source in your browser,
>>> and then save the HTML-translated page, then submit
>>> the HTML version of hte page to Google and Yahoo
>>> so that users get directed to that, instead of the PHP
>>> version of the page.
>>>
>>>
>> And pretty soon you'll figure out why that doesn't work.
>
> Its so far worked for me. Just have the original PHP version
> of the page, so that users can log in, if logins are required.
>

Keep it up. You'll find why it doesn't work. Then you can come back
here and look at the advice given you in this thread.

> I am having problems with people registering usernames,
> putting porn links in their profiles, and the dissappearing
> and never coming back. phpBB does not have logging
> capabilities, and I need to know where these users are
> coming from, so I can block them. Firewall logs only
> say there was a hit to port 80, and do not say which
> parts of my web site were accessed. By directing users
> to the HTML translated-page, I can log it on StatCounter,
> and find out where these people are coming from and
> block them, just as soon as the Yahoo and Google
> web crawlers update their links so that users start
> coming through the HTML-translated page instead
> of the php page.
>
>
>

Which will do you little good. Most come through anonymous proxies or
compromised machines.

And get yourself a real log analyzer. It will give you all the
information without adding code to your pages.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mo, 03 Dezember 2007 13:34 ] [ ID #1884662 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
> Chilly8 wrote:
>> X-No-Archive: Yes
>>
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>>> record hits to that part of my web site. I already have the main web
>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>> I can have those logged by phpBB as well
>>>>>>
>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>> to change the HTML portion of the code
>>>>>>
>>>>>>
>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>> complicated than just changing text files.
>>>> I have figured out one way to do it, which works with ANY
>>>> PHP page. Just load it into your browser, select the option
>>>> for viewing the source, and then save that as an index.htm or
>>>> index.html page, then have the web crawlers crawl that
>>>> instead of the php file. I have so far gotten this to work with
>>>> my phpBB and Wiki pages, then just change the redirects
>>>> on my domain to take users to the HTML-translated
>>>> version of the page. Then you can put in things like
>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>> VBulletin, or anything else. Now, you will need to have
>>>> the original php version, so that users can login. If the
>>>> index.php file has been erased or renamed, a user will
>>>> not be able to log on, but if anyone else asks about this,
>>>> that is how you do it. Log off and delete all cookies. Go
>>>> back to the main page, open the source in your browser,
>>>> and then save the HTML-translated page, then submit
>>>> the HTML version of hte page to Google and Yahoo
>>>> so that users get directed to that, instead of the PHP
>>>> version of the page.
>>>>
>>>>
>>> And pretty soon you'll figure out why that doesn't work.
>>
>> Its so far worked for me. Just have the original PHP version
>> of the page, so that users can log in, if logins are required.
>>
>
> Keep it up. You'll find why it doesn't work. Then you can come back here
> and look at the advice given you in this thread.

Its already bearing fruit. I have found two networks, one in Germany
and one in Ukraine, where a lot of the porn links are coming from, and
have already blocked them at the firewall level, so I won't see any more
from those networks. Statcounter is already revealing to me where these
assholes are coming from.
chilly8 [ Mo, 03 Dezember 2007 18:32 ] [ ID #1884665 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> X-No-Archive: Yes
>>>
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>> Chilly8 wrote:
>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>>>> record hits to that part of my web site. I already have the main web
>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>> I can have those logged by phpBB as well
>>>>>>>
>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>> to change the HTML portion of the code
>>>>>>>
>>>>>>>
>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>> complicated than just changing text files.
>>>>> I have figured out one way to do it, which works with ANY
>>>>> PHP page. Just load it into your browser, select the option
>>>>> for viewing the source, and then save that as an index.htm or
>>>>> index.html page, then have the web crawlers crawl that
>>>>> instead of the php file. I have so far gotten this to work with
>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>> on my domain to take users to the HTML-translated
>>>>> version of the page. Then you can put in things like
>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>> VBulletin, or anything else. Now, you will need to have
>>>>> the original php version, so that users can login. If the
>>>>> index.php file has been erased or renamed, a user will
>>>>> not be able to log on, but if anyone else asks about this,
>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>> back to the main page, open the source in your browser,
>>>>> and then save the HTML-translated page, then submit
>>>>> the HTML version of hte page to Google and Yahoo
>>>>> so that users get directed to that, instead of the PHP
>>>>> version of the page.
>>>>>
>>>>>
>>>> And pretty soon you'll figure out why that doesn't work.
>>> Its so far worked for me. Just have the original PHP version
>>> of the page, so that users can log in, if logins are required.
>>>
>> Keep it up. You'll find why it doesn't work. Then you can come back here
>> and look at the advice given you in this thread.
>
> Its already bearing fruit. I have found two networks, one in Germany
> and one in Ukraine, where a lot of the porn links are coming from, and
> have already blocked them at the firewall level, so I won't see any more
> from those networks. Statcounter is already revealing to me where these
> assholes are coming from.
>
>
>
>

And if you chase them down, chances are you'll find they are coming from
anonymous proxies.

One non-PhpBB board I manage had a major problem with Spam until we
implemented CAPTCHA. We were getting 200-400 spam posts per hour at
times, and every one of them came from a different IP address. But the
content was always the same.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mo, 03 Dezember 2007 21:10 ] [ ID #1884668 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
> Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> X-No-Archive: Yes
>>>>
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>> StatCounter
>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>> web
>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>
>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>> to change the HTML portion of the code
>>>>>>>>
>>>>>>>>
>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>> complicated than just changing text files.
>>>>>> I have figured out one way to do it, which works with ANY
>>>>>> PHP page. Just load it into your browser, select the option
>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>> index.html page, then have the web crawlers crawl that
>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>> on my domain to take users to the HTML-translated
>>>>>> version of the page. Then you can put in things like
>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>> the original php version, so that users can login. If the
>>>>>> index.php file has been erased or renamed, a user will
>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>> back to the main page, open the source in your browser,
>>>>>> and then save the HTML-translated page, then submit
>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>> so that users get directed to that, instead of the PHP
>>>>>> version of the page.
>>>>>>
>>>>>>
>>>>> And pretty soon you'll figure out why that doesn't work.
>>>> Its so far worked for me. Just have the original PHP version
>>>> of the page, so that users can log in, if logins are required.
>>>>
>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>> here and look at the advice given you in this thread.
>>
>> Its already bearing fruit. I have found two networks, one in Germany
>> and one in Ukraine, where a lot of the porn links are coming from, and
>> have already blocked them at the firewall level, so I won't see any more
>> from those networks. Statcounter is already revealing to me where these
>> assholes are coming from.
>>
>>
>>
>>
>
> And if you chase them down, chances are you'll find they are coming from
> anonymous proxies.

I dont know, some seem to come from whole class C IP blocks.
I have had to block entire class C IP blocks to shut off the
worst offenders, which are coming from server colocation
facilities in Germany and Ukraine. Just blocking those two, at
the firewall level, has shut mot of those that create screen names,
put porn links in the profile, and then dissapear. You create a
profile when you register, so someone could register, put their
porn, or other spam link in the profile, and never come back.
They don't even have to login, one they have registered, and
placed the porn link in their profile.
>
> One non-PhpBB board I manage had a major problem with Spam until we
> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
> times, and every one of them came from a different IP address. But the
> content was always the same.


Well, what they are doing is creating accounts, and then putting
porn links in the profile. The create the accounts and then
never return, and I then have to edit those profiles to get rid
of the spam, and then ban them, on the off chance the do
decide to try and come back.

Some of the scrren names that are created, I can Google,
and find them on a number of phpBB, vBulletin, and punBB
boards.

Google any of these strange screen names that appear, and
post porn links in their profiles, and chances are you will
find it being done to other boards running vBulletin,. phpBB,
or punBB.
chilly8 [ Mo, 03 Dezember 2007 22:54 ] [ ID #1884672 ]

Re: HTML portion

On 12/3/2007 4:54 PM, Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> X-No-Archive: Yes
>>>>>
>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>> Chilly8 wrote:
>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>> Chilly8 wrote:
>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>> StatCounter
>>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>>> web
>>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>
>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>
>>>>>>>>>
>>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>>> complicated than just changing text files.
>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>> on my domain to take users to the HTML-translated
>>>>>>> version of the page. Then you can put in things like
>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>> the original php version, so that users can login. If the
>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>> back to the main page, open the source in your browser,
>>>>>>> and then save the HTML-translated page, then submit
>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>> version of the page.
>>>>>>>
>>>>>>>
>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>> Its so far worked for me. Just have the original PHP version
>>>>> of the page, so that users can log in, if logins are required.
>>>>>
>>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>>> here and look at the advice given you in this thread.
>>> Its already bearing fruit. I have found two networks, one in Germany
>>> and one in Ukraine, where a lot of the porn links are coming from, and
>>> have already blocked them at the firewall level, so I won't see any more
>>> from those networks. Statcounter is already revealing to me where these
>>> assholes are coming from.
>>>
>>>
>>>
>>>
>> And if you chase them down, chances are you'll find they are coming from
>> anonymous proxies.
>
> I dont know, some seem to come from whole class C IP blocks.
> I have had to block entire class C IP blocks to shut off the
> worst offenders, which are coming from server colocation
> facilities in Germany and Ukraine. Just blocking those two, at
> the firewall level, has shut mot of those that create screen names,
> put porn links in the profile, and then dissapear. You create a
> profile when you register, so someone could register, put their
> porn, or other spam link in the profile, and never come back.
> They don't even have to login, one they have registered, and
> placed the porn link in their profile.
>> One non-PhpBB board I manage had a major problem with Spam until we
>> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
>> times, and every one of them came from a different IP address. But the
>> content was always the same.
>
>
> Well, what they are doing is creating accounts, and then putting
> porn links in the profile. The create the accounts and then
> never return, and I then have to edit those profiles to get rid
> of the spam, and then ban them, on the off chance the do
> decide to try and come back.
>
> Some of the scrren names that are created, I can Google,
> and find them on a number of phpBB, vBulletin, and punBB
> boards.
>
> Google any of these strange screen names that appear, and
> post porn links in their profiles, and chances are you will
> find it being done to other boards running vBulletin,. phpBB,
> or punBB.
>
>
If you want to keep the porn bots out of your phpBB 2 board, log ontp
phpBB's community forum and search on GMT-12. You will find an answer
there that stops them flat.

As to adding your counter, you can do that by editing the
overall_footer.tpl file in your style template. Just read through the
file and you should be able to find a place to put your counter.

If you are using phpBB 3 the above advice may not apply.
Dave Pyles
Dave Pyles [ Di, 04 Dezember 2007 00:19 ] [ ID #1884675 ]

Re: HTML portion

As jerry says, this wont work. You need to route through the html
templates and find the correct one and alter that.
Macca [ Mo, 03 Dezember 2007 03:53 ] [ ID #1884688 ]

Re: HTML portion

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mo, 03 Dezember 2007 07:45 ] [ ID #1884695 ]

Re: HTML portion

"macca" <ptmcnally [at] googlemail.com> wrote in message
news:43581906-f00a-44c8-adce-819910748c37 [at] r60g2000hsc.google groups.com...
> As jerry says, this wont work. You need to route through the html
> templates and find the correct one and alter that.


PHP for Windows has no seperate HTML template, I looked. And
there are none in phpBB or WikiMedia
chilly8 [ Mo, 03 Dezember 2007 10:33 ] [ ID #1884701 ]

Re: HTML portion

On Mon, 03 Dec 2007 10:33:38 +0100, Chilly8 <chilly8 [at] hotmail.com> wrote:=

> "macca" <ptmcnally [at] googlemail.com> wrote in message
> news:43581906-f00a-44c8-adce-819910748c37 [at] r60g2000hsc.google groups.com=
....
>> As jerry says, this wont work. You need to route through the html
>> templates and find the correct one and alter that.
>
>
> PHP for Windows has no seperate HTML template, I looked. And
> there are none in phpBB or WikiMedia

http://www.phpbb.com/ =3D> ask the community about templates. There are =
=

plenty of templates, and the location in the source tree is quite clear.=

-- =

Rik Wasmus
luiheidsgoeroe [ Mo, 03 Dezember 2007 11:00 ] [ ID #1884702 ]

Re: HTML portion

> PHP for Windows has no seperate HTML template, I looked. And
> there are none in phpBB or WikiMedia

Not php's templates, theres no such thing. Your applications HTML
templates.

Look again. I have used phpBB myself

if I remember correctly the templates are in something like phpBB2-
>templates and the default is SuubSilver, so, if i wanted to add some
HTML to the index page i would edit phpBB2->templates->SubSilver-
>index_body.tpl or something
Macca [ Mo, 03 Dezember 2007 12:28 ] [ ID #1884707 ]

Re: HTML portion

"macca" <ptmcnally [at] googlemail.com> wrote in message
news:c3c8ebf6-8ed1-4ef2-89f4-a2efabcfa5dd [at] y43g2000hsy.google groups.com...
>
>> PHP for Windows has no seperate HTML template, I looked. And
>> there are none in phpBB or WikiMedia
>
> Not php's templates, theres no such thing. Your applications HTML
> templates.
>
> Look again. I have used phpBB myself
>
> if I remember correctly the templates are in something like phpBB2-
>>templates and the default is SuubSilver, so, if i wanted to add some
> HTML to the index page i would edit phpBB2->templates->SubSilver-
>>index_body.tpl or something

There is an index.htm there all right, but if you edit that file, phpBB will
just ignore the edits. For some reason, the changes I make to the index.htm
file in that directory are being ignored. I even tried rebooting the
computer,
to restart everything, no dice, so using to HTML-translated version of the
page appears to be the only thing that is going to work. I absoluitely
must find out where the assholes that are creating accounts and posting
porn links are coming from. I can edit the profiles to remove the porn
links,
and ban the users, but they keep coming back. All the firewall logs will
tell me is that there were hits to port 80, they won't tell me which part of
my site was accessed, while StatCounter can.
chilly8 [ Mo, 03 Dezember 2007 13:27 ] [ ID #1884719 ]

Re: HTML portion

Chilly8 wrote:
> X-No-Archive: Yes
>
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>> record hits to that part of my web site. I already have the main web
>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>> I can have those logged by phpBB as well
>>>>>
>>>>> I can see the HTML portion when I ask for the source in my
>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>> to change the HTML portion of the code
>>>>>
>>>>>
>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>> complicated than just changing text files.
>>> I have figured out one way to do it, which works with ANY
>>> PHP page. Just load it into your browser, select the option
>>> for viewing the source, and then save that as an index.htm or
>>> index.html page, then have the web crawlers crawl that
>>> instead of the php file. I have so far gotten this to work with
>>> my phpBB and Wiki pages, then just change the redirects
>>> on my domain to take users to the HTML-translated
>>> version of the page. Then you can put in things like
>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>> VBulletin, or anything else. Now, you will need to have
>>> the original php version, so that users can login. If the
>>> index.php file has been erased or renamed, a user will
>>> not be able to log on, but if anyone else asks about this,
>>> that is how you do it. Log off and delete all cookies. Go
>>> back to the main page, open the source in your browser,
>>> and then save the HTML-translated page, then submit
>>> the HTML version of hte page to Google and Yahoo
>>> so that users get directed to that, instead of the PHP
>>> version of the page.
>>>
>>>
>> And pretty soon you'll figure out why that doesn't work.
>
> Its so far worked for me. Just have the original PHP version
> of the page, so that users can log in, if logins are required.
>

Keep it up. You'll find why it doesn't work. Then you can come back
here and look at the advice given you in this thread.

> I am having problems with people registering usernames,
> putting porn links in their profiles, and the dissappearing
> and never coming back. phpBB does not have logging
> capabilities, and I need to know where these users are
> coming from, so I can block them. Firewall logs only
> say there was a hit to port 80, and do not say which
> parts of my web site were accessed. By directing users
> to the HTML translated-page, I can log it on StatCounter,
> and find out where these people are coming from and
> block them, just as soon as the Yahoo and Google
> web crawlers update their links so that users start
> coming through the HTML-translated page instead
> of the php page.
>
>
>

Which will do you little good. Most come through anonymous proxies or
compromised machines.

And get yourself a real log analyzer. It will give you all the
information without adding code to your pages.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mo, 03 Dezember 2007 13:34 ] [ ID #1884722 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
> Chilly8 wrote:
>> X-No-Archive: Yes
>>
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>>> record hits to that part of my web site. I already have the main web
>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>> I can have those logged by phpBB as well
>>>>>>
>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>> to change the HTML portion of the code
>>>>>>
>>>>>>
>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>> complicated than just changing text files.
>>>> I have figured out one way to do it, which works with ANY
>>>> PHP page. Just load it into your browser, select the option
>>>> for viewing the source, and then save that as an index.htm or
>>>> index.html page, then have the web crawlers crawl that
>>>> instead of the php file. I have so far gotten this to work with
>>>> my phpBB and Wiki pages, then just change the redirects
>>>> on my domain to take users to the HTML-translated
>>>> version of the page. Then you can put in things like
>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>> VBulletin, or anything else. Now, you will need to have
>>>> the original php version, so that users can login. If the
>>>> index.php file has been erased or renamed, a user will
>>>> not be able to log on, but if anyone else asks about this,
>>>> that is how you do it. Log off and delete all cookies. Go
>>>> back to the main page, open the source in your browser,
>>>> and then save the HTML-translated page, then submit
>>>> the HTML version of hte page to Google and Yahoo
>>>> so that users get directed to that, instead of the PHP
>>>> version of the page.
>>>>
>>>>
>>> And pretty soon you'll figure out why that doesn't work.
>>
>> Its so far worked for me. Just have the original PHP version
>> of the page, so that users can log in, if logins are required.
>>
>
> Keep it up. You'll find why it doesn't work. Then you can come back here
> and look at the advice given you in this thread.

Its already bearing fruit. I have found two networks, one in Germany
and one in Ukraine, where a lot of the porn links are coming from, and
have already blocked them at the firewall level, so I won't see any more
from those networks. Statcounter is already revealing to me where these
assholes are coming from.
chilly8 [ Mo, 03 Dezember 2007 18:32 ] [ ID #1884743 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> X-No-Archive: Yes
>>>
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>> Chilly8 wrote:
>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>> the HTML portion of phpBB, and the code in there to have StatCounter
>>>>>>> record hits to that part of my web site. I already have the main web
>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>> I can have those logged by phpBB as well
>>>>>>>
>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>> to change the HTML portion of the code
>>>>>>>
>>>>>>>
>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>> complicated than just changing text files.
>>>>> I have figured out one way to do it, which works with ANY
>>>>> PHP page. Just load it into your browser, select the option
>>>>> for viewing the source, and then save that as an index.htm or
>>>>> index.html page, then have the web crawlers crawl that
>>>>> instead of the php file. I have so far gotten this to work with
>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>> on my domain to take users to the HTML-translated
>>>>> version of the page. Then you can put in things like
>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>> VBulletin, or anything else. Now, you will need to have
>>>>> the original php version, so that users can login. If the
>>>>> index.php file has been erased or renamed, a user will
>>>>> not be able to log on, but if anyone else asks about this,
>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>> back to the main page, open the source in your browser,
>>>>> and then save the HTML-translated page, then submit
>>>>> the HTML version of hte page to Google and Yahoo
>>>>> so that users get directed to that, instead of the PHP
>>>>> version of the page.
>>>>>
>>>>>
>>>> And pretty soon you'll figure out why that doesn't work.
>>> Its so far worked for me. Just have the original PHP version
>>> of the page, so that users can log in, if logins are required.
>>>
>> Keep it up. You'll find why it doesn't work. Then you can come back here
>> and look at the advice given you in this thread.
>
> Its already bearing fruit. I have found two networks, one in Germany
> and one in Ukraine, where a lot of the porn links are coming from, and
> have already blocked them at the firewall level, so I won't see any more
> from those networks. Statcounter is already revealing to me where these
> assholes are coming from.
>
>
>
>

And if you chase them down, chances are you'll find they are coming from
anonymous proxies.

One non-PhpBB board I manage had a major problem with Spam until we
implemented CAPTCHA. We were getting 200-400 spam posts per hour at
times, and every one of them came from a different IP address. But the
content was always the same.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mo, 03 Dezember 2007 21:10 ] [ ID #1884752 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
> Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> X-No-Archive: Yes
>>>>
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>> StatCounter
>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>> web
>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>
>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>> to change the HTML portion of the code
>>>>>>>>
>>>>>>>>
>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>> complicated than just changing text files.
>>>>>> I have figured out one way to do it, which works with ANY
>>>>>> PHP page. Just load it into your browser, select the option
>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>> index.html page, then have the web crawlers crawl that
>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>> on my domain to take users to the HTML-translated
>>>>>> version of the page. Then you can put in things like
>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>> the original php version, so that users can login. If the
>>>>>> index.php file has been erased or renamed, a user will
>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>> back to the main page, open the source in your browser,
>>>>>> and then save the HTML-translated page, then submit
>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>> so that users get directed to that, instead of the PHP
>>>>>> version of the page.
>>>>>>
>>>>>>
>>>>> And pretty soon you'll figure out why that doesn't work.
>>>> Its so far worked for me. Just have the original PHP version
>>>> of the page, so that users can log in, if logins are required.
>>>>
>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>> here and look at the advice given you in this thread.
>>
>> Its already bearing fruit. I have found two networks, one in Germany
>> and one in Ukraine, where a lot of the porn links are coming from, and
>> have already blocked them at the firewall level, so I won't see any more
>> from those networks. Statcounter is already revealing to me where these
>> assholes are coming from.
>>
>>
>>
>>
>
> And if you chase them down, chances are you'll find they are coming from
> anonymous proxies.

I dont know, some seem to come from whole class C IP blocks.
I have had to block entire class C IP blocks to shut off the
worst offenders, which are coming from server colocation
facilities in Germany and Ukraine. Just blocking those two, at
the firewall level, has shut mot of those that create screen names,
put porn links in the profile, and then dissapear. You create a
profile when you register, so someone could register, put their
porn, or other spam link in the profile, and never come back.
They don't even have to login, one they have registered, and
placed the porn link in their profile.
>
> One non-PhpBB board I manage had a major problem with Spam until we
> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
> times, and every one of them came from a different IP address. But the
> content was always the same.


Well, what they are doing is creating accounts, and then putting
porn links in the profile. The create the accounts and then
never return, and I then have to edit those profiles to get rid
of the spam, and then ban them, on the off chance the do
decide to try and come back.

Some of the scrren names that are created, I can Google,
and find them on a number of phpBB, vBulletin, and punBB
boards.

Google any of these strange screen names that appear, and
post porn links in their profiles, and chances are you will
find it being done to other boards running vBulletin,. phpBB,
or punBB.
chilly8 [ Mo, 03 Dezember 2007 22:54 ] [ ID #1884756 ]

Re: HTML portion

On 12/3/2007 4:54 PM, Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>> Chilly8 wrote:
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> X-No-Archive: Yes
>>>>>
>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>> Chilly8 wrote:
>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>> Chilly8 wrote:
>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>> StatCounter
>>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>>> web
>>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>
>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>
>>>>>>>>>
>>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>>> complicated than just changing text files.
>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>> on my domain to take users to the HTML-translated
>>>>>>> version of the page. Then you can put in things like
>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>> the original php version, so that users can login. If the
>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>> back to the main page, open the source in your browser,
>>>>>>> and then save the HTML-translated page, then submit
>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>> version of the page.
>>>>>>>
>>>>>>>
>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>> Its so far worked for me. Just have the original PHP version
>>>>> of the page, so that users can log in, if logins are required.
>>>>>
>>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>>> here and look at the advice given you in this thread.
>>> Its already bearing fruit. I have found two networks, one in Germany
>>> and one in Ukraine, where a lot of the porn links are coming from, and
>>> have already blocked them at the firewall level, so I won't see any more
>>> from those networks. Statcounter is already revealing to me where these
>>> assholes are coming from.
>>>
>>>
>>>
>>>
>> And if you chase them down, chances are you'll find they are coming from
>> anonymous proxies.
>
> I dont know, some seem to come from whole class C IP blocks.
> I have had to block entire class C IP blocks to shut off the
> worst offenders, which are coming from server colocation
> facilities in Germany and Ukraine. Just blocking those two, at
> the firewall level, has shut mot of those that create screen names,
> put porn links in the profile, and then dissapear. You create a
> profile when you register, so someone could register, put their
> porn, or other spam link in the profile, and never come back.
> They don't even have to login, one they have registered, and
> placed the porn link in their profile.
>> One non-PhpBB board I manage had a major problem with Spam until we
>> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
>> times, and every one of them came from a different IP address. But the
>> content was always the same.
>
>
> Well, what they are doing is creating accounts, and then putting
> porn links in the profile. The create the accounts and then
> never return, and I then have to edit those profiles to get rid
> of the spam, and then ban them, on the off chance the do
> decide to try and come back.
>
> Some of the scrren names that are created, I can Google,
> and find them on a number of phpBB, vBulletin, and punBB
> boards.
>
> Google any of these strange screen names that appear, and
> post porn links in their profiles, and chances are you will
> find it being done to other boards running vBulletin,. phpBB,
> or punBB.
>
>
If you want to keep the porn bots out of your phpBB 2 board, log ontp
phpBB's community forum and search on GMT-12. You will find an answer
there that stops them flat.

As to adding your counter, you can do that by editing the
overall_footer.tpl file in your style template. Just read through the
file and you should be able to find a place to put your counter.

If you are using phpBB 3 the above advice may not apply.
Dave Pyles
Dave Pyles [ Di, 04 Dezember 2007 00:19 ] [ ID #1884762 ]

Re: HTML portion

Chilly8 wrote:
> "macca" <ptmcnally [at] googlemail.com> wrote in message
> news:c3c8ebf6-8ed1-4ef2-89f4-a2efabcfa5dd [at] y43g2000hsy.google groups.com...
>>> PHP for Windows has no seperate HTML template, I looked. And
>>> there are none in phpBB or WikiMedia
>> Not php's templates, theres no such thing. Your applications HTML
>> templates.
>>
>> Look again. I have used phpBB myself
>>
>> if I remember correctly the templates are in something like phpBB2-
>>> templates and the default is SuubSilver, so, if i wanted to add some
>> HTML to the index page i would edit phpBB2->templates->SubSilver-
>>> index_body.tpl or something
>
> There is an index.htm there all right, but if you edit that file, phpBB will
> just ignore the edits. For some reason, the changes I make to the index.htm
> file in that directory are being ignored. I even tried rebooting the
> computer,
> to restart everything, no dice, so using to HTML-translated version of the
> page appears to be the only thing that is going to work. I absoluitely
> must find out where the assholes that are creating accounts and posting
> porn links are coming from. I can edit the profiles to remove the porn
> links,
> and ban the users, but they keep coming back. All the firewall logs will
> tell me is that there were hits to port 80, they won't tell me which part of
> my site was accessed, while StatCounter can.
>
>

What about apache access logs? Also, 'PHP for Windows' doesn't change
whether phpBB or WikiMedia uses templates or not. phpBB uses templates,
like Jerry said, find the right one and add your code.

Saving it as a static HTML file and serving that up completely defeats
the purpose of it being dynamic. And one big extra step for no reason.

Also there are far better ways to deal with spam than block there IPs.
Most spam is distributed through proxies, and 'zombies'. You might see
reduced spam for a few days or weeks, but it will be back.
Michael [ Di, 04 Dezember 2007 00:51 ] [ ID #1885482 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
> Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> X-No-Archive: Yes
>>>>
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>> StatCounter
>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>> web
>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>
>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>> to change the HTML portion of the code
>>>>>>>>
>>>>>>>>
>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>> complicated than just changing text files.
>>>>>> I have figured out one way to do it, which works with ANY
>>>>>> PHP page. Just load it into your browser, select the option
>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>> index.html page, then have the web crawlers crawl that
>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>> on my domain to take users to the HTML-translated
>>>>>> version of the page. Then you can put in things like
>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>> the original php version, so that users can login. If the
>>>>>> index.php file has been erased or renamed, a user will
>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>> back to the main page, open the source in your browser,
>>>>>> and then save the HTML-translated page, then submit
>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>> so that users get directed to that, instead of the PHP
>>>>>> version of the page.
>>>>>>
>>>>>>
>>>>> And pretty soon you'll figure out why that doesn't work.
>>>> Its so far worked for me. Just have the original PHP version
>>>> of the page, so that users can log in, if logins are required.
>>>>
>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>> here and look at the advice given you in this thread.
>>
>> Its already bearing fruit. I have found two networks, one in Germany
>> and one in Ukraine, where a lot of the porn links are coming from, and
>> have already blocked them at the firewall level, so I won't see any more
>> from those networks. Statcounter is already revealing to me where these
>> assholes are coming from.
>>
>>
>>
>>
>
> And if you chase them down, chances are you'll find they are coming from
> anonymous proxies.


Nearly all of it was coming from compromised machines on just three
data centers, around the world, Inhoster in Dnreproretrovsk,
Ukraine, Keymachine, in Berlin, Germany, and FDC Servers
in Chicago. Blocking the IP blocks for these data centers has
stopped a lot of it. I might see a couple a day now, but not
at as many as 50 a day like I was seeing.

It seems that every machine at these data centers were compromised,
so blocking everything from these data centers stops 99.9 percent
of the porn-bots, so I don't think I will be seeing much of them
anymore.
chilly8 [ Di, 04 Dezember 2007 13:52 ] [ ID #1885487 ]

Re: HTML portion

"David Pyles" <dnpyles [at] acousticmusic.com> wrote in message
news:fj2307$3ij$1 [at] pyrite.mv.net...
> On 12/3/2007 4:54 PM, Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> X-No-Archive: Yes
>>>>>>
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>>> Chilly8 wrote:
>>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to
>>>>>>>>>> modify
>>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>>> StatCounter
>>>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>>>> web
>>>>>>>>>> site logged with StatCounter, but I would like to be able to
>>>>>>>>>> modify
>>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>>
>>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>>>> complicated than just changing text files.
>>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>>> on my domain to take users to the HTML-translated
>>>>>>>> version of the page. Then you can put in things like
>>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>>> the original php version, so that users can login. If the
>>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>>> back to the main page, open the source in your browser,
>>>>>>>> and then save the HTML-translated page, then submit
>>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>>> version of the page.
>>>>>>>>
>>>>>>>>
>>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>>> Its so far worked for me. Just have the original PHP version
>>>>>> of the page, so that users can log in, if logins are required.
>>>>>>
>>>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>>>> here and look at the advice given you in this thread.
>>>> Its already bearing fruit. I have found two networks, one in Germany
>>>> and one in Ukraine, where a lot of the porn links are coming from, and
>>>> have already blocked them at the firewall level, so I won't see any
>>>> more
>>>> from those networks. Statcounter is already revealing to me where these
>>>> assholes are coming from.
>>>>
>>>>
>>>>
>>>>
>>> And if you chase them down, chances are you'll find they are coming from
>>> anonymous proxies.
>>
>> I dont know, some seem to come from whole class C IP blocks.
>> I have had to block entire class C IP blocks to shut off the
>> worst offenders, which are coming from server colocation
>> facilities in Germany and Ukraine. Just blocking those two, at
>> the firewall level, has shut mot of those that create screen names,
>> put porn links in the profile, and then dissapear. You create a
>> profile when you register, so someone could register, put their
>> porn, or other spam link in the profile, and never come back.
>> They don't even have to login, one they have registered, and
>> placed the porn link in their profile.
>>> One non-PhpBB board I manage had a major problem with Spam until we
>>> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
>>> times, and every one of them came from a different IP address. But the
>>> content was always the same.
>>
>>
>> Well, what they are doing is creating accounts, and then putting
>> porn links in the profile. The create the accounts and then
>> never return, and I then have to edit those profiles to get rid
>> of the spam, and then ban them, on the off chance the do
>> decide to try and come back.
>>
>> Some of the scrren names that are created, I can Google,
>> and find them on a number of phpBB, vBulletin, and punBB
>> boards.
>>
>> Google any of these strange screen names that appear, and
>> post porn links in their profiles, and chances are you will
>> find it being done to other boards running vBulletin,. phpBB,
>> or punBB.
>>
>>
> If you want to keep the porn bots out of your phpBB 2 board, log ontp
> phpBB's community forum and search on GMT-12. You will find an answer
> there that stops them flat.

It appears that by simply blocking incoming traffic from the networks
of three data centers around the world has stopped it. I have only see
one "phony" registration all day, coming from China. Blocking all
traffic from inHoster in Ukraine, Keymachine in Germany, and
FDC servers in Chicago has pretty much stopped the porn bots.
chilly8 [ Di, 04 Dezember 2007 23:21 ] [ ID #1885490 ]

Re: HTML portion

Chilly8 wrote:
> "macca" <ptmcnally [at] googlemail.com> wrote in message
> news:c3c8ebf6-8ed1-4ef2-89f4-a2efabcfa5dd [at] y43g2000hsy.google groups.com...
>>> PHP for Windows has no seperate HTML template, I looked. And
>>> there are none in phpBB or WikiMedia
>> Not php's templates, theres no such thing. Your applications HTML
>> templates.
>>
>> Look again. I have used phpBB myself
>>
>> if I remember correctly the templates are in something like phpBB2-
>>> templates and the default is SuubSilver, so, if i wanted to add some
>> HTML to the index page i would edit phpBB2->templates->SubSilver-
>>> index_body.tpl or something
>
> There is an index.htm there all right, but if you edit that file, phpBB will
> just ignore the edits. For some reason, the changes I make to the index.htm
> file in that directory are being ignored. I even tried rebooting the
> computer,
> to restart everything, no dice, so using to HTML-translated version of the
> page appears to be the only thing that is going to work. I absoluitely
> must find out where the assholes that are creating accounts and posting
> porn links are coming from. I can edit the profiles to remove the porn
> links,
> and ban the users, but they keep coming back. All the firewall logs will
> tell me is that there were hits to port 80, they won't tell me which part of
> my site was accessed, while StatCounter can.
>
>

What about apache access logs? Also, 'PHP for Windows' doesn't change
whether phpBB or WikiMedia uses templates or not. phpBB uses templates,
like Jerry said, find the right one and add your code.

Saving it as a static HTML file and serving that up completely defeats
the purpose of it being dynamic. And one big extra step for no reason.

Also there are far better ways to deal with spam than block there IPs.
Most spam is distributed through proxies, and 'zombies'. You might see
reduced spam for a few days or weeks, but it will be back.
Michael [ Di, 04 Dezember 2007 00:51 ] [ ID #1885492 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
> Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> X-No-Archive: Yes
>>>>
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> How to I change the HTML portiion of a PHP script? I want to modify
>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>> StatCounter
>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>> web
>>>>>>>> site logged with StatCounter, but I would like to be able to modify
>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>
>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>> to change the HTML portion of the code
>>>>>>>>
>>>>>>>>
>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>> complicated than just changing text files.
>>>>>> I have figured out one way to do it, which works with ANY
>>>>>> PHP page. Just load it into your browser, select the option
>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>> index.html page, then have the web crawlers crawl that
>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>> on my domain to take users to the HTML-translated
>>>>>> version of the page. Then you can put in things like
>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>> the original php version, so that users can login. If the
>>>>>> index.php file has been erased or renamed, a user will
>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>> back to the main page, open the source in your browser,
>>>>>> and then save the HTML-translated page, then submit
>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>> so that users get directed to that, instead of the PHP
>>>>>> version of the page.
>>>>>>
>>>>>>
>>>>> And pretty soon you'll figure out why that doesn't work.
>>>> Its so far worked for me. Just have the original PHP version
>>>> of the page, so that users can log in, if logins are required.
>>>>
>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>> here and look at the advice given you in this thread.
>>
>> Its already bearing fruit. I have found two networks, one in Germany
>> and one in Ukraine, where a lot of the porn links are coming from, and
>> have already blocked them at the firewall level, so I won't see any more
>> from those networks. Statcounter is already revealing to me where these
>> assholes are coming from.
>>
>>
>>
>>
>
> And if you chase them down, chances are you'll find they are coming from
> anonymous proxies.


Nearly all of it was coming from compromised machines on just three
data centers, around the world, Inhoster in Dnreproretrovsk,
Ukraine, Keymachine, in Berlin, Germany, and FDC Servers
in Chicago. Blocking the IP blocks for these data centers has
stopped a lot of it. I might see a couple a day now, but not
at as many as 50 a day like I was seeing.

It seems that every machine at these data centers were compromised,
so blocking everything from these data centers stops 99.9 percent
of the porn-bots, so I don't think I will be seeing much of them
anymore.
chilly8 [ Di, 04 Dezember 2007 13:52 ] [ ID #1885533 ]

Re: HTML portion

On Tue, 04 Dec 2007 13:52:54 +0100, Chilly8 <chilly8 [at] hotmail.com> wrote:
> It seems that every machine at these data centers were compromised,

Compromised or dedicated, that's in the eye of the beholder (or owner) :P.
--
Rik Wasmus
luiheidsgoeroe [ Di, 04 Dezember 2007 14:03 ] [ ID #1885534 ]

Re: HTML portion

"David Pyles" <dnpyles [at] acousticmusic.com> wrote in message
news:fj2307$3ij$1 [at] pyrite.mv.net...
> On 12/3/2007 4:54 PM, Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>>> Chilly8 wrote:
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> X-No-Archive: Yes
>>>>>>
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>>> Chilly8 wrote:
>>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to
>>>>>>>>>> modify
>>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>>> StatCounter
>>>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>>>> web
>>>>>>>>>> site logged with StatCounter, but I would like to be able to
>>>>>>>>>> modify
>>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>>
>>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>>>> complicated than just changing text files.
>>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>>> on my domain to take users to the HTML-translated
>>>>>>>> version of the page. Then you can put in things like
>>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>>> the original php version, so that users can login. If the
>>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>>> back to the main page, open the source in your browser,
>>>>>>>> and then save the HTML-translated page, then submit
>>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>>> version of the page.
>>>>>>>>
>>>>>>>>
>>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>>> Its so far worked for me. Just have the original PHP version
>>>>>> of the page, so that users can log in, if logins are required.
>>>>>>
>>>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>>>> here and look at the advice given you in this thread.
>>>> Its already bearing fruit. I have found two networks, one in Germany
>>>> and one in Ukraine, where a lot of the porn links are coming from, and
>>>> have already blocked them at the firewall level, so I won't see any
>>>> more
>>>> from those networks. Statcounter is already revealing to me where these
>>>> assholes are coming from.
>>>>
>>>>
>>>>
>>>>
>>> And if you chase them down, chances are you'll find they are coming from
>>> anonymous proxies.
>>
>> I dont know, some seem to come from whole class C IP blocks.
>> I have had to block entire class C IP blocks to shut off the
>> worst offenders, which are coming from server colocation
>> facilities in Germany and Ukraine. Just blocking those two, at
>> the firewall level, has shut mot of those that create screen names,
>> put porn links in the profile, and then dissapear. You create a
>> profile when you register, so someone could register, put their
>> porn, or other spam link in the profile, and never come back.
>> They don't even have to login, one they have registered, and
>> placed the porn link in their profile.
>>> One non-PhpBB board I manage had a major problem with Spam until we
>>> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
>>> times, and every one of them came from a different IP address. But the
>>> content was always the same.
>>
>>
>> Well, what they are doing is creating accounts, and then putting
>> porn links in the profile. The create the accounts and then
>> never return, and I then have to edit those profiles to get rid
>> of the spam, and then ban them, on the off chance the do
>> decide to try and come back.
>>
>> Some of the scrren names that are created, I can Google,
>> and find them on a number of phpBB, vBulletin, and punBB
>> boards.
>>
>> Google any of these strange screen names that appear, and
>> post porn links in their profiles, and chances are you will
>> find it being done to other boards running vBulletin,. phpBB,
>> or punBB.
>>
>>
> If you want to keep the porn bots out of your phpBB 2 board, log ontp
> phpBB's community forum and search on GMT-12. You will find an answer
> there that stops them flat.

It appears that by simply blocking incoming traffic from the networks
of three data centers around the world has stopped it. I have only see
one "phony" registration all day, coming from China. Blocking all
traffic from inHoster in Ukraine, Keymachine in Germany, and
FDC servers in Chicago has pretty much stopped the porn bots.
chilly8 [ Di, 04 Dezember 2007 23:21 ] [ ID #1885571 ]

Re: HTML portion

Chilly8 wrote:
> "David Pyles" <dnpyles [at] acousticmusic.com> wrote in message
> news:fj2307$3ij$1 [at] pyrite.mv.net...
>> On 12/3/2007 4:54 PM, Chilly8 wrote:
>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>>>> Chilly8 wrote:
>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>>>> Chilly8 wrote:
>>>>>>> X-No-Archive: Yes
>>>>>>>
>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>>>> Chilly8 wrote:
>>>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>>>> Chilly8 wrote:
>>>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to
>>>>>>>>>>> modify
>>>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>>>> StatCounter
>>>>>>>>>>> record hits to that part of my web site. I already have the main
>>>>>>>>>>> web
>>>>>>>>>>> site logged with StatCounter, but I would like to be able to
>>>>>>>>>>> modify
>>>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>>>
>>>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>> You need to ask in the PhpBB support forums, not here. It's more
>>>>>>>>>> complicated than just changing text files.
>>>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>>>> on my domain to take users to the HTML-translated
>>>>>>>>> version of the page. Then you can put in things like
>>>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>>>> the original php version, so that users can login. If the
>>>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>>>> back to the main page, open the source in your browser,
>>>>>>>>> and then save the HTML-translated page, then submit
>>>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>>>> version of the page.
>>>>>>>>>
>>>>>>>>>
>>>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>>>> Its so far worked for me. Just have the original PHP version
>>>>>>> of the page, so that users can log in, if logins are required.
>>>>>>>
>>>>>> Keep it up. You'll find why it doesn't work. Then you can come back
>>>>>> here and look at the advice given you in this thread.
>>>>> Its already bearing fruit. I have found two networks, one in Germany
>>>>> and one in Ukraine, where a lot of the porn links are coming from, and
>>>>> have already blocked them at the firewall level, so I won't see any
>>>>> more
>>>>> from those networks. Statcounter is already revealing to me where these
>>>>> assholes are coming from.
>>>>>
>>>>>
>>>>>
>>>>>
>>>> And if you chase them down, chances are you'll find they are coming from
>>>> anonymous proxies.
>>> I dont know, some seem to come from whole class C IP blocks.
>>> I have had to block entire class C IP blocks to shut off the
>>> worst offenders, which are coming from server colocation
>>> facilities in Germany and Ukraine. Just blocking those two, at
>>> the firewall level, has shut mot of those that create screen names,
>>> put porn links in the profile, and then dissapear. You create a
>>> profile when you register, so someone could register, put their
>>> porn, or other spam link in the profile, and never come back.
>>> They don't even have to login, one they have registered, and
>>> placed the porn link in their profile.
>>>> One non-PhpBB board I manage had a major problem with Spam until we
>>>> implemented CAPTCHA. We were getting 200-400 spam posts per hour at
>>>> times, and every one of them came from a different IP address. But the
>>>> content was always the same.
>>>
>>> Well, what they are doing is creating accounts, and then putting
>>> porn links in the profile. The create the accounts and then
>>> never return, and I then have to edit those profiles to get rid
>>> of the spam, and then ban them, on the off chance the do
>>> decide to try and come back.
>>>
>>> Some of the scrren names that are created, I can Google,
>>> and find them on a number of phpBB, vBulletin, and punBB
>>> boards.
>>>
>>> Google any of these strange screen names that appear, and
>>> post porn links in their profiles, and chances are you will
>>> find it being done to other boards running vBulletin,. phpBB,
>>> or punBB.
>>>
>>>
>> If you want to keep the porn bots out of your phpBB 2 board, log ontp
>> phpBB's community forum and search on GMT-12. You will find an answer
>> there that stops them flat.
>
> It appears that by simply blocking incoming traffic from the networks
> of three data centers around the world has stopped it. I have only see
> one "phony" registration all day, coming from China. Blocking all
> traffic from inHoster in Ukraine, Keymachine in Germany, and
> FDC servers in Chicago has pretty much stopped the porn bots.
>
>
>
>

For now. But how many legitimate users might you be blocking, also?

Blocking an entire range of addresses is almost never the right answer.
Just the expedient one.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mi, 05 Dezember 2007 03:06 ] [ ID #1886402 ]

Re: HTML portion

Jerry Stuckle wrote:
> Chilly8 wrote:
>> "David Pyles" <dnpyles [at] acousticmusic.com> wrote in message
>> news:fj2307$3ij$1 [at] pyrite.mv.net...
>>> On 12/3/2007 4:54 PM, Chilly8 wrote:
>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>> news:NbmdnYPKAvxy_8nanZ2dnUVZ_j2dnZ2d [at] comcast.com...
>>>>> Chilly8 wrote:
>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>> news:UOudnTaYbL9Oas7anZ2dnUVZ_trinZ2d [at] comcast.com...
>>>>>>> Chilly8 wrote:
>>>>>>>> X-No-Archive: Yes
>>>>>>>>
>>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>>> news:UaGdnUzHPKXDms7anZ2dnUVZ_vvinZ2d [at] comcast.com...
>>>>>>>>> Chilly8 wrote:
>>>>>>>>>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>>>>>>>>>> news:xLadnT6enbhCLM_anZ2dnUVZ_s7inZ2d [at] comcast.com...
>>>>>>>>>>> Chilly8 wrote:
>>>>>>>>>>>> How to I change the HTML portiion of a PHP script? I want to
>>>>>>>>>>>> modify
>>>>>>>>>>>> the HTML portion of phpBB, and the code in there to have
>>>>>>>>>>>> StatCounter
>>>>>>>>>>>> record hits to that part of my web site. I already have the
>>>>>>>>>>>> main web
>>>>>>>>>>>> site logged with StatCounter, but I would like to be able to
>>>>>>>>>>>> modify
>>>>>>>>>>>> the HTML portion of PHP scripts for WikiMedia and phpBB, so
>>>>>>>>>>>> I can have those logged by phpBB as well
>>>>>>>>>>>>
>>>>>>>>>>>> I can see the HTML portion when I ask for the source in my
>>>>>>>>>>>> browser, but I cannot find the place in any of the PHP scripts
>>>>>>>>>>>> to change the HTML portion of the code
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> You need to ask in the PhpBB support forums, not here. It's
>>>>>>>>>>> more complicated than just changing text files.
>>>>>>>>>> I have figured out one way to do it, which works with ANY
>>>>>>>>>> PHP page. Just load it into your browser, select the option
>>>>>>>>>> for viewing the source, and then save that as an index.htm or
>>>>>>>>>> index.html page, then have the web crawlers crawl that
>>>>>>>>>> instead of the php file. I have so far gotten this to work with
>>>>>>>>>> my phpBB and Wiki pages, then just change the redirects
>>>>>>>>>> on my domain to take users to the HTML-translated
>>>>>>>>>> version of the page. Then you can put in things like
>>>>>>>>>> Statcounter, or banner ads into WikiMedia, PhpBB,
>>>>>>>>>> VBulletin, or anything else. Now, you will need to have
>>>>>>>>>> the original php version, so that users can login. If the
>>>>>>>>>> index.php file has been erased or renamed, a user will
>>>>>>>>>> not be able to log on, but if anyone else asks about this,
>>>>>>>>>> that is how you do it. Log off and delete all cookies. Go
>>>>>>>>>> back to the main page, open the source in your browser,
>>>>>>>>>> and then save the HTML-translated page, then submit
>>>>>>>>>> the HTML version of hte page to Google and Yahoo
>>>>>>>>>> so that users get directed to that, instead of the PHP
>>>>>>>>>> version of the page.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> And pretty soon you'll figure out why that doesn't work.
>>>>>>>> Its so far worked for me. Just have the original PHP version
>>>>>>>> of the page, so that users can log in, if logins are required.
>>>>>>>>
>>>>>>> Keep it up. You'll find why it doesn't work. Then you can come
>>>>>>> back here and look at the advice given you in this thread.
>>>>>> Its already bearing fruit. I have found two networks, one in Germany
>>>>>> and one in Ukraine, where a lot of the porn links are coming from,
>>>>>> and
>>>>>> have already blocked them at the firewall level, so I won't see
>>>>>> any more
>>>>>> from those networks. Statcounter is already revealing to me where
>>>>>> these
>>>>>> assholes are coming from.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> And if you chase them down, chances are you'll find they are coming
>>>>> from anonymous proxies.
>>>> I dont know, some seem to come from whole class C IP blocks.
>>>> I have had to block entire class C IP blocks to shut off the
>>>> worst offenders, which are coming from server colocation
>>>> facilities in Germany and Ukraine. Just blocking those two, at
>>>> the firewall level, has shut mot of those that create screen names,
>>>> put porn links in the profile, and then dissapear. You create a
>>>> profile when you register, so someone could register, put their
>>>> porn, or other spam link in the profile, and never come back.
>>>> They don't even have to login, one they have registered, and
>>>> placed the porn link in their profile.
>>>>> One non-PhpBB board I manage had a major problem with Spam until we
>>>>> implemented CAPTCHA. We were getting 200-400 spam posts per hour
>>>>> at times, and every one of them came from a different IP address.
>>>>> But the content was always the same.
>>>>
>>>> Well, what they are doing is creating accounts, and then putting
>>>> porn links in the profile. The create the accounts and then
>>>> never return, and I then have to edit those profiles to get rid
>>>> of the spam, and then ban them, on the off chance the do
>>>> decide to try and come back.
>>>>
>>>> Some of the scrren names that are created, I can Google,
>>>> and find them on a number of phpBB, vBulletin, and punBB
>>>> boards.
>>>>
>>>> Google any of these strange screen names that appear, and
>>>> post porn links in their profiles, and chances are you will
>>>> find it being done to other boards running vBulletin,. phpBB,
>>>> or punBB.
>>>>
>>>>
>>> If you want to keep the porn bots out of your phpBB 2 board, log ontp
>>> phpBB's community forum and search on GMT-12. You will find an
>>> answer there that stops them flat.
>>
>> It appears that by simply blocking incoming traffic from the networks
>> of three data centers around the world has stopped it. I have only see
>> one "phony" registration all day, coming from China. Blocking all
>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>> FDC servers in Chicago has pretty much stopped the porn bots.
>>
>>
>>
>>
>
> For now. But how many legitimate users might you be blocking, also?
>
> Blocking an entire range of addresses is almost never the right answer.
> Just the expedient one.
>
In almost all matters concerning humans, there are no right answers,
only expedient ones.

Unless you claim papal infallibility?
Courtney [ Mi, 05 Dezember 2007 03:15 ] [ ID #1886403 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:0v2dnWmDBPFamsvanZ2dnUVZ_j-dnZ2d [at] comcast.com...


>> It appears that by simply blocking incoming traffic from the networks
>> of three data centers around the world has stopped it. I have only see
>> one "phony" registration all day, coming from China. Blocking all
>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>> FDC servers in Chicago has pretty much stopped the porn bots.
>>
>>
>>
>>
>
> For now. But how many legitimate users might you be blocking, also?
>
> Blocking an entire range of addresses is almost never the right answer.
> Just the expedient one.


I doubt I would be blocking any legitimate users, as those sites I mentioned
are all server colocation facilities. It appears that somoene has
compromised
all the machines at least two of those server farms. It might be possible
that
some users, trying to use a proxy from work to acoid detection by the
boss, might be affected by blocking FDC servers, since a couple of
popular anonymity services use FDC for their server needs, but
beyond that, I don't think many legitimate users will be affected, but
there really is no other answer to the problem.
chilly8 [ Mi, 05 Dezember 2007 04:23 ] [ ID #1886404 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:0v2dnWmDBPFamsvanZ2dnUVZ_j-dnZ2d [at] comcast.com...
>
>
>>> It appears that by simply blocking incoming traffic from the networks
>>> of three data centers around the world has stopped it. I have only see
>>> one "phony" registration all day, coming from China. Blocking all
>>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>>> FDC servers in Chicago has pretty much stopped the porn bots.
>>>
>>>
>>>
>>>
>> For now. But how many legitimate users might you be blocking, also?
>>
>> Blocking an entire range of addresses is almost never the right answer.
>> Just the expedient one.
>
>
> I doubt I would be blocking any legitimate users, as those sites I mentioned
> are all server colocation facilities. It appears that somoene has
> compromised
> all the machines at least two of those server farms. It might be possible
> that
> some users, trying to use a proxy from work to acoid detection by the
> boss, might be affected by blocking FDC servers, since a couple of
> popular anonymity services use FDC for their server needs, but
> beyond that, I don't think many legitimate users will be affected, but
> there really is no other answer to the problem.
>
>
>

There are lots of other answers to the problem. Some have been listed
right here. And none of them involve blocking a whole range of IP
addresses.

But it's your site, and your potential customers you're losing. No skin
off of our backs.

Just don't come running back here when things crap out.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mi, 05 Dezember 2007 04:37 ] [ ID #1886405 ]

Re: HTML portion

Chilly8 wrote:
> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
> news:0v2dnWmDBPFamsvanZ2dnUVZ_j-dnZ2d [at] comcast.com...
>
>
>>> It appears that by simply blocking incoming traffic from the networks
>>> of three data centers around the world has stopped it. I have only see
>>> one "phony" registration all day, coming from China. Blocking all
>>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>>> FDC servers in Chicago has pretty much stopped the porn bots.
>>>
>>>
>>>
>>>
>> For now. But how many legitimate users might you be blocking, also?
>>
>> Blocking an entire range of addresses is almost never the right answer.
>> Just the expedient one.
>
>
> I doubt I would be blocking any legitimate users, as those sites I mentioned
> are all server colocation facilities. It appears that somoene has
> compromised
> all the machines at least two of those server farms. It might be possible
> that
> some users, trying to use a proxy from work to acoid detection by the
> boss, might be affected by blocking FDC servers, since a couple of
> popular anonymity services use FDC for their server needs, but
> beyond that, I don't think many legitimate users will be affected, but
> there really is no other answer to the problem.
>
>

With your logic, why don't you block the entire internet... you know,
seeing a majority of spam comes from the internet and all.

Granted this is where your spam is coming from RIGHT NOW, it wont be in
a few weeks time. But thats okay, you will just block those IPs as well!
When you have thousands of blocked IP ranges, are you going to
periodically check them, to see if they have been re-allocated to some
poor ISP?

It is your site, but you should really consider other options.

- Michael
Michael [ Mi, 05 Dezember 2007 07:55 ] [ ID #1886406 ]

Re: HTML portion

On Wed, 05 Dec 2007 17:25:48 +1030, Michael
<michael_j [at] pythontech.net.au> wrote:

>Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:0v2dnWmDBPFamsvanZ2dnUVZ_j-dnZ2d [at] comcast.com...
>>
>>
>>>> It appears that by simply blocking incoming traffic from the networks
>>>> of three data centers around the world has stopped it. I have only see
>>>> one "phony" registration all day, coming from China. Blocking all
>>>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>>>> FDC servers in Chicago has pretty much stopped the porn bots.
>>>>
>>>>
>>>>
>>>>
>>> For now. But how many legitimate users might you be blocking, also?
>>>
>>> Blocking an entire range of addresses is almost never the right answer.
>>> Just the expedient one.
>>
>>
>> I doubt I would be blocking any legitimate users, as those sites I mentioned
>> are all server colocation facilities. It appears that somoene has
>> compromised
>> all the machines at least two of those server farms. It might be possible
>> that
>> some users, trying to use a proxy from work to acoid detection by the
>> boss, might be affected by blocking FDC servers, since a couple of
>> popular anonymity services use FDC for their server needs, but
>> beyond that, I don't think many legitimate users will be affected, but
>> there really is no other answer to the problem.
>>
>>
>
>With your logic, why don't you block the entire internet... you know,
>seeing a majority of spam comes from the internet and all.
>
>Granted this is where your spam is coming from RIGHT NOW, it wont be in
>a few weeks time. But thats okay, you will just block those IPs as well!
> When you have thousands of blocked IP ranges, are you going to
>periodically check them, to see if they have been re-allocated to some
>poor ISP?
>
>It is your site, but you should really consider other options.
>
> - Michael

Well, I for one don't really give a fuck. I mean if he wants to cut
off his nose to spite his face...let him. Further if you and he are
ever applying for a job and the interviewer asks for examples of sites
you've done that employ spam prevention techniques...guess which one
of you is gonna get the job?

And really, in his case, I don't think it's a matter of him "not
liking" catcha images so much as he simply has no level of skill and
therefore does not comprehend how to even setup such a system
(especially not with whatever prefab cookie cutter piece of shit
Webbie board he's ripped off). He probably could have gotten better
help (as far as his actual situation) if he told everyone right from
the start that he had no coding ability and was simply using a
template jobbie.

--

Onideus Mad Hatter
mhm ¹ x ¹
http://www.backwater-productions.net
http://www.backwater-productions.net/hatter-blog


Hatter Quotes
-------------
"You're only one of the best if you're striving to become one of the
best."

"I didn't make reality, Sunshine, I just verbally bitch slapped you
with it."

"I'm not a professional, I'm an artist."

"Your Usenet blinders are my best friend."

"Usenet Filters - Learn to shut yourself the fuck up!"

"Drugs killed Jesus you know...oh wait, no, that was the Jews, my
bad."

"There are clingy things in the grass...burrs 'n such...mmmm..."

"The more I learn the more I'm killing my idols."

"Is it wrong to incur and then use the hate ridden, vengeful stupidity
of complete strangers in random Usenet froups to further my art?"

"Freedom is only a concept, like race it's merely a social construct
that doesn't really exist outside of your ability to convince others
of its relevancy."

"Next time slow up a lil, then maybe you won't jump the gun and start
creamin yer panties before it's time to pop the champagne proper."

"Reality is directly proportionate to how creative you are."

"People are pretty fucking high on themselves if they think that
they're just born with a soul. *snicker*...yeah, like they're just
givin em out for free."

"Quible, quible said the Hare. Quite a lot of quibling...everywhere.
So the Hare took a long stare and decided at best, to leave the rest,
to their merry little mess."

"There's a difference between 'bad' and 'so earth shatteringly
horrible it makes the angels scream in terror as they violently rip
their heads off, their blood spraying into the faces of a thousand
sweet innocent horrified children, who will forever have the terrible
images burned into their tiny little minds'."

"How sad that you're such a poor judge of style that you can't even
properly gauge the artistic worth of your own efforts."

"Those who record history are those who control history."

"I am the living embodiment of hell itself in all its tormentive rage,
endless suffering, unfathomable pain and unending horror...but you
don't get sent to me...I come for you."

"Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton
tactical thermonuclear fusion based war head."

"Tell me, would you describe yourself more as a process or a
function?"

"Apparently this group has got the market cornered on stupid.
Intelligence is down 137 points across the board and the forecast
indicates an increase in Webtv users."

"Is my .sig delimiter broken? Really? You're sure? Awww,
gee...that's too bad...for YOU!" `, )
Onideus Mad Hatter [ Mi, 05 Dezember 2007 11:44 ] [ ID #1886409 ]

Re: HTML portion

"Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
news:Ze6dnUvZ38qZgMvanZ2dnUVZ_uninZ2d [at] comcast.com...
> Chilly8 wrote:
>> "Jerry Stuckle" <jstucklex [at] attglobal.net> wrote in message
>> news:0v2dnWmDBPFamsvanZ2dnUVZ_j-dnZ2d [at] comcast.com...
>>
>>
>>>> It appears that by simply blocking incoming traffic from the networks
>>>> of three data centers around the world has stopped it. I have only see
>>>> one "phony" registration all day, coming from China. Blocking all
>>>> traffic from inHoster in Ukraine, Keymachine in Germany, and
>>>> FDC servers in Chicago has pretty much stopped the porn bots.
>>>>
>>>>
>>>>
>>>>
>>> For now. But how many legitimate users might you be blocking, also?
>>>
>>> Blocking an entire range of addresses is almost never the right answer.
>>> Just the expedient one.
>>
>>
>> I doubt I would be blocking any legitimate users, as those sites I
>> mentioned
>> are all server colocation facilities. It appears that somoene has
>> compromised
>> all the machines at least two of those server farms. It might be possible
>> that
>> some users, trying to use a proxy from work to acoid detection by the
>> boss, might be affected by blocking FDC servers, since a couple of
>> popular anonymity services use FDC for their server needs, but
>> beyond that, I don't think many legitimate users will be affected, but
>> there really is no other answer to the problem.
>>
>>
>>
>
> There are lots of other answers to the problem. Some have been listed
> right here. And none of them involve blocking a whole range of IP
> addresses.

Well, these are all just server farms, where people place web servers, so
the only humans using the machines, other than people browsing the web
sites, would be the individual web site admins, so other than maybe
somoene trying to use a Web proxy from work to hide what they are
doing from the boss, I don't think I would be impacting that many users.

Like I said, blocking all traffic from those three data centers has cut
the problem of people posting porn links down to almost nothing. I
get maybe a handful a day, but not the dozens a day I was getting.
I don't think I will see anymore from folks like SuperXXXPorn
or BestinWeb. I got them stopped dead in their tracks.

If you are running any servers hosted at the datacenters of Inhoster,
Keymachine, or FDC servers, you better check and see that
your servers have not been compromised by these people that
are doing this. 99.9 percent of the traffic that was posting porn
links were coming from compromised machines at these data
centers. And there is no POSSIBLE way I could have
discovered this without using a main page translated to HTML
and having all the traffic logged with StatCounter.
chilly8 [ Mi, 05 Dezember 2007 18:57 ] [ ID #1886419 ]
PHP » alt.php » HTML portion

Vorheriges Thema: How to convert MYSQL data result to csv file format.
Nächstes Thema: message/partial?