Bitcoin Forum

Bitcoin => Project Development => Topic started by: f4t4l on March 30, 2015, 07:00:08 PM



Title: please help, i got error from google adsense for PII Problem
Post by: f4t4l on March 30, 2015, 07:00:08 PM
first: sorry for my bad  english language!

im using microwallet api and http://www.freebitcoinfaucet.org/ script
i need help! how i can  resolve problem?

i got this email from adsense:
Hope all is well. I`m contacting you as it seems that your actions wasn`t enough to fix the problem - as there are still email addresses in site.com ad requests.

Here are the samples of requests from your URLs:

Url group: site.com/
Found 15 time(s) or 0.0022023197 of the total records
Url sample: http://site.com/?r=redacted@example.com
Record sample: GET /pagead/ads?client=ca-pub-328247&output=html&h=90&slotname=494&adk=13746&w=728&lmt=14163&flash=16.0.0&url=https%3A%2F%2Fsit&dtd=242 HTTP/1.1
Most recent time: 2015-03-28 01:35:12 UTC

i need help! how i can  resolve problem?


Title: Re: please help, i got error from google adsense for PII Problem
Post by: Jude Austin on March 30, 2015, 11:38:35 PM
first: sorry for my bad  english language!

im using microwallet api and http://www.freebitcoinfaucet.org/ script
i need help! how i can  resolve problem?

i got this email from adsense:
Hope all is well. I`m contacting you as it seems that your actions wasn`t enough to fix the problem - as there are still email addresses in site.com ad requests.

Here are the samples of requests from your URLs:

Url group: site.com/
Found 15 time(s) or 0.0022023197 of the total records
Url sample: http://site.com/?r=redacted@example.com
Record sample: GET /pagead/ads?client=ca-pub-328247&output=html&h=90&slotname=494&adk=13746&w=728&lmt=14163&flash=16.0.0&url=https%3A%2F%2Fsit&dtd=242 HTTP/1.1
Most recent time: 2015-03-28 01:35:12 UTC

i need help! how i can  resolve problem?

It looks like someone is using their email address for their referral name:

Code:
$GLOBALS['view']['main']['referral_url'] = htmlspecialchars(get_main_url() . '?r=') . (preg_match('/^[A-Za-z0-9\.\+\-\_\@]{3,50}$/', $GLOBALS['view']['main']['username']) ? $GLOBALS['view']['main']['username'] : htmlspecialchars('Bitcoin address'));

What you can do is remove the @ symbol from above, this will prevent what Google was talking about.

Edit: It's line 995 in index.php forgot to mention that.


Title: Re: please help, i got error from google adsense for PII Problem
Post by: f4t4l on March 31, 2015, 08:22:10 AM
first: sorry for my bad  english language!

im using microwallet api and http://www.freebitcoinfaucet.org/ script
i need help! how i can  resolve problem?

i got this email from adsense:
Hope all is well. I`m contacting you as it seems that your actions wasn`t enough to fix the problem - as there are still email addresses in site.com ad requests.

Here are the samples of requests from your URLs:

Url group: site.com/
Found 15 time(s) or 0.0022023197 of the total records
Url sample: http://site.com/?r=redacted@example.com
Record sample: GET /pagead/ads?client=ca-pub-328247&output=html&h=90&slotname=494&adk=13746&w=728&lmt=14163&flash=16.0.0&url=https%3A%2F%2Fsit&dtd=242 HTTP/1.1
Most recent time: 2015-03-28 01:35:12 UTC

i need help! how i can  resolve problem?

It looks like someone is using their email address for their referral name:

Code:
$GLOBALS['view']['main']['referral_url'] = htmlspecialchars(get_main_url() . '?r=') . (preg_match('/^[A-Za-z0-9\.\+\-\_\@]{3,50}$/', $GLOBALS['view']['main']['username']) ? $GLOBALS['view']['main']['username'] : htmlspecialchars('Bitcoin address'));

What you can do is remove the @ symbol from above, this will prevent what Google was talking about.

Edit: It's line 995 in index.php forgot to mention that.
Thanks so much,please let me know your bitcoin address to some donation.


