WebTrack - If you got tired of static templates...
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
WebTrack - Version 3.5.4
Update information:
Changed the default root dir to "webtrack" instead of "mt".
Added a language php file in profiles/styleprofilename/lang. That way you can have profiles in different languages. The "webtrack/language" page create/updates the language php file in the current selected style profile. Remember to add the new lang folder to your style profile. Then copy your old language file in to that folder. Rename the file to alltext.php and go to the update page and change the name of your default language file in there. Now go to the webtrack/language page and update your language file with the added texts.
Rewrote the "update" page to be more dynamic if adding new variables, less work have to be done (learning the hard way).
Moved the "Present" and "Absent" text to the language file to be able to translate it as all other text.
Added a path to the "users.php" file. If you run multiple WebTrack systems you can now use the same users in all of them.
Fixed IMDB parsing, The IMDB site just changed a bit in their actors layout (added pictures), so my parsing no longer worked. But now it dos.
Version 3.5.4 – 21-07-2006 – 15:00
What is WebTrack? Read here!
Support forum: Here!
Direct download: Here!
Try it online: Here! (Only 14 titles in DB in this test version)
Search away! Replay here, send me a PM or join my forum if you find a bug have any questions or have a suggestion!
Enjoy...
Update information:
Changed the default root dir to "webtrack" instead of "mt".
Added a language php file in profiles/styleprofilename/lang. That way you can have profiles in different languages. The "webtrack/language" page create/updates the language php file in the current selected style profile. Remember to add the new lang folder to your style profile. Then copy your old language file in to that folder. Rename the file to alltext.php and go to the update page and change the name of your default language file in there. Now go to the webtrack/language page and update your language file with the added texts.
Rewrote the "update" page to be more dynamic if adding new variables, less work have to be done (learning the hard way).
Moved the "Present" and "Absent" text to the language file to be able to translate it as all other text.
Added a path to the "users.php" file. If you run multiple WebTrack systems you can now use the same users in all of them.
Fixed IMDB parsing, The IMDB site just changed a bit in their actors layout (added pictures), so my parsing no longer worked. But now it dos.
Version 3.5.4 – 21-07-2006 – 15:00
What is WebTrack? Read here!
Support forum: Here!
Direct download: Here!
Try it online: Here! (Only 14 titles in DB in this test version)
Search away! Replay here, send me a PM or join my forum if you find a bug have any questions or have a suggestion!
Enjoy...
Hi!
It appears the first time it loads index.php and it stays there all time. If I click on "Select Skin", it disappears...until I click again on picture to "reload search engine" and again there it is. Webtrack seems to work OK, but in some skins like "DVD-Profile" it's annoying, I can't see the options of "Latest added"...."Select Skin" because the message takes 2 lines and the options line gets out of frame...
I'm using IIS 5.1 and PHP 5.1.2. This happens since i've updated from 3.5.2 to latest version. Thought it was the update what did it, but i've done a clean install and after creating the config.php it appears.
Same config of IIS/PHP in 3.5.2 and 3.5.4 and of course, allowing cookies in browser.
The only things i change when creating the config.php are: $siteurl, $ownersemail, $databasetype, $databasefilename. Rest are default.
Hope you find the issue.
Regards, folgui.
It appears the first time it loads index.php and it stays there all time. If I click on "Select Skin", it disappears...until I click again on picture to "reload search engine" and again there it is. Webtrack seems to work OK, but in some skins like "DVD-Profile" it's annoying, I can't see the options of "Latest added"...."Select Skin" because the message takes 2 lines and the options line gets out of frame...
I'm using IIS 5.1 and PHP 5.1.2. This happens since i've updated from 3.5.2 to latest version. Thought it was the update what did it, but i've done a clean install and after creating the config.php it appears.
Same config of IIS/PHP in 3.5.2 and 3.5.4 and of course, allowing cookies in browser.
The only things i change when creating the config.php are: $siteurl, $ownersemail, $databasetype, $databasefilename. Rest are default.
Hope you find the issue.
Regards, folgui.
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
Hi again,
I had another user with another "cookie" problem. He had installed the CGI version of PHP using the installer, and when he made a "real" install later on using the "ISAPI" module everything worked fine. I don’t know if this helps. But at least it's something... Some how the "installer" dos not do the job correct it seams...
I had another user with another "cookie" problem. He had installed the CGI version of PHP using the installer, and when he made a "real" install later on using the "ISAPI" module everything worked fine. I don’t know if this helps. But at least it's something... Some how the "installer" dos not do the job correct it seams...
-
- Posts: 4
- Joined: 2006-08-31 20:02:33
Nicely done!
I installed it and everything is working fine... Except... Same problem as usual when not using a database, the php scripts are working very slow with a .xml file and almost 1000 movies ...
check it out: http://xs2www.xs4all.nl/webtrack
Still thx, I'll keep looking for something else...
http://xs2www.xs4all.nl/movies
I installed it and everything is working fine... Except... Same problem as usual when not using a database, the php scripts are working very slow with a .xml file and almost 1000 movies ...
check it out: http://xs2www.xs4all.nl/webtrack
Still thx, I'll keep looking for something else...
http://xs2www.xs4all.nl/movies
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
Yes, it's always a problem with the "flat file" system.
I have been thinking of making a data based version as well... But it require quite allot of work and I have not yet worked with databases at all...
Also, it requires allot more work when updating the list. Some kind of import/output tools... I'm not quite there yet.
I have been thinking of making a data based version as well... But it require quite allot of work and I have not yet worked with databases at all...
Also, it requires allot more work when updating the list. Some kind of import/output tools... I'm not quite there yet.
Joopbraakhekke wrote:Nicely done!
I installed it and everything is working fine... Except... Same problem as usual when not using a database, the php scripts are working very slow with a .xml file and almost 1000 movies ...
check it out: http://xs2www.xs4all.nl/webtrack
Still thx, I'll keep looking for something else...
http://xs2www.xs4all.nl/movies
-
- Posts: 4
- Joined: 2006-09-20 10:41:56
problems with webpage
hello i'm having a problem with the webtrack...
In my page after uploading webtrack below the search bar doesn't apear the numbers and letters... can you helpe me solving this problem !!!
my web page is: http://filmeseries.1500mb.com/wt/
thx
In my page after uploading webtrack below the search bar doesn't apear the numbers and letters... can you helpe me solving this problem !!!
my web page is: http://filmeseries.1500mb.com/wt/
thx
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
Looks like your actual "database-file" is missing, according to your config, it should be located in the "db" dir and be called "filmes.xml". Start with uploading that one. Then try typing "version" in the search field and see if you get all the version numbers on all webtrack files. If some is missing you will see.
Also, you had deselected all search fields and then you cannot search of anything in anything... Not so good. I Added the movie title for you in your config.
Let me know how it goes and we continue from there....
Also, you had deselected all search fields and then you cannot search of anything in anything... Not so good. I Added the movie title for you in your config.
Let me know how it goes and we continue from there....
-
- Posts: 4
- Joined: 2006-09-20 10:41:56
problems with webpage
i update my webtrack to de version 3.5.4 and i typ "version" in the search field and is missing the file:
How-to-create-your-own-style-profile.htm
How-to-install-a-local-web-server-and-WebTrack.htm
because the name is to long
my site is http://filmeseries.1500mb.com/wt/
thx for your help
How-to-create-your-own-style-profile.htm
How-to-install-a-local-web-server-and-WebTrack.htm
because the name is to long
my site is http://filmeseries.1500mb.com/wt/
thx for your help
-
- Posts: 4
- Joined: 2006-09-20 10:41:56
problems with webpage
but mi problem is no solved this part of webtrack still missing
http://www.imgloading.com/image.php?file=565047548
thx again for your help
http://www.imgloading.com/image.php?file=565047548
thx again for your help
-
- Posts: 11
- Joined: 2006-09-19 10:47:25
- Contact:
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
Re: problems with webpage
Very strange, when I try your link this is what I get:
It looks just fine?! I think you may have a local problem?
What browser are you using?
It looks just fine?! I think you may have a local problem?
What browser are you using?
dreamintheland wrote:but mi problem is no solved this part of webtrack still missing
http://www.imgloading.com/image.php?file=565047548
thx again for your help
-
- Posts: 51
- Joined: 2006-04-07 08:35:45
- Location: Stockholm, Sweden, Europe, Earth, Milky Way
- Contact:
This is a strange problem, I can't recreate the error here, me to use xampplite as my develop platform, but nothing strange happens... What version do you use of xampplite?
shadowbikes wrote:Hi,
I got the same problem as Folgui in the newest version.
I get the next warning all time:
"Warning: Cannot modify header information - headers already sent by etc etc....
So i downloaded an early version and everythning went fine
See you Rene
ps Program runs on my pc with xampplite
-
- Posts: 11
- Joined: 2006-09-19 10:47:25
- Contact: