Forum Home
PC World Chat
 
Thread ID: 63398 2005-11-08 07:29:00 ImageF1 is Back! Dannz (1668) PC World Chat
Post ID Timestamp Content User
402690 2005-11-08 07:29:00 ImageF1 is now back online

sal is no longer available to run imagef1 so i have taken over.

There are going to be some features missing as i had to start with a non customized version. Also if anyone has php experience please pm me - we need to get the time working

Thankyou to sal for writing the script.
And thankyou to beta testers bob_doe_nz, foxymx, Jen

the address is http://imagef1.dannz.net.nz

If you find any bugs please pm me - there shouldnt be any though
Dannz (1668)
402691 2005-11-08 08:38:00 DanielF if you what an old verson of imagef1 let me know :) stu161204 (123)
402692 2005-11-08 09:31:00 Hi DanielF. That looks great. Well done. Scouse (83)
402693 2005-11-08 11:11:00 we need to get the time working

In configuration.php

$site['timedifference'] = ''; // time difference between you and your server
you could try 5 or -5
Rob99 (151)
402694 2005-11-08 18:33:00 DanielF if you what an old verson of imagef1 let me know :)


Thanks but i dont think there are any problems with the one we have
Dannz (1668)
402695 2005-11-08 18:33:00 In configuration.php

$site['timedifference'] = ''; // time difference between you and your server
you could try 5 or -5

Sal unfortunately hasnt coded the time difference in to the program
Dannz (1668)
402696 2005-11-08 20:07:00 Did you have a look at the file I mentioned all you need to do is put -5 between the ' '


$site['timedifference'] = '-5'; // time difference between you and your server
Rob99 (151)
402697 2005-11-08 20:09:00 Or post the code. Then we can see. Rob99 (151)
402698 2005-11-08 21:47:00 Heres what I got from him as a backup. Its set to -5 already, but with no avail.

Cofunction.php

$site['admin'] = '****'; // your name
$site['password'] = '****'; // a password for admin duties
$site['special'] = '****'; // a password for special uploads
$site['name'] = '****'; // the name of your main website
$site['webpath'] = '';
$site['webpath2'] = '****';// the path to the main directory from the url, eg: [company.com this setting would be correct
$site['timedifference'] = '-5'; // time difference between you and your server

$upload['maxsize'] = '3072000'; // maximum file size of files being uploaded in bytes (thats 400KB atm)
$upload['allowed'] = array('.bmp', '.gif', '.jpg', '.jpeg', '.png', '.tga', '.tiff'); // filetypes that are allowed to be uploaded, add more in same fashion

$mysql['host'] = '****'; // mysql host
$mysql['user'] = '****'; // mysql username
$mysql['pass'] = '****'; // mysql password
$mysql['db'] = '****'; // mysql database name
$mysql['table'] = '****'; // set this to what you want the table to be called
bob_doe_nz (92)
402699 2005-11-08 22:19:00 index.php in the view folder, you could try swapping:


<td class="date"><?=thedate($row->timestamp)?></td>

with datestamp

If that dosent work, swap back before the next change.

You could try the time dif at 19
Rob99 (151)
1 2