Title: Re: please help, i got error from google adsense for PII Problem
Post by: Jude Austin on March 31, 2015, 08:33:19 PM
first: sorry for my bad  english language!

im using microwallet api and http://www.freebitcoinfaucet.org/ script
i need help! how i can  resolve problem?

i got this email from adsense:
Hope all is well. I`m contacting you as it seems that your actions wasn`t enough to fix the problem - as there are still email addresses in site.com ad requests.

Here are the samples of requests from your URLs:

Url group: site.com/
Found 15 time(s) or 0.0022023197 of the total records
Url sample: http://site.com/?r=redacted@example.com
Record sample: GET /pagead/ads?client=ca-pub-328247&output=html&h=90&slotname=494&adk=13746&w=728&lmt=14163&flash=16.0.0&url=https%3A%2F%2Fsit&dtd=242 HTTP/1.1
Most recent time: 2015-03-28 01:35:12 UTC

i need help! how i can  resolve problem?

It looks like someone is using their email address for their referral name:

Code:
$GLOBALS['view']['main']['referral_url'] = htmlspecialchars(get_main_url() . '?r=') . (preg_match('/^[A-Za-z0-9\.\+\-\_\@]{3,50}$/', $GLOBALS['view']['main']['username']) ? $GLOBALS['view']['main']['username'] : htmlspecialchars('Bitcoin address'));

What you can do is remove the @ symbol from above, this will prevent what Google was talking about.

Edit: It's line 995 in index.php forgot to mention that.
Thanks so much,please let me know your bitcoin address to some donation.

Hey, actually I lied.

You will need to use rewrite rules to either send uri requests that contain the @ symbol to a 404 page or to a page that doesn't contain adsens ads.

You will have to ask some one else about rewrite rules as I haven't messed with a lamp stack in awhile.

If you are using shared hosting with cpanel there may be an easier way to do it.


Title: Re: please help, i got error from google adsense for PII Problem
Post by: f4t4l on April 01, 2015, 06:06:40 AM
first: sorry for my bad  english language!

im using microwallet api and http://www.freebitcoinfaucet.org/ script
i need help! how i can  resolve problem?

i got this email from adsense:
Hope all is well. I`m contacting you as it seems that your actions wasn`t enough to fix the problem - as there are still email addresses in site.com ad requests.

Here are the samples of requests from your URLs:

Url group: site.com/
Found 15 time(s) or 0.0022023197 of the total records
Url sample: http://site.com/?r=redacted@example.com
Record sample: GET /pagead/ads?client=ca-pub-328247&output=html&h=90&slotname=494&adk=13746&w=728&lmt=14163&flash=16.0.0&url=https%3A%2F%2Fsit&dtd=242 HTTP/1.1
Most recent time: 2015-03-28 01:35:12 UTC

i need help! how i can  resolve problem?

It looks like someone is using their email address for their referral name:

Code:
$GLOBALS['view']['main']['referral_url'] = htmlspecialchars(get_main_url() . '?r=') . (preg_match('/^[A-Za-z0-9\.\+\-\_\@]{3,50}$/', $GLOBALS['view']['main']['username']) ? $GLOBALS['view']['main']['username'] : htmlspecialchars('Bitcoin address'));

What you can do is remove the @ symbol from above, this will prevent what Google was talking about.

Edit: It's line 995 in index.php forgot to mention that.
Thanks so much,please let me know your bitcoin address to some donation.

Hey, actually I lied.

You will need to use rewrite rules to either send uri requests that contain the @ symbol to a 404 page or to a page that doesn't contain adsens ads.

You will have to ask some one else about rewrite rules as I haven't messed with a lamp stack in awhile.

If you are using shared hosting with cpanel there may be an easier way to do it.
why you lied?  ??? i removed "@" from line 995, i must be back that? explain more please.thanks.


Title: Re: please help, i got error from google adsense for PII Problem
Post by: eneilwe on April 01, 2015, 10:28:10 AM
well i guess there are a lot of misleading information here, i wud suggest you search on google that is the best way to find a solution


Title: Re: please help, i got error from google adsense for PII Problem
Post by: maincoin on April 01, 2015, 01:16:30 PM
If you call google i think they wil help you easaliy