Author

Topic: Help please , Real Problem With All Faucet Refferal link (Read 1265 times)

member
Activity: 119
Merit: 100
Finaly It's Work I dont know Where the problem was , But I'm using now $('frame') accessing with jquery but I add the link and ref link into one variable then changing it , and Maybe if anyone have the same problem , this could be helped. Anyway , Thanks to EveryOne Who Helped me.
member
Activity: 119
Merit: 100
Quote
I'm not sure why it is not working at your end as it is working fine at my local machine. It is good if u provide a complete HTML code with JS to test us at our end. Unless we can simulate your problem, we cant provide a solution to U !!!

Please Can you try this simple code ,,
Quote





         




I try that in Jsbin (jsbin.com) Worked and count the Ref. Earnings , paybe It's Dedicated Server IP , But Anyway , I tried that in my local browser and my web server of my site , also not work , I dont Understand Why , Instead of that The Bitchest.me faucet works great , But the problem is With All (MicroWallet and Bitcoin-Cloud) !!
Can You give me any suggestions please ? Thanks  Smiley
legendary
Activity: 2338
Merit: 1204
The revolution will be digital
Hi Gus , First sorry if this not the place of my post , But I didn't find another place.
I have a big problem when I use my refferal link inside the "iframe" tag of HTML , The problem is not with the site , but in the refferal link , the problem is with 2 Temporary Wallets (Microwallet and bitcoin-cloud) , Bitchest is ok and work great , But How can I solve the others ?

This is my html tag ..
Code:


And my Js Code is very Simple..
Code:
function changeframe(){
document.getElementById('frame').src = "http://YYYYYY.COM/?r=XXX";
}

I use the inspect tools and call the "changeframe" function , It called successfully , but the problem is that not take the refferal "XXX" HERE ! I check that from my refferals by contacting them !
I used many codes (setAttribute ,  jquery ..) But I still have the problem with the 2 temp.wallets above , Can help please About solving that , and thanks.

I'm not sure why u r employing such a complicated coding practice ? U could simply use a href and if iframe is unavoidable then use it inside it.

Code:

Keep a note that, once u click on the link, whether u can get it as your URL with the ref link.


No .. I mean I used that way to build NEXT - PREVIEWS - html document with js code , SO I try the example above , but that's not work , Also the direct source not work , you can also try that ! SO , I need help please , Thanks

I'm not sure why it is not working at your end as it is working fine at my local machine. It is good if u provide a complete HTML code with JS to test us at our end. Unless we can simulate your problem, we cant provide a solution to U !!!
member
Activity: 119
Merit: 100
I can't confirm that because I tested it using my own referral.
Depending on the referral validation system of the faucet you are using, they might be tracking your IP, or something like that, coming to the conclusion that the referrer/referred are the same person, and as a result they won't count it as a new referred. It's a possibility, I'm not sure.

Try it using a different faucet link or a different host for your page (with a different IP from yours).

The Problem is With All MicroWallet and Bitcoin-Cloud Faucets , A very Simple code I test in my browser , localhost , and in my web server , and NOT WORKED

Code:










