Bitcoin Forum
May 27, 2024, 03:29:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 »
141  Economy / Currency exchange / Re: 120$ paypal on: November 24, 2017, 12:55:46 PM
I need $ 120 for a purchase on ebay I can give $ 100 btc if someone is interested in changing their paypal easily and quickly contact me

120$ for 100$ btc oke lets deal,
142  Economy / Auctions / Re: 696.57 Ghs cryptomining.farm (standard account) 20Ghs is lifetime on: November 24, 2017, 02:11:24 AM
funds are recovered but account can still go i dont realy mind it anymore

if you end in 02/2018 balance will be +- 0.013btc
balance today is 0.00754492

i have a paid contract so you can withdraw the bitcoins not like if you have free account and you need to buy a package..

20ghs is lifetime

143  Bitcoin / Project Development / Re: ssl https need some help on: November 22, 2017, 02:09:19 PM
[...]

Word of advice: When loading resources (ie. images, iframe content, css files, js files, etc) refer to the url via:

Code:
//domain.com/path/to/resource.gif 

instead of

Code:
http://domain.com/path/to/resource.gif 

This way your browser automatically loads the resources via whatever protocol -- ie. https instead of http -- you are currently using.

Note that if the external site where you load the resources from doesn't support https you'll have to host it yourself -- or choose an external resource that does support https.
and for mixed content issue what im doing wrong there ? is that the same protocol ? leave your btc wallet will send you a tip when im home

Unless one of the external sites you are referencing doesn't support https the above approach (ie. referring to source files with // instead of http:// ) should solve your mixed content issues. If you still come across a mixed content issue, double check your HTML source for http references.

Note: Links to external websites, for example a text link to http://www.google.com/ should be fine and not cause any errors.

Feel free to tip me BTC at: 14wcruSDsiwSyHSRoC4cAb4UqTAJdGSJ5V

Also feel free to PM me in case you have any further questions.

Oke lets dig into the html and change all source to // without the https

tip earned will send it when im home im at work atm Smiley
144  Bitcoin / Project Development / Re: ssl https need some help on: November 22, 2017, 12:37:05 PM
Looking at the security warning and your HTML source the problem seems to lie not on your server, but on some of the elements that you are loading from external sites.

For example this image:
http://coinpot.win/assets/img/banners/728x90.gif

It's loaded via regular http, which causes your whole website to show up as potentially insecure. Now apparently coinpot.win doesn't support https, so you'll likely have to host the banner yourself.

There is also an iframe somewhere on your page that loads an external page via http. There might be even more, but I didn't fully look through it.

Word of advice: When loading resources (ie. images, iframe content, css files, js files, etc) refer to the url via:

Code:
//domain.com/path/to/resource.gif 

instead of

Code:
http://domain.com/path/to/resource.gif 

This way your browser automatically loads the resources via whatever protocol -- ie. https instead of http -- you are currently using.

Note that if the external site where you load the resources from doesn't support https you'll have to host it yourself -- or choose an external resource that does support https.
and for mixed content issue what im doing wrong there ? is that the same protocol ? leave your btc wallet will send you a tip when im home
145  Bitcoin / Project Development / Re: ssl https need some help on: November 22, 2017, 12:34:46 PM
Looking at the security warning and your HTML source the problem seems to lie not on your server, but on some of the elements that you are loading from external sites.

For example this image:
http://coinpot.win/assets/img/banners/728x90.gif

It's loaded via regular http, which causes your whole website to show up as potentially insecure. Now apparently coinpot.win doesn't support https, so you'll likely have to host the banner yourself.

There is also an iframe somewhere on your page that loads an external page via http. There might be even more, but I didn't fully look through it.

Word of advice: When loading resources (ie. images, iframe content, css files, js files, etc) refer to the url via:

Code:
//domain.com/path/to/resource.gif 

instead of

Code:
http://domain.com/path/to/resource.gif 

This way your browser automatically loads the resources via whatever protocol -- ie. https instead of http -- you are currently using.

Note that if the external site where you load the resources from doesn't support https you'll have to host it yourself -- or choose an external resource that does support https.
This was it! thanks allot fixed now i missed that one i placed direct in admin panel not in source code =)
146  Bitcoin / Project Development / Re: ssl https need some help on: November 22, 2017, 11:59:48 AM
If you don't know which one you have go to a non existing page, it should tell you what you have.

I've tried for OP a non existing page. It has shown "Proudly powered by LiteSpeed Web Server" Smiley
So I tried to seek for help with Google. I've searched for: force https site:litespeedtech.com
There are at least 2 links that could be of help:
https://www.litespeedtech.com/support/forum/threads/force-https-for-entire-domain.14495/
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:https-redirect

You have now the initial search query too in case the posted links didn't help.
Thanks for the tip. noticed the litespeed before but ive forget to look at it. checking it now hope this will work Smiley
147  Bitcoin / Project Development / ssl https need some help (solved thanks to HeRetiK) on: November 22, 2017, 10:55:55 AM
i have some problems with http https :/

this is my website https://bitscasino.net   but it seems not to be safe when i browser it via chrome ?

i tried already

AddDefaultCharset UTF-8

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]

DirectoryIndex index.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
RewriteCond %{HTTP_HOST} ^bitscasino\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bitscasino\.net$
RewriteRule ^/?$ "https\:\/\/bitscasino\.net\/" [R=301,L]

in .htacces but not working any suggestions how i can fix this please  ?
148  Economy / Micro Earnings / Re: [ANN] Coinzilla.io - Bitcoin Ad Network - Banner and Popunder Advertising on: November 22, 2017, 10:50:39 AM
Ok this explained why my faucet was getting banned.
I think the users just not interested with the ads as over 80% of them are ICOs (some can be scam).

I can imagine more and more faucets will be banned soon due to unable to deliver good quality traffic.
Good luck to all other faucets that are still using coinzilla.

Hello,

We don't deny accepted faucets, only those who don't perform well.

Best regards,
Cosmin

can you explain why coinzilla is promoting hyip's on a big scale ? example when a new hyip or ponzi is born example https://hashworld.io/?ref=mellowads you will see this banner everywhere promoted directly by the ad network itself .. then when it goes offline a new hyip site will open with the same script installed only new design 1 day later you guys come up with a new one..  is coinzilla & mellowads cooperate with the scammers ? or are they the brain and creators from those hyips even ?

Hello,

We are not related to any HYIP promoted on our network.  Your example is merely a tracking link that HYIP owners are using to see what user came from which network.

Best regards,
Cosmin
Ok thank you for clearing that out. its a little missleading its like coinzilla is the refer from that hyip especially when they take 60% off network share..  but its logical those hyip owners own a lot of stolen money so they can pay allot of money to the network Smiley

149  Economy / Auctions / Re: 696.57 Ghs cryptomining.farm (standard account) 20Ghs is lifetime on: November 21, 2017, 07:31:06 AM
bump
150  Economy / Currency exchange / Re: [H] 2.4 Litecoin [W] Paypal or skrill on: November 21, 2017, 07:29:32 AM
hi friend

I ready trade and can send friends payment via paypal

escrow welcome or you send first even 0.005 ltc each time etc

waiting for you

also careful and never send first all coins to someone easily but better trade via escrow or send each time low amounts like 0.005 ltc etc and at least 4-5 years old forum members with trade

thanks
Thanks but going to complete deal with Beerwizzard this time

closing topic
151  Economy / Micro Earnings / Re: Are the big advertising networks as coinzilla, mellowads THE big scammers ? on: November 21, 2017, 07:25:04 AM
Since none of the two networks have any kind of action tracking for advertisers, creating a ref for each network seems like a logical thing to do.
It is most likely the HYIP platform itself that use such a ref, when they first launch.

Both Coinzilla and Mellowads seems to have a rather high ethical standard, so personally I find your theory to be ridiculous to be honest.

Theoretically you don't know if a program is a scam, before they actually scam. For the networks to turn down such advertisers would be bad business.

Even Google run these kinds of ads.
if you see see 7% daily forever its 100% scam ponzi. And if take good attention you will see only the ref links to same kind of ponzi's. and if you dig deeper you will find same css styles in coinilla.io and mellowads. i think nobody realy takes attention to it and just follow the mainstream of new hyips. if i was mellowads and i see a scammers uses my service as reflink i would ban him. but yeah people only want money those days.. waiting for reply from ad networks lets hope they dont ban me from using them as service its just a question im stuck with long time..
152  Economy / Currency exchange / Re: Have Neteller/Skrill need BTC/ETH/LTC on: November 21, 2017, 07:08:44 AM
As title says. I'm ok paying small fee.
2.4ltc for 170$ skrill
153  Economy / Micro Earnings / Re: [ANN] Coinzilla.io - Bitcoin Ad Network - Banner and Popunder Advertising on: November 21, 2017, 06:54:29 AM
can you explain why coinzilla is promoting hyip's on a big scale ? example when a new hyip or ponzi is born example https://hashworld.io/?ref=mellowads you will see this banner everywhere promoted directly by the ad network itself .. then when it goes offline a new hyip site will open with the same script installed only new design 1 day later you guys come up with a new one..  is coinzilla & mellowads cooperate with the scammers ? or are they the brain and creators from those hyips even ?
154  Economy / Micro Earnings / Re: Are the big advertising networks as coinzilla, mellowads THE big scammers ? on: November 21, 2017, 06:48:08 AM
i think the ad networks dont really pick and choose who advertises with them. if they turn down paying advertisers then there would be no profit for them and no earnings for publishers.
all the ad networks are the same - cointraffic, coinad etc
if you know something is 100% scam then its probably best to advise the ad network directly Smiley
the problem is that i find the "scam" word is thrown around here very quickly and often - usually just at anything you dont like or dont agree with, but thats just my opinion man

