Author

Topic: please help, i got error from google adsense for PII Problem (Read 1036 times)

full member
Activity: 168
Merit: 100
If you call google i think they wil help you easaliy
newbie
Activity: 29
Merit: 0
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
full member
Activity: 200
Merit: 100
Presale Starting May 1st
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/[email protected]
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?  Huh i removed "@" from line 995, i must be back that? explain more please.thanks.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
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/[email protected]
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.
full member
Activity: 200
Merit: 100
Presale Starting May 1st
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/[email protected]
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.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
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/[email protected]
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.
full member
Activity: 200
Merit: 100
Presale Starting May 1st
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/[email protected]
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?
Jump to: