Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached

5 Posted Topics

Member Avatar for Prince_9

<?php $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"Accept: */* \r\n" . "Accept-Encoding: gzip, deflate\r\n". "Host: search.yumpu.com\r\n" . "User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0\r\n" ) ); $context = stream_context_create($opts); $imm = "http://search.yumpu.com/2.0/search.json?q=s.moser&in=author"; $result = @file_get_contents($imm,false,$context);

Member Avatar for Prince_9
0
964
Member Avatar for Ritumoni

You need to join two if conditions at lines 11 and 30 by using **elseif** at line 30. Also take care of using comparison operator at 13. Currently, it is using assignment operator.

Member Avatar for prasaddlv
0
420
Member Avatar for abhi10kumar

You can generate required htaccess code from the following website: http://www.htaccessredirect.net/index.php

Member Avatar for abhi10kumar
0
290
Member Avatar for prasaddlv

Sometimes when I close the Internet Explorer window, it pops up an error message (I have attached the screenshot) saying that "The instruction at xxxx referenced memory at xxx . The memory could not be read". The worst part is that when I click OK button, it pops up the …

Member Avatar for amrith92
0
125
Member Avatar for pat7

I faced similar problem and tried many ways to fix this for many days. Finally I got the solution from one of the threads posted in this forum. I ran the [B]ComboFix[/B] and the problem solved within 15 minutes. Thank you daniweb...

Member Avatar for bash6656
0
270

The End.