Bitcoin Forum
May 28, 2024, 01:57:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 »  All
  Print  
Author Topic: [ANN] BTC Clicks - Bitcoin PTC (Paid-to-click) Website  (Read 47037 times)
LitcoinCollector
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
September 04, 2014, 08:08:44 PM
 #161

Just buy bitcoin, time versus profit...
TCM
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 06, 2014, 01:51:16 AM
Last edit: September 06, 2014, 09:45:07 AM by TCM
 #162

Could these annoying 404 errors be fixed? It's increasingly often that clicking an ad gives a 404 and reloading once (sometimes twice) loads the ad. I think the same error is causing the "An error occured" after entering the captcha, which also happens more and more often.

Are you using some load balancer and the actual web servers disagree on something? The site also feels sluggish very often compared to the past. You click and there are several seconds delay before something happens (captcha appearing, captcha solution being accepted, countdown starting, ...)
BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 07, 2014, 01:06:37 AM
 #163

Could these annoying 404 errors be fixed? It's increasingly often that clicking an ad gives a 404 and reloading once (sometimes twice) loads the ad. I think the same error is causing the "An error occured" after entering the captcha, which also happens more and more often.

Are you using some load balancer and the actual web servers disagree on something? The site also feels sluggish very often compared to the past. You click and there are several seconds delay before something happens (captcha appearing, captcha solution being accepted, countdown starting, ...)

I have yet to come across this problem. I'm not denying its existence, but I have tried several times to reproduce the errors and have failed.

TCM
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 07, 2014, 09:38:23 AM
Last edit: September 07, 2014, 09:50:56 AM by TCM
 #164

I've just seen a POST /ajax/vrequest HTTP/1.1 that's supposed to load the timeout until the captcha and that was answered with a 403 from your server.

Don't you have any logs? I bet you find tons of 403 and 404 in there.

Or this one:

Code:
11:39:02.401193 [...] > 198.154.102.18.80: P [bad tcp cksum 5f97!] 2519:3176(657) ack 2497 win 16603 (DF) (ttl 127, id 57636, len 697)
[...]
GET /captcha?c=view&uid=[...] HTTP/1.1
Host: btcclicks.com
Connection: keep-alive
[...]
11:39:02.623465 198.154.102.18.80 > [...]: . [tcp sum ok] 2497:2497(0) ack 3176 win 172 (DF) (ttl 54, id 27013, len 40)
[...]
11:39:14.699238 198.154.102.18.80 > [...]: . 2497:3949(1452) ack 3176 win 172 (DF) (ttl 54, id 47128, len 1492)
[...]
HTTP/1.1 200 OK
[...]

12 seconds to load the captcha.

Code:
11:43:03.216432 [...] > 198.154.102.18.80: P [bad tcp cksum f3ee!] 1577:2267(690) ack 8451 win 16603 (DF) (ttl 127, id 8866, len 730)
[...]
GET /view?a=de62719500104a229d2106f835feeb03183fabb12ddbe46af1d409feab92f2ea HTTP/1.1
Host: btcclicks.com
Connection: keep-alive
[...]
11:43:03.399658 198.154.102.18.80 > [...]: . [tcp sum ok] 8451:8451(0) ack 2267 win 154 (DF)
[...]
11:43:03.436719 198.154.102.18.80 > [...]: . 8451:9903(1452) ack 2267 win 154 (DF) (ttl 54, id 49389, len 1492)
[...]
HTTP/1.1 404 Not Found
Server: nginx
Date: Sun, 07 Sep 2014 09:42:57 GMT
[...]

404 with timestamp from your server. (Your clock is off btw). The ad was not expired or anything. A reload worked fine.

And finally I managed to get "An error has occured" when solving the captcha. This didn't even cause any network traffic AFAICS.

I'm probably wasting 50% more time due to all these errors because I have to load ads over and over or solve captchas twice etc.

Not cool.
BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 07, 2014, 10:33:19 PM
 #165

I've just seen a POST /ajax/vrequest HTTP/1.1 that's supposed to load the timeout until the captcha and that was answered with a 403 from your server.

Don't you have any logs? I bet you find tons of 403 and 404 in there.

Or this one:

Code:
11:39:02.401193 [...] > 198.154.102.18.80: P [bad tcp cksum 5f97!] 2519:3176(657) ack 2497 win 16603 (DF) (ttl 127, id 57636, len 697)
[...]
GET /captcha?c=view&uid=[...] HTTP/1.1
Host: btcclicks.com
Connection: keep-alive
[...]
11:39:02.623465 198.154.102.18.80 > [...]: . [tcp sum ok] 2497:2497(0) ack 3176 win 172 (DF) (ttl 54, id 27013, len 40)
[...]
11:39:14.699238 198.154.102.18.80 > [...]: . 2497:3949(1452) ack 3176 win 172 (DF) (ttl 54, id 47128, len 1492)
[...]
HTTP/1.1 200 OK
[...]

12 seconds to load the captcha.

Code:
11:43:03.216432 [...] > 198.154.102.18.80: P [bad tcp cksum f3ee!] 1577:2267(690) ack 8451 win 16603 (DF) (ttl 127, id 8866, len 730)
[...]
GET /view?a=de62719500104a229d2106f835feeb03183fabb12ddbe46af1d409feab92f2ea HTTP/1.1
Host: btcclicks.com
Connection: keep-alive
[...]
11:43:03.399658 198.154.102.18.80 > [...]: . [tcp sum ok] 8451:8451(0) ack 2267 win 154 (DF)
[...]
11:43:03.436719 198.154.102.18.80 > [...]: . 8451:9903(1452) ack 2267 win 154 (DF) (ttl 54, id 49389, len 1492)
[...]
HTTP/1.1 404 Not Found
Server: nginx
Date: Sun, 07 Sep 2014 09:42:57 GMT
[...]

404 with timestamp from your server. (Your clock is off btw). The ad was not expired or anything. A reload worked fine.

And finally I managed to get "An error has occured" when solving the captcha. This didn't even cause any network traffic AFAICS.

I'm probably wasting 50% more time due to all these errors because I have to load ads over and over or solve captchas twice etc.

Not cool.

The 403/404 errors will happen due to a burst of multiple requests from the same IP address. As for the timeouts are they 502 or 505 errors?
Do the errors happen all the time regardless of the time of the day, or do they occur at a certain of the day? I'm not understanding how and why would you get timeouts when the servers is barely at 10% capacity whenever I check.
I've checked the logs against the last IP address you used to login into and it seems you are triggering the burst protection, is there anyone else on your network using the website?

TCM
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 07, 2014, 10:38:23 PM
 #166

The 403/404 errors will happen due to a burst of multiple requests from the same IP address. As for the timeouts are they 502 or 505 errors?
They're not really timeouts, rather very long delays. I either get a 403/404 or it works after 10+ seconds. Never seen a 5xx.

Quote
Do the errors happen all the time regardless of the time of the day, or do they occur at a certain of the day? I'm not understanding how and why would you get timeouts when the servers is barely at 10% capacity whenever I check.

I'm using the site at various times during the day, though I'm not sure if the errors are during a certain timeframe.

Quote
I've checked the logs against the last IP address you used to login into and it seems you are triggering the burst protection, is there anyone else on your network using the website?

No.
everaja
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


~ScapeGoat~


View Profile
September 08, 2014, 12:42:16 AM
 #167

i am premium member, i am always stay my pc for rent referrals, after 24 hours server reset why always NO  REFERRALS UNAVAILABLE ? i am always stay after server reset

 Huh Huh Huh Huh

BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 08, 2014, 01:01:13 AM
 #168

The 403/404 errors will happen due to a burst of multiple requests from the same IP address. As for the timeouts are they 502 or 505 errors?
They're not really timeouts, rather very long delays. I either get a 403/404 or it works after 10+ seconds. Never seen a 5xx.

Quote
Do the errors happen all the time regardless of the time of the day, or do they occur at a certain of the day? I'm not understanding how and why would you get timeouts when the servers is barely at 10% capacity whenever I check.

I'm using the site at various times during the day, though I'm not sure if the errors are during a certain timeframe.

Quote
I've checked the logs against the last IP address you used to login into and it seems you are triggering the burst protection, is there anyone else on your network using the website?

No.

Can you PM me your current IP address or re-log so it updates on the system? I'll have a look at the most recent logs.

i am premium member, i am always stay my pc for rent referrals, after 24 hours server reset why always NO  REFERRALS UNAVAILABLE ? i am always stay after server reset

 Huh Huh Huh Huh

Referrals are gone usually by one hour maximum.

everaja
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


~ScapeGoat~


View Profile
September 08, 2014, 01:10:51 AM
 #169

so , how i can rent referalls? 1 week i am join but twice success rent referrals . i am always reload my browser, but still no unavailable? Roll Eyes Roll Eyes

cryptoclix
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 08, 2014, 05:44:38 AM
 #170

does support answer there tickets im still waiting on a reply and its almost been 72 hours
BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 09, 2014, 01:27:08 AM
 #171

does support answer there tickets im still waiting on a reply and its almost been 72 hours

Most emails are answered. What have you asked?

cryptoclix
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 09, 2014, 04:12:28 AM
 #172

Accidentally transferred money to my purchase balance
BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 09, 2014, 02:35:43 PM
 #173

Accidentally transferred money to my purchase balance

What's your username? I think I've replied to you but your mail server keeps rejecting my emails.

cryptoclix
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 09, 2014, 11:49:18 PM
 #174

Timmyh1986
everaja
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


~ScapeGoat~


View Profile
September 11, 2014, 03:09:24 PM
 #175

so difficult rent for refferals every day , so upgrade member long time to profit

TCM
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 12, 2014, 12:18:20 AM
 #176

Refs not reset again. Come on, stop messing around.
BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 12, 2014, 08:10:43 AM
 #177

We're making some changes the the referral re-stock procedure. I'll update you soon. For now there are some referrals available.
I addition I was able to pinpoint the problem with the 404 errors and I'm working on fixing it.

everaja
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


~ScapeGoat~


View Profile
September 12, 2014, 12:01:19 PM
 #178

good , i am get rent refferal again   Grin

BTCClicks (OP)
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
September 12, 2014, 08:38:18 PM
 #179

Referrals will now be added every 8 hours instead of every 24 hours.

TCM
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
September 12, 2014, 08:42:09 PM
 #180

So 00:00, 08:00 and 16:00 UTC? But still only rentable once a day?
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 »  All
  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!