Author |
Topic  |
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 13 June 2004 : 17:12:00
|
Hey guys,
I was just thinking about the following ; how about I release the entire oxle.com code to the world, as a mod ? There needs to some work done on an upgrade script that creates the required database fields from a normal 3.4 database, but I guess that's about it.
Anyone interested ? |
portfolio - linkshrinker - oxle - twitter |
|
PeeWee.Inc
Senior Member
   
United Kingdom
1893 Posts |
Posted - 13 June 2004 : 18:24:18
|
yeah, i sure am. I would love to see how you did some of the things over there, rip them out and add them to my CSS site  |
De Priofundus Calmo Ad Te Damine |
 |
|
serritzlev
Junior Member
 
Denmark
291 Posts |
Posted - 13 June 2004 : 19:28:48
|
Ofcourse i am intreste to sen any things from other and our webblogs i am verry intrest to get a copy of that that looks greath |
|
 |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 14 June 2004 : 01:22:48
|
okay, I will start working on it asap. I'll have to take out the smileys - they're copyrighted by tweakers.net and fok.nl. I'll add an empty db (no members, no topics) to start off with. The db script could then be done by someone who knows what he/she's doing  |
portfolio - linkshrinker - oxle - twitter |
 |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 15 June 2004 : 15:51:51
|
okay, I've made it available. Because I don't want the entire world to leech it from me (yet), I've decided to make it available through oxle. You cán use the user/pass demo/demo to download, but registration would be appreciated. I will also do support at first through oxle, as this coding is much different from base snitz.
You can find it here: http://www.oxle.com/topic.asp?TOPIC_ID=1239
Have a go with it; demo site at www.oxle.com (production), and www.oxle.com/test/ (test environment, 100% as the zip file) |
portfolio - linkshrinker - oxle - twitter |
 |
|
sr_erick
Senior Member
   
USA
1318 Posts |
Posted - 15 June 2004 : 17:42:32
|
Nice! I will check it out. There's probably some snippets I'd like to use in there. hehe  |


Erick Snowmobile Fanatics
|
 |
|
PeeWee.Inc
Senior Member
   
United Kingdom
1893 Posts |
Posted - 15 June 2004 : 20:36:26
|
Like sr erick, i dout i'll use it as a portal, like SH and Crash forums are. I'll just be ripping out alot of your code. The main bits i'll use are the Side bar MOD and the Blogs MOD. Then i'll be converting them to work with Speedball2 
Not for the next week or two tho, as i'm going back into hosp soon for more chemo.
But, anyway, back to what i wanted to ask. Would you mind, when i rip your code up, if i add some parts (like the side bar, and Blog MOD) to SnitzBitz, but working with Speedball? I'd say they come from your forum  |
De Priofundus Calmo Ad Te Damine |
 |
|
Etymon
Advanced Member
    
United States
2393 Posts |
Posted - 16 June 2004 : 00:59:44
|
Thank you, marcel, for the code offering!! 
I'll take a look at it and offer support where I can. I learn a lot from studying other code, especially when I am in a jam ... (ugh, PeeWee.Inc, it sounds as if you are tearing meat from a corpse by saying "ripping" - makes me think of horror films! j/k)
I'm on a dial-up, and I don't log in here at Snitz or anywhere else much anymore. When I come across something in your code that looks amiss, I'll give you a shout if I can.
For the download link in your forum you might want to write some code that omits the link if the person reading it is not logged in. It seemed to be a bit of a tease to me as I couldn't download the zip via the link (beacuse it wouldn't accept the username/password) unless I logged into the forum first.
Then when I did log in and click the download link, I didn't need to enter anything because the username was prefilled and the password was also prefilled with what I presumed to be the encrypted version of the member password (and it would be a far stretch for anyone to know that by heart. ).
I think I have seen this phenomenon also on Crash's forum (don't quote me though ). I held my jaw in a twisted way the first time I saw it. LOL! I'll take a look at it and see what I can come up with for you. 
Cheers,
Etymon |
Edited by - Etymon on 16 June 2004 01:16:43 |
 |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 16 June 2004 : 02:16:35
