Site Logo

LNRacing.com Forums

http://www.lnracing.com
 
It is currently Sep 07, 2010 6:35 pm

All times are UTC - 5 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Car File Manager
New postPosted: Feb 18, 2010 9:03 pm 
Offline
LNR Driver

Joined: May 02, 2009 11:11 pm
Posts: 279
After the race Friday night, please refrain from changing anything on the CFM. I'm going to be doing a backup that night and lots of changes from Saturday until Tuesday. If you try to upload/ something during that time, it'll probably end up deleted. The main objective is to fix the cfm, but if it's the pain that I'm thinking it will be, then I'm going to be moving the CFM to my own servers.

Look here for more info on Monday night.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 22, 2010 11:27 am 
Offline
LNR Driver

Joined: May 02, 2009 11:11 pm
Posts: 279
I need a few people, today, to test the changes I made the the zip file stuff. The Full (ie Beginning) zip file still does not work, but I'm going to work on that later as it's just a link. I just need to make sure that the 7 Day and daily feature is working. I've tested it myself, but that doesn't mean that it's foolproof.

If you do use it today, please post here that you did and your results. Make sure that the carfiles do work please. That's a big part of it. And Verify that you delete after you're done. I haven't finished the auto delete cron job yet.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 22, 2010 2:00 pm 
Offline
LNR Driver
User avatar

Joined: Jul 12, 2006 3:18 pm
Posts: 1609
Location: Purvis,Mississippi
Ok I tired it out and the 7day one worked just fine,but when I tried the select date one I got "Error 404 - Not Found" that when I clicked the link to download the zip file.

_________________
Cup 1 poles.Cup 2 wins.
TNT 0 Poles.TNT 1 Win.
SSS 3 Poles.SSS 6 wins.
90's 0 poles. 90's 2 wins.
GNS 1 pole.GNS 0 wins.
SNS 1 pole.SNS 1 win.


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 11:49 am 
Offline
LNR Driver

Joined: May 02, 2009 11:11 pm
Posts: 279
What date did you put in?

_________________
Image


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 11:59 am 
Offline
LNR Driver
User avatar

Joined: Jul 12, 2006 3:18 pm
Posts: 1609
Location: Purvis,Mississippi
I don't remember,but it was one on the download page.

_________________
Cup 1 poles.Cup 2 wins.
TNT 0 Poles.TNT 1 Win.
SSS 3 Poles.SSS 6 wins.
90's 0 poles. 90's 2 wins.
GNS 1 pole.GNS 0 wins.
SNS 1 pole.SNS 1 win.


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 4:20 pm 
Offline
LNR Server Center Manager
User avatar

Joined: Jul 11, 2006 6:10 am
Posts: 8265
Location: Jefferson, WI
I tried it today and downloaded everything from 2/15 on forward with no problems. However, I just realized I don't have anything posted between 2/8 and 2/14 :oops: :lol:

_________________
Shawn Becher - LNR ServerCenter Manager
#07 MasGrafx Motorsports Fords
2008 LNR All Star Open Winner
FNMCS: 2 poles | 10 All-time wins | 1 Championship (SS '07a)


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 6:10 pm 
Offline
LNR Driver
User avatar

Joined: Oct 30, 2009 5:24 pm
Posts: 89
I used all the dates 2/1-2/13 and got this error.

Quote:
Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 2446041 bytes) in /home5/jondoble/public_html/lnracing/cfm/inc/car_files.php on line 46


I used 2/14/2010 on and it was fine.


Last seven days was fine also.

_________________
Image
Image
Image
_________________
1st Career Cup Season at LNR
Starts: 4
Wins: 1
Top 5: 2
Top 10: 2
Laps Led: 19
Laps Completed: 91.76% (1 DNF due to engine failure)
Pts. Pos.: 4th (-41)


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 11:09 pm 
Offline
LNR Driver

Joined: May 02, 2009 11:11 pm
Posts: 279
Yea that's something I'm kinda stuck with at the moment. Until I finish the rest of the system, it will be that way. The memory issue is due to it being on a shared host. The host has the option to prevent too much memory from being allocated and with the size of these carfiles, it's just the way it is. In two-three weeks, it probably won't be an issue because people trying to go back two weeks won't have many files to get. The problem is with everyone uploading cars right now. 5-8 cars works, more than that and it'll pop the error.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 23, 2010 11:31 pm 
Offline
LNR Server Center Manager
User avatar

Joined: Jul 11, 2006 6:10 am
Posts: 8265
Location: Jefferson, WI
Would it be possible to set up a date range, like so I can grab 2/8 through 2/13 without having to manually grab them one at a time? Just curious. I don't know how helpful that will be to anyone else, or how big of a PITA that will be to program.

_________________
Shawn Becher - LNR ServerCenter Manager
#07 MasGrafx Motorsports Fords
2008 LNR All Star Open Winner
FNMCS: 2 poles | 10 All-time wins | 1 Championship (SS '07a)


Top
 Profile  
 
 Post subject: Re: Car File Manager
New postPosted: Feb 24, 2010 10:30 am 
Offline
LNR Driver

Joined: May 02, 2009 11:11 pm
Posts: 279
You know what, that wouldn't be too bad of an idea. Instead of a selected date, It could do a selected range. If there are too many files in the zip it could tell you the range has too many files.Otherwise it would make the zip file for you.

It's not hard to program. The problem lies with the amount of memory that I have access to on the server. Having a limit on the maximum amount of memory I can use, prevents big files. The selected date range would work perfectly in about two weeks along with the from date. It's just right now, with everyone trying to get all their cars painted up, there are too many cars in the line. When we get down to 2 or 3 cars a week, it'll work better.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Template made by DEVPPL Flash Games