Moderator: Neosoft Support
cp4w wrote:Thanks Gaev. At the moment I'm using an elearning platform called BlackBoard (BB). I don't know if BB is on the university network (lan?) or if the connection is to a BB server via the internet.
<?
$file=fopen( $fname, 'a' );
fputs( $file, "$data \n" );
fclose( $file );
?>
SetVar "[Score]" "Data to send to server..."
InternetPost "http://yourserverpath/datainput.php"
"fname=testresults.txt&data=[Score]" "" ""
Neosoft Support wrote:You can use a simple php script and NeoBook's InternetPost action to append data to a file on a web server. This idea comes from a customer in France:
First, create an ASCII text file called datainput.php (or some other name if you prefer) containing the following lines:
.
They would be able to create PHP files to upload and execute other files on your server. The server could be taken over completely in a short period of time.
Wrangler wrote:They would be able to create PHP files to upload and execute other files on your server. The server could be taken over completely in a short period of time.
How would one upload a php file without server access? They would need to hack into the server to do this. If they did do that, they would have control over your server anyway, regardless of the security measures in place. Any server should have maximum security installed to prevent hacking as much as technology will allow. You can't stop the determined, experienced hacker anyway.
Do you know something I don't?
Wrangler wrote:Even if the program DID create the php file and upload it, which I wouldn't recommend, surely you wouldn't give the user access to that function. It would be done behind the scenes, and compiled into the exe.
Return to Misc. Questions and Information
Users browsing this forum: No registered users and 0 guests