Bitcoin Forum
May 25, 2024, 11:07:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: please help, i got error from google adsense for PII Problem  (Read 1003 times)
f4t4l (OP)
Full Member
***
Offline Offline

Activity: 200
Merit: 100


Presale Starting May 1st


View Profile
March 30, 2015, 07:00:08 PM
Last edit: March 30, 2015, 09:37:52 PM by f4t4l
 #1

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?

Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
March 30, 2015, 11:38:35 PM
 #2

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.

Buy or sell $100 of Crypto and get $10!
f4t4l (OP)
Full Member
***
Offline Offline

Activity: 200
Merit: 100


Presale Starting May 1st


View Profile
March 31, 2015, 08:22:10 AM
 #3

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.

Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
March 31, 2015, 08:33:19 PM
 #4

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.

Buy or sell $100 of Crypto and get $10!
f4t4l (OP)
Full Member
***
Offline Offline

Activity: 200
Merit: 100


Presale Starting May 1st


View Profile
April 01, 2015, 06:06:40 AM
 #5

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?  Huh i removed "@" from line 995, i must be back that? explain more please.thanks.

eneilwe
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 01, 2015, 10:28:10 AM
 #6

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
maincoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 01, 2015, 01:16:30 PM
 #7

If you call google i think they wil help you easaliy
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!