Announcement
Collapse
No announcement yet.
User Profile
Collapse
Profile Sidebar
Collapse

DeJaVu
New Member
Last Activity: Fri 7 May '04, 10:29pm
Joined: Wed 19 Jun '02
-
Probably is, would it be a php option or something in apache?
-
DST settings not updating?
On our forums (http://forums.recoil.net.nz) the Daylight Savings settings aren't updating automatically. Today daylight savings ended but the time hasn't gone back 1 hour ?
The time on...
-
Replace the vB Favicon.ico ?
Where do i replace the vB Favicon.ico? I can't find it anywhere and i would like to use my own...
If we are allowed to that is?
-
-
Recoil NZ Forums
-
get a script to start a timer(seconds) when loading the site then stop when it is finished loading so you have how long it took to load that page, then find the size of that page and then use those statistics...
Leave a comment:
-
Avatar Problem
Just installed vb 2.2.8 onto our host ( http://forums.recoil.net.nz )
PHPInfo: http://forums.recoil.net.nz/phpinfo.php
Get the error:
I can...
-
i dont really understand your question but:
PHP Code:<?php
$abc = funADD($a, $b);
function funADD($a, $b){
($a + $b);
return $abc;
}
Leave a comment:
-
Passwords Authentication
Hi. If i MD5 hash a password, what do i do to check the password? crypt?
-
while(list(,$value) = each($file)){
is the line with the error,
now how could i fix it? ( with example.. )
Leave a comment:
-
well you have lost me completely :|,
it'd be easier if u gave me an example
Leave a comment:
-
Why doesn't this work?
below is my code that is causing me problems D:!PHP Code:<?php
$file = file("content/db/users.txt");
while(list(,$value) = each($file)){
list($user,$pass1,$level,$email) = split("\:",
-
well we have the login file but it is the security of the usernames & passwords txt file, we are learning to encrypt, thanks for that ill take note of it.
Leave a comment:
-
-
note: this is not a vB program. it is a content managment system
Leave a comment:
-
wud this work
would this work for choosing the user to edit:
<?php
$data = "content/db/users.txt";
$data2 = explode(":",$data);
...
Leave a comment:
-
-
since it is a multi user script i would have to use
$var2=explode("\n:",$var);
wouldnt i?...
Leave a comment:
No activity results to display
Show More
Leave a comment: