Author |
Topic |
richfed
Average Member
United States
999 Posts |
Posted - 25 June 2014 : 13:38:41
|
Is this project still on-going, Carefree? |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 25 June 2014 : 15:08:29
|
Yes, I am still adding mods. Just haven't been able to dedicate as much time as I would have preferred. I have less than 40 left which I intend to integrate, then we'll start testing. |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 06 July 2014 : 12:41:14
|
Less than 20 remaining mods to integrate. If all goes well, I will finish those this week. Then I'll start disabling the new files if they aren't turned on. That stage should take me less than 2 days to complete. After that, we can start testing (FINALLY). |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 10 July 2014 : 01:55:45
|
OK. I'm through adding mods, unless I change my mind about one in particular that I excluded. I installed 175 of them. Now I'm disabling the pages to coincide with the mod setting so that any mod disabled from the admin page will automatically disable all of its component pages. Of course, when the admin enables the mod, the pages will all work again. |
|
|
pierretopping
Junior Member
United Kingdom
224 Posts |
Posted - 10 July 2014 : 13:10:19
|
Fantastic work, well done that man :-) |
|
|
richfed
Average Member
United States
999 Posts |
Posted - 10 July 2014 : 15:36:13
|
Cool! What's the one MOD? :-) I look forward to implementing this on my site. It looks like a good way to get rid of the mods I no longer use and maybe try some new ones. You are a master, Carefree. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 10 July 2014 : 18:33:13
|
I didn't add the "who's online" mod, primarily because it came at the end and it takes a lot of work now to add mods to "topic.asp" which change the series of numbers. When you have to include all the different possible combinations of mods, it gets quite long. You'll see. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 11 July 2014 : 10:38:58
|
I'm done. As soon as we decide where to upload the file for the testers, it can go to beta. |
|
|
pierretopping
Junior Member
United Kingdom
224 Posts |
Posted - 11 July 2014 : 15:15:15
|
Bring it on, great stuff :-) |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 14 July 2014 : 20:53:19
|
Question regarding the "Who's Online" mod. Do you think there would be enough demand for this to warrant a few hours' work integrating it? If I exclude the changes to "topic.asp", it won't take long at all. Just not sure if that's a "deal-killer" for those who use the mod.
I just chose to exclude "topic.asp" changes. The rest is incorporated. |
Edited by - Carefree on 14 July 2014 23:33:34 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 15 July 2014 : 00:02:01
|
Here are two screenshots. The first is without anything enabled.
The second is after turning on only two items: "Usergroup - Prisoners" and "User Space - Friends". If there are prerequisite mods, they are automatically enabled as necessary.
|
Edited by - Carefree on 16 July 2014 13:44:32 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 16 July 2014 : 12:36:37
|
For those of you who are interested in testing but do not know how to setup a test site on your own computer, I made a walk-through for Superskytten which can help you. These instructions are made for Windows 8 or Server 2012.
1) Go to the Control Panel.
2) If the setting on the top right is for "View by Category", then change it to "Small Icons".
3) Click "Administrative Tools"
4) In the "Administrative Tools" window that opens, look for "Internet Information Services (IIS) Manager".
a) If it exists, click it to open.
b) If not, switch windows back to the Control Panel.
1 Click "Programs and Features".
2 Click "Turn Windows Features on or off". In the new window that opens, select all of the following items -
make sure that there are check marks (not black squares) in the boxes (you may have to click the plus symbols to select sub-items
in order to get the check marks): "Internet Information Services", "Internet Information Services Hostable Web Core", and "Simple
Network Management Protocol (SNMP)". Click OK to apply.
3 When the features are completely installed, go back to item 4) above.
5) When the "Internet Information Services (IIS) Manager" window opens, look in the left pane. (By the way, you may get a pop-up
window asking if you want to "Get started with Microsoft Web Platform ...". You can click "No" to this.) At the top, it will
have your computer's name. Click it, and beneath it will appear two items: "Application Pools" and "Sites".
a) Click "Application Pools". On the right pane, you will see a few items: .NET v(whatever), Classic .NET..., and
"DefaultAppPool".
1 Right-click "DefaultAppPool" and choose "Advanced Settings".
2 The second item from the top in the new window will be "Enable 32-Bit Applications". Set this to "True".
Click OK.
b) Back in the "Internet Information Services (IIS) Manager" window, click the + symbol next to "Sites". Click "Default
Web Site". In the bottom center pane, look for "ASP" (It should be the first item.). Right-click it and select "Open Feature".
1 If you wish to choose a default "Code Page" (this controls font display on your site), click the first item.
The typical code page for Danish is 865, for English (and most European characters) is 1252. If you want to leave it selectable
by software, leave it as 0.
2 Now select the 2nd item "Enable Buffering". Set this to "True".
3 Now select the 5th item "Enable Parent Paths". Set this to "True".
4 Now select the 11th item "Script Language". Set this to "VBScript".
5 Expand "Session Properties" and select the 1st item "Enable Session State". Set this to "True".
6 Click "Apply" at the top of the right pane.
6) Now, to add your forum, hold down the "Windows" key on your keyboard (looks like the Microsoft flag) and hit the letter R
one time. It will open the run command prompt.
a) Type the following into the command box: "Explorer %systemdrive%\inetpub\wwwroot" (with or without the
quotation marks) and click OK. You can either copy your forum folder into the folder that opens or you can leave it elsewhere
as a "virtual" path. It's your choice.
b) If you want to leave it somewhere else, we'll have to switch back to the "Internet Information Services (IIS) Manager"
window.
1 In the left pane, right-click "Default Web Site" (near the top). Choose the 4th item "Add Virtual Directory".
2 In the window that opens, type the folder name (or an alias, e.g. "forum") in the top box. For the second
box, click the browse button ("...") and browse to the folder containing your forum files. Click "OK" and then "OK" again in
the virtual directory window. Your forum folder (regardless of where it's located) should now show up beneath the "Default Web
Site" heading.
7) In the "Internet Information Services (IIS) Manager" window, click "Error Pages" in the center pane. Now, in the right
pane, click "Edit Feature Settings". Set it to "Detailed Errors" and click "OK".
8) You're done. To test, open a browser and go to "http://localhost/forum_folder_name" (replace "forum_folder_name" with
whatever you gave in the alias box). |
Edited by - Carefree on 16 July 2014 13:37:01 |
|
|
pierretopping
Junior Member
United Kingdom
224 Posts |
Posted - 17 July 2014 : 02:32:29
|
A quick question if I may Carefree. I take it that the database structures would need to be made before activating any mods, so simply place your (excellent) code on to an existing snitz system will not mean by default that the mod will work because the existing tables will not have the required changes in them to run the mod.
I'm I right in thinking this or is the sun playing tricks with my brain (again..)
:-)
Pierre |
Edited by - pierretopping on 17 July 2014 02:33:18 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 July 2014 : 03:44:47
|
Correct. If using this with an existing system, you'd have to make all the database updates ... and, with 176 integrated mods, there are a LOT of them. |
|
|
Topic |
|