i remember there was some guy on here wanted to advertise his illegal porn site on mellow and they turned him down.
he never stopped attacking mellow and trolling them all the time after that
so i guess they cant really win whatever they do
mellow has such small profit % anyway, surprised they are still managing to keep going - but its good for publishers!
going to ask it directly to mellowads and coinzilla and look what they will answer. they should not work together with scamartists on this big scale.. its strange you only see the reflinks from them on the same strategie hyips system then the one that is just went offline like they all do after a month or 2 .. im not saying it 100% but i think they are just 1 team coinzilla/mellowads
/hyips example now =>https://hashworld.io/?ref=mellowads
155  Economy / Micro Earnings / Re: ✅ ► FreeBitco.in ◄► referral share 💲100%💲 ◄ on: November 20, 2017, 10:59:55 PM
We have now 346 members  Grin

100% Ref share
nice idea every claim from us is for you 1 lottery ticket so if you have 2000 members or more your % luck will increase allot win win for everyone
156  Economy / Micro Earnings / Re: Are the big advertising networks as coinzilla, mellowads and coinmedia scammers on: November 20, 2017, 10:53:04 PM
I ask this question because i think they do .. example a new scam site is born and alle big networks put 60% of all banners with there own reflinks to alle websites.. why are they supporting people like this in the first place. ..

Very good question actually. I might email to some of these hyip sites if it is actually mellowads/ coinzilla putting their reflinks there, or if it is simply the HYIP site advertising on mellowads using a tracker code such as ./mellowads to see their conversion rates etcetera.

If mellowads / coinzilla is actually filling their empty traffic with hyip scams.... I don't know..

Either way they're promoting obvious scams and should be ashamed.

Their entire profit model is fucked.

Especially with all the fake traffic these networks get. Don't even think about advertising on coinmedia, there's no way in hell you will get any real traffic.


its already from the beginning mellow ads i see this, if they really support them then i think it goes further then just placing the ads then i think they are all working together to attract a very big public for those hyip scams. Who nows they started the advertising platforms just for this .. but thats a big accusation ...

coinmedia traffic maybe not oke but its cheaper advertising. they pay to publsihers and never see a coinmedia reflink on those hyips Smiley
157  Economy / Micro Earnings / Re: IoFaucet.com - Upto 1000 Satoshi per claim every 10 minutes. on: November 20, 2017, 10:45:21 PM
Iofaucet.com!
Upto 1000 satoshi per claim every 10 minutes.
Payments via FaucetHub
Make 5% of your referrals earnings (soon to be increased to 10%).
Instant payments.
Mobile friendly.

http://iofaucet.com

First 200 payment proofs on this thread will receive an extra bonus.

google will ban you. you will loose all your income if you depending on that and faucet will need to close.. you better concider new publishers accounts

regards and succes
158  Economy / Currency exchange / Re: Have [Paypal] Need LiteCoins/Ether on: November 20, 2017, 07:45:12 PM
Have [Paypal] Need LiteCoins/Ether

Looking for 1:1 rate. Can do Buy4You's as well. Just post here.

What attracted me to your thread is Can do Buy4You's as well i need to urgently buy something from udemy for this black friday sales, the price is $10, i can send you the funds first since you have a green trust but i shall prefer you order for the product once you come online and the price of the course still remain $10.

I shall pm you the link immediately and payment shall be made once you completed the transaction.

Last Active:   Today at 11:22:59 AM please i will conclude that you are not interested once this time change and i did not receive any PM of interest from you.

I will send you $13 for this transaction.

Please check your PM's
2,4 ltc ? 1:1 ok
159  Economy / Micro Earnings / Are the big advertising networks as coinzilla, mellowads THE big scammers ? on: November 20, 2017, 07:36:47 PM
I ask this question because i think they do .. example a new scam site is born and alle big networks put 60% of all banners with there own reflinks to alle websites.. why are they supporting people like this in the first place. ..
160  Economy / Currency exchange / [H] 2.4 Litecoin [W] Paypal or skrill on: November 20, 2017, 03:38:11 PM
I have 2.4 litecoins and im looking for paypal anyone intrested ? escrow please
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!