Page 1 of 1

Download DOL Files

PostPosted: Mon Jun 18, 2007 8:54 am
by ZioRed
This page is very out-of-date, so we should proceed in one of the following ways:

1. begin again to upload compiled/source server (i.e.: weekly/monthly)
2. remove the download links (however the 1.8 ones should be removed and 1.9 added) and leave only that to SVN

However I think that the latest release should be at top of the list and so on down to 1.7. This to avoid other support posts from newbies like this and above all to keep the website as most updated as possible (of course, compressed files to download from this website may be a more good idea than only SVN, cause not all have practice with SVN software).

PS: I may do this changes if asked. ;)

PostPosted: Mon Jun 18, 2007 11:21 am
by Etaew
Go ahead and update it, just tell me the files you change so I can update it locally so I won't overwrite it :-)

PostPosted: Mon Jun 18, 2007 6:04 pm
by Etaew
I've made some changes, but for some reason it won't recognise the modified date of the dol without mysql installer :-) but the link works.

PostPosted: Mon Jun 18, 2007 7:11 pm
by ZioRed
I've made some changes, but for some reason it won't recognise the modified date of the dol without mysql installer :-) but the link works.
that's probably why PHP is set not to give access permission to the upper folders from the current. It won't work even on my local Apache, but it works if the destination folder/file is under the current path.

If the website is under a Windows system, then you can use this syntax:
Code: Select all
//computername/share/filename
Another easy solution is to do this check directly in the /index.php and store it in a variable/constant which will be displayed in the files.php ;)

PostPosted: Mon Jun 18, 2007 7:16 pm
by Etaew
Nope resolved, just needed to remove the leading / :-), going to add the file size now. Any more suggestions?

PostPosted: Mon Jun 18, 2007 7:25 pm
by ZioRed
Nope resolved, just needed to remove the leading / :-), going to add the file size now. Any more suggestions?
removing the leading zeros is just for the problem I wrote :P

however:
- the anchor to NET2.0 and to SVN is better on _blank
- the anchors to the w/ and w/o MySQL should be "linked" only if the file exists, else don't show the links :)

PostPosted: Mon Jun 18, 2007 7:43 pm
by Etaew
Updated again :-)

PostPosted: Tue Jun 19, 2007 7:18 am
by ZioRed
Now it's nicer :)

Just a couple of things, which I can do if you have few time:
- the Actions list misses only a "Need help?" link to the Support forum
- Credits lists may be order by Role+Nick (i.e.: Project Manager, Lead Developer, Developer) or only by nick, but first is better
- the link "Source" to the SVN repository should be on _blank because it redirects the user to another site
- the link "Visitor Countries" to maploco.com (ever visible on left column) should be on _blank (read above)

If I will be inspired, I'll try to paint a fantasy layout for the site :)