|
PeeWee, I wouldn't mind at all!!! In fact, I would be very glad if they are transformed into Speedball versions! Oxled V2 is planned to be fully CSS'ed and virtually 'glitchfree', so if you make the CSS versions of those mods, it would be marvelous!
Go ahead and rip the code apart!
quote: For the download link in your forum you might want to write some code that omits the link if the person reading it is not logged in. It seemed to be a bit of a tease to me as I couldn't download the zip via the link (beacuse it wouldn't accept the username/password) unless I logged into the forum first.
Then when I did log in and click the download link, I didn't need to enter anything because the username was prefilled and the password was also prefilled with what I presumed to be the encrypted version of the member password (and it would be a far stretch for anyone to know that by heart. ).
I think I have seen this phenomenon also on Crash's forum (don't quote me though ). I held my jaw in a twisted way the first time I saw it. LOL! I'll take a look at it and see what I can come up with for you.
Etymon, thanks for your offer! You are right, that's certainly something that needs to be changed! |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 16 June 2004 02:26:56 |
 |
|
Etymon
Advanced Member
    
United States
2393 Posts |
Posted - 16 June 2004 : 03:08:16
|
sidebar.asp
Problems with strWeatherIMGUrl and strwebradioIMGUrl ... calling for an image outside of the forum causes the dialup window to appear each time the forum is reloaded.
(Note:: The code below has been edited so that this topic has a smaller horizontal scroll bar at the bottom of the browser.)
On lines 931 and 948 comment out the following while testing the Oxle forum:
Line 931
<a href=""" & strWeatherIMGLinkTo & """ target=_blank>
<img valign=""center"" src="""& strWeatherIMGUrl & """ BORDER=""0"">
</a>
Like this:
'Response.Write "<a href=""" & strWeatherIMGLinkTo & """ target=_blank>
<img valign=""center"" src="""& strWeatherIMGUrl & """ BORDER=""0"">
</a>" & vbNewLine
Response.Write " </td>" & vbNewLine & _
Line 948
<a href=""" & strwebradiourl & """ target=_blank>
<img valign=""center"" src="""& strwebradioIMGUrl & """ BORDER=""0"">
</a>
Like this:
'Response.Write "<a href=""" & strwebradiourl & """ target=_blank>
<img valign=""center"" src="""& strwebradioIMGUrl & """ BORDER=""0"">
</a>" & vbNewLine
Response.Write " </td>" & vbNewLine & _
Etymon
|
Edited by - Etymon on 20 June 2004 02:01:45 |
 |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 16 June 2004 : 04:02:38
|
You can also disable the Weather Mod and Web Radio mod in the Sidebar settings (Admin Options) |
portfolio - linkshrinker - oxle - twitter |
 |
|
Etymon
Advanced Member
    
United States
2393 Posts |
Posted - 16 June 2004 : 04:11:39
|
quote: Originally posted by marcelgoertz
You can also disable the Weather Mod and Web Radio mod in the Sidebar settings (Admin Options)
I think that was in the ReadMe.htm file. 
|
 |
|
serritzlev
Junior Member
 
Denmark
291 Posts |
Posted - 16 June 2004 : 16:35:07
|
Hi there is there one there have the Dbs script to the sidebar mod and post it here else email that to me. |
|
 |
|
Etymon
Advanced Member
    
United States
2393 Posts |
Posted - 17 June 2004 : 00:53:38
|
I looked at the download link in the topic, marcel. I couldn't think of a simple, easy way to modify it so that non-members just get text. |
 |
|
MarcelG
Retired Support Moderator
    
Netherlands
2625 Posts |
Posted - 17 June 2004 : 04:49:29
|
There's no dbs script for the sidebar mod. You have to run the Sidebar Configuration ; it creates the entries in CONFIG_NEW. |
portfolio - linkshrinker - oxle - twitter |
 |
|
serritzlev
Junior Member
 
Denmark
291 Posts |
Posted - 17 June 2004 : 07:40:04
|
Yes i understand. I have our code up and run white multilanguery and switz bethwin my css file and lang file on my test fora on my IIS (not Upload to host)( and i have rewrite my header and footer to use our Crash code and my db ). The next step is to integrate this to my page else upload that as one fora more to test. Yes i realy low this mode forums but it is buld on old ( wery old Crash code ( i have use this code, after i convert from serverhacker to crash fore more than 2 years ago ) before i convert to images code ))) I use the lates from image v3.4.04 white lot of mods.
Thanks marcelgoertz i have get lot of stuff to works white.
|
|
 |
|
Topic  |
|