But I try that in Jsbin (http://jsbin.com) , It worked and counted me one referral for one time , because Of the site server IP.
And I want to NOTE that My Referrals Claim not me , I contact 4 of them and It's work great in their browser , But I'm not receiving referrals !
I'm also not beginner in Developing , But This is the first time that I faced Like This Problem.
Can Help with other suggestion , and thanks.
sr. member
Activity: 345
Merit: 500
I can't confirm that because I tested it using my own referral.
Depending on the referral validation system of the faucet you are using, they might be tracking your IP, or something like that, coming to the conclusion that the referrer/referred are the same person, and as a result they won't count it as a new referred. It's a possibility, I'm not sure.

Try it using a different faucet link or a different host for your page (with a different IP from yours).
member
Activity: 119
Merit: 100
I tried both and they both work, at least on chrome.
Don't forget to replace that URL by the real one.

hi bro. , is the faucet accept referral link ? I dont say that the frame not worked or not shown , but it not accept ref. link
so are you tested that with ref link , and then checked it by the others how claim from your frame link ?
sr. member
Activity: 345
Merit: 500
I tried both and they both work, at least on chrome.
Don't forget to replace that URL by the real one.
member
Activity: 119
Merit: 100
I think you need to call the "changeframe" function, you can try these 2 working examples. You can call it from js or from the body onload event.

Code:








or

Code:





Thanks But the both NOT WORK !! I used All Method I Now , But I faced like this problem first time , What is the solution , You can Also try that in your PC , Thanks Again For Your Reply  Cheesy
sr. member
Activity: 345
Merit: 500
I think you need to call the "changeframe" function, you can try these 2 working examples. You can call it from js or from the body onload event.

Code:








or

Code:




member
Activity: 119
Merit: 100
Hi Gus , First sorry if this not the place of my post , But I didn't find another place.
I have a big problem when I use my refferal link inside the "iframe" tag of HTML , The problem is not with the site , but in the refferal link , the problem is with 2 Temporary Wallets (Microwallet and bitcoin-cloud) , Bitchest is ok and work great , But How can I solve the others ?

This is my html tag ..
Code:


And my Js Code is very Simple..
Code:
function changeframe(){
document.getElementById('frame').src = "http://YYYYYY.COM/?r=XXX";
}

I use the inspect tools and call the "changeframe" function , It called successfully , but the problem is that not take the refferal "XXX" HERE ! I check that from my refferals by contacting them !
I used many codes (setAttribute ,  jquery ..) But I still have the problem with the 2 temp.wallets above , Can help please About solving that , and thanks.

I'm not sure why u r employing such a complicated coding practice ? U could simply use a href and if iframe is unavoidable then use it inside it.

Code:

Keep a note that, once u click on the link, whether u can get it as your URL with the ref link.


No .. I mean I used that way to build NEXT - PREVIEWS - html document with js code , SO I try the example above , but that's not work , Also the direct source not work , you can also try that ! SO , I need help please , Thanks
legendary
Activity: 2338
Merit: 1204
The revolution will be digital
Hi Gus , First sorry if this not the place of my post , But I didn't find another place.
I have a big problem when I use my refferal link inside the "iframe" tag of HTML , The problem is not with the site , but in the refferal link , the problem is with 2 Temporary Wallets (Microwallet and bitcoin-cloud) , Bitchest is ok and work great , But How can I solve the others ?

This is my html tag ..
Code:


And my Js Code is very Simple..
Code:
function changeframe(){
document.getElementById('frame').src = "http://YYYYYY.COM/?r=XXX";
}

I use the inspect tools and call the "changeframe" function , It called successfully , but the problem is that not take the refferal "XXX" HERE ! I check that from my refferals by contacting them !
I used many codes (setAttribute ,  jquery ..) But I still have the problem with the 2 temp.wallets above , Can help please About solving that , and thanks.

I'm not sure why u r employing such a complicated coding practice ? U could simply use a href and if iframe is unavoidable then use it inside it.

Code:

Keep a note that, once u click on the link, whether u can get it as your URL with the ref link.
member
Activity: 119
Merit: 100
Hi Gus , First sorry if this not the place of my post , But I didn't find another place.
I have a big problem when I use my refferal link inside the "iframe" tag of HTML , The problem is not with the site , but in the refferal link , the problem is with 2 Temporary Wallets (Microwallet and bitcoin-cloud) , Bitchest is ok and work great , But How can I solve the others ?

This is my html tag ..
Code:


And my Js Code is very Simple..
Code:
function changeframe(){
document.getElementById('frame').src = "http://YYYYYY.COM/?r=XXX";
}

I use the inspect tools and call the "changeframe" function , It called successfully , but the problem is that not take the refferal "XXX" HERE ! I check that from my refferals by contacting them !
I used many codes (setAttribute ,  jquery ..) But I still have the problem with the 2 temp.wallets above , Can help please About solving that , and thanks.
Jump to: