Hi
Gone through the options - View - 3D - Occulus Rift - Single Monitor - OK - Shift F4
It worked yesterday but today getting "Cannot Initialise Occulus Rift Headset"
It is connected via link cable. Occulus App says its connected.
Device manager shows Occulus Device - Occulus XRSP Interface.
There is no release date yet as i'm busy with work and have not spent much time on it lately. Also the project is getting bigger as i think of new things to add The only thing is it will not be php 5x as i started this sometime ago so is written in php 4.4.1
I have attached a file containing the required files to upgrade the setup station to Patch Y specifications. View the file in readme folder first. "Always make a backup of your files before upgrading"
I am currently working on a patch to upgrade it to Patch Y compatibility.
It will add the new Car & Track also give you the option to either Reset creating a file containing the old setups or rename the current setups to the Y spec.
It would be recommended to Reset the setup station as setups created in the previous versions may not work as expected due to the physics changes.
I originally coded the setup station for PHP version 4.4.x and no version exists for PHP 5.
The original test rig was as follows:
PHP 4.4.1
MySQL 4.1
Apache 2.55
I will not be creating another version of this for PHP 5 as I am working on another version of the idea and when completed I will need to look at making a second version for PHP 5.
It has been found if the PHP version on the web server is upgraded the setup station will not function properly. I have attached a patch for this. You will need to extract the file into the includes folder of the setup station on the web server.
The file has been added to the first post as well.
@TyresHot
If you had read through the post you would have noticed that this is not meant to rival the TeamInferno site it is meant to be an extension to an LFS team site.
1. Team Inferno site is a great site for getting WR setups and is available to all and I use it when ever I am in need of a setup. If the setup does not work for me then I tweak it a little then upload it to my teams setup station for my team mates to share.
2. The Team Setup station is the code for a standalone website to be used by a team or group of individuals to share setups.
@TeamInferno
I appologise if this misunderstanding has caused any problems.
@HorsePower
Currently in the design stage for the next incarnation and it looks like will be able to add ability to format text in the comments section. It's getting more complicated as I am trying to incorporate the ability to use it with other race sims (e.g. GTR2, rFactor, WTCC).
As I have said before there will be no more developement on this version, including adding extra languages and thanks to all those who have contributed. Including TeamInferno as they had the original idea
Thanks for those ideas. I will look into incorporating the first 2 in the next incarnation. The third will be a little more tricky. I have a couple of ideas of my own and will stop the developement on this version and start on a new version with a redesigned database, possibly an install page asking for the parameters to setup the station and more flexibility for using with other racing games (i.e. GTR2, rFactor etc...). I may stick with using phpMyEdit or create my own table generator that will allow for some html tags to be used <b><i><u><font color=>.
This may be a little way off as I have to do some more reading for better CSS, JavaScript (with a litlle AJAX) during my spare time as work would be a little p155ed me learning and creating this when I should be doing other IT stuff
I wish to thank everyone who has contributed to this version and hope you will continue to use it. I will fix any problems should they crop up in the meantime.
[quote=Dygear;205906]The php file is only ment to bulid the cache file. Ya there can be some issues with the tar pit that LFSWord has, but like you said premium stats will fix that pretty fast, or you could use a local php.ini file that would change the max execution time for a script to whatever you need. Cron should be used, but you could sit on the webpage your self, once evey 24 hours, if you don't know how to use cron. I would love to add some AJAX to this, as that would get rid of the tarpit problem real fast, and it'd just look cool. I might do another update with that ... who knows ... well see.
/quote]
How would I implement the local php.ini file and would this just bypass the ISP php.ini file for duration of the script creating the cahe file?
Using Cron i would not be able to test it on my windows version correct?
Sorry if this seems to be basic but it is new to me.
Regards
Dean
Thank you for your replies. I think I will go down the entering and recalling from a table in the database, and have the table updated if data more than 24hrs old.
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