code
search
solutions
software
Search
Search
programming tutorials
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
log txt webflood
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
Login Script that logs info to txt file
... I have a
log
in script, that
log
s the IP, time and date after successful
log
in - GRAND! But how can I
log
the username with this? This is the script I am using to
log
details: ============================================= ...
2.
cookie setting after user has logged in
ok so Im trying to make my script so only after the user is
log
ged in the cookie will be stored this code is on every page PHP Code: if (isset($_COOKIE[uname])) ...
3.
protect logfile?
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 ...
4.
created a login script but dont know how to create a register script
Hi there I am creating an aiml expert system for my final year project. I have just created a
log
in script for administrator for my system.the problem is in order to get a
log
in, the admin ...
5.
Debugging A Script - Members Cant Login, etc.
... most of the work done - now Ive got to go through and debug the script. My problem is, members cannot
log
in. It takes them to a page "You are not authorized to view this page", and then ...
6.
Log form information to a text file - Question
... ) I have a
log
in script, that
log
s the IP, time and date after successful
log
in - GRAND! But how can I
log
the username with this? This is the script I am using to
log
details: ============================================= ...
7.
LoginScript Tweaks
Hiya Folks ~ I have a
log
in script that
log
s 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
...
8.
Creating a Mailing List Manager with PHP
... href="picklist.php3">Edit/Delete names</a>. <br><br><a href="data/
log
.
txt
">View Send
Log
</a>. <br> </body></html> the ...
9.
Creating a mailing list manager script errors
... <br><a href=picklist.php3>Edit/Delete names</a>. <br><br><a href=data/
log
.
txt
>View Send
Log
</a>. <br> </body></html> ...
10.
forgot password script doesnt work
... //make sure you change who the emial is sent from mail($email, $subject, $message, From: Vurtune Techno
log
ies<noreply@vurtunetech.com> ...
11.
Upload problem - Beginner help
... 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 ...
12.
nothing on click because of script
... $
log
in_check = mysql_num_rows($sql); if($
log
in_check > 0) ...
13.
no input file specified
... $sql = UPDATE commercial SET com_job = 0; $db->query($sql); $filename =
log
.
txt
; $fp = fopen( $filename, w ); ...
14.
Encryption help
... 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 ...
15.
Sessions Problem?
Hello there, I am creating a flat file
log
in system. I got everything working, except when I go to the new page after
log
gin in, it wont verify who I am. It usually either lets me in, or ...
16.
crontab problem PLEASE HELP !!
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/
log
Files/
log
file.
txt
...
17.
error messages after uploading
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 ...
18.
Template/style system..
... <div align=center><img src=styles//
log
o.png width=462 height=82></div></td> </tr> <tr> ...
19.
Dumping content of $GLOBALS to file
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, ...
20.
Requesting help reading CSV
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
>>
Popular Resources
warning fsockopen [function fsockopen] unable to connect udp
checkbox input flash as3
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats