I know you said this is the last update but I have an issue with the line sleep(5).
This will only work if you are using Internet Explorer or when using LFSW Premium Stats and by adding the LFSW IDKey and premium stats options to the line getting the stats and commenting the line Sleep(5).
When using Mozilla/FireFox it has a timeout of 30 seconds therfore only allowing for the retrieval of 6 members and would never complete and create the cache file. T7R has 20 but luckily we use premium stats.
I'm not sure if there is a workaround for this as I would like to incorporate this into my Setup Station. My PHP is limited so would appreciate some help.
I have made a minor change to the setups required file that will decrease the load time a little. The file can downloaded from the first post and the zip file has also been updated with this file.
v0.970 - BETA
- Language now set via the user profile. Login page and guest login will still be in the native language
- Added Icelandic and Croatian translations will not translate phpMyEdit application
- Amended Required/Missing setups and Quick Find pages to show only Cars & Tracks with coloured background
- Amended table css formatting to be more consistant in a number of files
- Moved the CheckUserLevel function from the login page to the page.class file
- Fixed Errors in files within the install folder
- Tidied up the CSS file
- Documentation Updated
Strange one that I am unable to replicate it.
Does zip.class.php exist in includes folder?.
What version of php are you running?
Are you using something like XAMMP ?
It's as if it cannot find the class within the zip.class file.
I will upload a new version to my webspace to see if I can replicate it.
Thanks To HorsePower for the Ideas that lead to this mini glut of updates
v0.963 - BETA
- Amended setups required page. Added row of car headings to the bottom of the table. Tag added to tick image to show combo
- Thanks to "HorsePower" for the Ideas of Guest login, Quick Find and the above.
- Amended quick find page argument handling and the title of the display table
- Amended the way the member status page changes from LFS colour codes to HTML codes. Using code supplied by Victor
If using dark background on website look in general.class.php and change "case 7 : $type = "#808080"; return $type; Break; "
- Documentation updated
v0.960 - BETA
- Added Quick Find function. It uses the Required/Missing sets page. Clicking on a Tick shows setups for that combo
- Moved the code for creating zip files and showing users pubstats to general class file
- Amended the find setups page to use the code moved to the general class file
- Amended language files to include Quick Find
- Documentation updated
OK. how about the Quick Find link takes you to the required/missing sets page and when you click on a tick then it displays the sets for that combo in a new page, as described in my last post about me creating a new page when this version is stable
I will look into it but works fine on my machine. Please check the track short name data has been added to the stn_tracks table field.
I will check this also looks like I haven't updated the access rights on that page.
I had thought of that but the program phpMyEdit does not allow filtering of pages from external links. I will need to create a different page to do this without using phpMyEdit, once this version has become stable.
I do not understand what u mean as once in the find setups page you can quickly search by using the query button.
All Ideas are welcome and are considered for inclusion.
Regards
Dean
Updated version of the setup station in the first Post
- Added Guest login facility. Can be enabled/disabled see manual
- Added New userlevel 3. This allows view, upload sets and profile change
- Change the Required/Missing setup page to view in one table similar idea to Team Inferno
- CSS file updated for new Required/Missing setup page
- New images added to images folder
- Documentation updated
A new version has been uploaded in the first post.
This corrects the issue spotted by St4Lk3R in the post of 25th June and also changes the way the version number is displayed.
OK. The reason it is not in the list is because most teams will use only the main tracks, even Team Inferno do not include BL3 in their list
I will think about including it it the next update.
The track AU4 should already be in and all the rallyX tracks are there. If you want to add these tracks to your version then you can. Use the admin pages. See the manual. Track Table menu option
St4Lk3R Thanks for spotting that. Both PME and I have different language files. I should have realised that the triggers would use the PME language fileillepall . I left my laptop at work so will look at resolving this over the next couple of days. It shouldn't be that hard I know where to get the file from and use the correct translated words
Beause the Login page reloads it appears to be querying the database, and it is at this point it is redirecting to another page. I had the same problem when it was not able to find the page redirecting too. Try using Firefox and it should tell you the page being redirected to may not load.
Is the istallation of XAMPP using PHP 5.x? If so then I know version 5 handles classes differently. The station has been tested on version 4.3 to 4.4.1 as this range is used by alot of ISP's.