Coder Needed [Urgent] Iframing+blanking/faking referrer (Budget flexible)

Status
Not open for further replies.

Pearl Sullivan

Registered Member
Joined
Jun 1, 2016
Messages
50
Reaction score
1
Hey there, hope your weekend is going awesome too :)

Looking for an experienced coder that can do some iframing and blank the referrer or preferably fake the referrer.

Nothing that hasn't been done thousands of times. It's pretty simple concept (For a coder, not for some non-savvy freak like me lol).

You need to display fields of another website on our website with help of iframing and need to blank or fake the referrer so that other site can't know that our site is sending the traffic.

I know this might not be an adequate description of the project but I think it's pretty popular concept and I'd be available for detailed explanation on skype as well.


I need it like yesterday so faster you can code this for me, the better.

No fix budget, it's flexible.


Interested?

Them drop me a PM with your skype and let's get to talking :)


Thanks
 
Thanks for the PM guys, still looking for an experienced coder for this project. So Bumping the thread..
 
When you use a iframe , it shows Let say someone elses results on a page...

That can be postion anywhere via css or tables

Know it your traffic that go to there page or see there page ...

So what the point in this ?

You can not put a iframe on a page and get the traffic from there website onto yours just dont work that way , if that what you fort would happen

You need to exsplain your method a lot more cleare ....
 
Head section
<meta name="referrer" content="no-referrer" />

Know add the iframe css

.cframe { width="880" height="1000" frameborder="0" background-color:#FFF }

Then add the iframe it self of the page
<div class="cframe"><iframe src="http//:"></iframe></div>

Say i wanted only the images from a website well here it is via php
// Create DOM from URL or file
$html = file_get_html('http://www.google.com/');

// Find all images
foreach($html->find('img')as $element)
echo $element->src .'<br>';

// Find all links
foreach($html->find('a')as $element)
echo $element->href .'<br>';

You would save that code as a php file then within the iframe point to the . Php page that will only show on your website there images only......
 
Last edited by a moderator:
Head section
<meta name="referrer" content="no-referrer" />

hey man, thanks a lot for taking time to explain it. Can you please PM me your skype? I can explain what I want to achieve in detail.



To others, I am still looking for an experienced coder. Please PM me your skype and let's get to talking :)
 
Guys, still looking for a coder, please get in touch :)
 
PHP programmer with 7 years experience. Unable to send PM. whats your Skype ID?
I have done similar projects in the past (for lead submissions in ARs like aweber or Getresponse).
 
PHP programmer with 7 years experience. Unable to send PM. whats your Skype ID?
I have done similar projects in the past (for lead submissions in ARs like aweber or Getresponse).

Contacted you buddy

Still looking for a coder guys, please contact :)
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top