| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 03, 2012, 02:23:23 PM |  | 
 
 Just confirming that I have sent an inquiry due to me forgetting my password. 
 I have sent you new password. Check e-mail. |  
						|  |  |  | 
| 
			| 
					
								| BitcoinCoffee.com | 
								|  | November 03, 2012, 09:33:37 PM |  | 
 
 Password did not work with username. |  
						| 
 |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 03, 2012, 10:32:52 PM |  | 
 
 Password did not work with username.
 I checked username and password I have sent you today via e-mail. Works fine! What error do you see? BTW, you must enter both username and password without quotes. |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 04, 2012, 08:10:03 PM |  | 
 
 Good news!
 I have added Memcached to the CoinURL scripts and tested on the affordable XEN VPS node I have in the reserve.
 To my luck, this node can handle 10 times (or even more) higher load that CoinURL has now. Ad loading time is acceptable.
 
 Next week I will try to move CoinURL on the this node, so I hope you will never see annoying "max user connections" errors anymore!
 |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 06, 2012, 09:04:12 PM |  | 
 
 Memcached have been activated. Please report if something goes wrong! |  
						|  |  |  | 
| 
			| 
					
								| paraipan 
								In memoriam 
								Legendary
								    Offline 
								Activity: 924 
								Merit: 1004
								 
								Firstbits: 1pirata
								
								
								
								
								
								     | 
								|  | November 06, 2012, 09:07:31 PM |  | 
 
 Memcached have been activated. Please report if something goes wrong!
 Good news     will do Edti: Works like a charm yay |  
						| 
 BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep |  |  | 
| 
			| 
					
								| ingrownpocket 
								Legendary    Offline 
								Activity: 952 
								Merit: 1000
								
								
								
								
								   | 
								|  | November 06, 2012, 09:57:31 PM |  | 
 
 Fatal error: Class 'Memcache' not found in /home7/bitlatsl/public_html/coinurl.com/data/banner-process.php on line 165 |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 06, 2012, 10:22:49 PMLast edit: November 06, 2012, 10:52:20 PM by giantdragon
 |  | 
 
 Fatal error: Class 'Memcache' not found in /home7/bitlatsl/public_html/coinurl.com/data/banner-process.php on line 165
 Where this error appears?UPD: It seems that Memcached need to be configured to support SSL. Temporarily change https to http in the request code. |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 07, 2012, 01:54:38 AM |  | 
 
 Another temporary solution for publishers who use SSL banner calls - add "&ssl=1" to the request code, e.g.https://coinurl.com/get.php?id=1781&ssl=1 In this case old script without Memcached will be used. |  
						|  |  |  | 
| 
			| 
					
								| ingrownpocket 
								Legendary    Offline 
								Activity: 952 
								Merit: 1000
								
								
								
								
								   | 
								|  | November 07, 2012, 08:45:24 AM |  | 
 
 Fatal error: Class 'Memcache' not found in /home7/bitlatsl/public_html/coinurl.com/data/banner-process.php on line 165
 Where this error appears?UPD: It seems that Memcached need to be configured to support SSL. Temporarily change https to http in the request code.That's not an option. It still breaks the secure connection. |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 07, 2012, 02:26:37 PM |  | 
 
 It still breaks the secure connection.Very strange, for me it works fine. Place "https://coinurl.com/get.php?id=1781&ssl=1 " into iframe src on CoinAd and let me check. |  
						|  |  |  | 
| 
			| 
					
								| ingrownpocket 
								Legendary    Offline 
								Activity: 952 
								Merit: 1000
								
								
								
								
								   | 
								|  | November 07, 2012, 02:45:38 PM |  | 
 
 |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 13, 2012, 08:42:55 PM |  | 
 
 To provide more frequent updates of the ad list I have reduced time-to-live in Memcache from 30 to 10 minutes! I hope it will not affect the performance. |  
						|  |  |  | 
| 
			| 
					
								| paraipan 
								In memoriam 
								Legendary
								    Offline 
								Activity: 924 
								Merit: 1004
								 
								Firstbits: 1pirata
								
								
								
								
								
								     | 
								|  | November 13, 2012, 09:07:07 PM |  | 
 
 To provide more frequent updates of the ad list I have reduced time-to-live in Memcache from 30 to 10 minutes! I hope it will not affect the performance.
 Not at all, the real cache purpose is to lower the load on the DB and vps's CPU many times per second so you could actually lower the caching to 30 seconds if needed and you will not suffer any service issues. Actually having the cache setting under a minute is recommended so other functions of the website don't start getting affected, like user login or stats. |  
						| 
 BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 13, 2012, 10:42:33 PM |  | 
 
 Not at all, the real cache purpose is to lower the load on the DB and vps's CPU many times per second so you could actually lower the caching to 30 seconds if needed and you will not suffer any service issues. Actually having the cache setting under a minute is recommended so other functions of the website don't start getting affected, like user login or stats.
 Load generated by frontend (registration, login, stats etc) is not significant, so I don't use Memcache at all for it. Only ads list is being cached. Matching targeting options each time, when an ad is shown, is very resource-consuming operation. Therefore I store this list in the cache and retrieve when the same user opens a page with CoinURL ad slot again. Ads are not updated so frequently, therefore 10 minutes interval must be acceptable, IMHO. |  
						|  |  |  | 
| 
			| 
					
								| paraipan 
								In memoriam 
								Legendary
								    Offline 
								Activity: 924 
								Merit: 1004
								 
								Firstbits: 1pirata
								
								
								
								
								
								     | 
								|  | November 13, 2012, 11:02:34 PM |  | 
 
 Not at all, the real cache purpose is to lower the load on the DB and vps's CPU many times per second so you could actually lower the caching to 30 seconds if needed and you will not suffer any service issues. Actually having the cache setting under a minute is recommended so other functions of the website don't start getting affected, like user login or stats.
 Load generated by frontend (registration, login, stats etc) is not significant, so I don't use Memcache at all for it. Only ads list is being cached. Matching targeting options each time, when an ad is shown, is very resource-consuming operation. Therefore I store this list in the cache and retrieve when the same user opens a page with CoinURL ad slot again. Ads are not updated so frequently, therefore 10 minutes interval must be acceptable, IMHO.In that case I agree with you     good job dude, now we have a reliable service. |  
						| 
 BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep |  |  | 
|  | 
| 
			| 
					
								| HostFat 
								Staff 
								Legendary
								    Offline 
								Activity: 4494 
								Merit: 1300
								 
								I support freedom of choice
								
								
								
								
								
								     | 
								|  | November 20, 2012, 04:30:02 PM |  | 
 
 I see that now the 25% "donation" is "forced".Will you maintain this choice in the future?
 |  
						| 
 |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 20, 2012, 08:25:31 PMLast edit: November 21, 2012, 01:01:34 AM by giantdragon
 |  | 
 
 I see that now the 25% "donation" is "forced".Will you maintain this choice in the future?
 
 CoinURL operation costs increased recently and I cannot afford to cover these costs from my own money (CoinURL is a business entity, not a charity organization). May be commission fee will be reduced with the turnover increase. |  
						|  |  |  | 
| 
			| 
					
								| giantdragon (OP) 
								Legendary    Offline 
								Activity: 1582 
								Merit: 1002
								   | 
								|  | November 24, 2012, 12:50:45 AM |  | 
 
 Now advertisers can see how much funds were spent on each ad on it's stats page. |  
						|  |  |  | 
	|  |