programming tutorials
Search Only:

Search Keyword log txt webflood

Total: 40 results found.

Page 1 of 2
...  I have a login script, that logs the IP, time and date after successful login - GRAND! But how can I log the username with this? This is the script I am using to log details: ============================================= ...
ok so Im trying to make my script so only after the user is logged in the cookie will be stored this code is on every page PHP Code: if (isset($_COOKIE[uname]))  ...
How do I protect a log.txt while still allowing it to be written by a script? .htpasswd? As it is, the file can be read in a browser if one knows the filename and path. Written into ...
Hi there I am creating an aiml expert system for my final year project. I have just created a login script for administrator for my system.the problem is in order to get a login, the admin ...
... most of the work done - now Ive got to go through and debug the script. My problem is, members cannot login. It takes them to a page "You are not authorized to view this page", and then ...
... ) I have a login script, that logs the IP, time and date after successful login - GRAND! But how can I log the username with this? This is the script I am using to log details: ============================================= ...
Hiya Folks ~ I have a login script that logs the users info to a text file, it works lekker except I cant log the USER ? You guys are the buffs - what am i doing wrong here? ================Log ...
... href="picklist.php3">Edit/Delete names</a>. <br><br><a href="data/log.txt">View Send Log</a>. <br> </body></html> the ...
... <br><a href=picklist.php3>Edit/Delete names</a>. <br><br><a href=data/log.txt>View Send Log</a>. <br> </body></html>   ...
...     //make sure you change who the emial is sent from     mail($email, $subject, $message, From: Vurtune Technologies<noreply@vurtunetech.com>  ...
... and goes on to upload and here is here I get the following errors. Warning: fopen(log.txt): failed to open stream: Permission denied in /home/johnston/domains/fergusjohnston.com/public_html/admin_word_update5.php ...
...  $login_check = mysql_num_rows($sql);    if($login_check > 0)                             ...
...  $sql = UPDATE commercial     SET com_job = 0; $db->query($sql); $filename = log.txt; $fp = fopen( $filename, w );  ...
... try to log in, he is not successful. Why is that so? Are my codes right for the checking of the password apple? PHP Code:  $auth = false; // Assume user is not authenticated  ...
Hello there, I am creating a flat file login system. I got everything working, except when I go to the new page after loggin in, it wont verify who I am. It usually either lets me in, or ...
Hi, Ive got the following crontab running on my redhat box: PHP Code: * * * * * /usr/local/apache/htdocs/fileManip/loopDirectory.php >> /usr/local/apache/htdocs/fileManip/logFiles/logfile.txt   ...
Hi, i have just uploaded my files to a host tha supports php, but i am getting these error messages: Warning: fopen(log.txt): failed to open stream: Permission denied in /home/secondm/public_html/test/hit.php ...
...       <div align=center><img src=styles//logo.png width=462 height=82></div></td>   </tr>   <tr>   ...
Hello, what I want to do is print the equivalent of print_r($GLOBALS) to a text file. I firstly tried Code: $fp = fopen(/log.txt, "w"); $write = fputs($fp, ...
Im trying to help the organization Im in look at other options than their stuffy methods that have been being used. The firewall group has these log files. Ive been asked to generate a PHP ...
<< Start < Prev 1 2 Next > End >>