Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: OnlineVideos 1.1
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 7

Woodie333
Starting Member

USA
19 Posts

Posted - 17 April 2009 :  16:28:30  Show Profile  Visit Woodie333's Homepage  Reply with Quote
I have installed this MOD a few times now and I can't get it to work, the buttons show and insert code when clicked, however nothing shows up when previewing or posting, no viewer, no video. Could someone please help, Thanks

SBPT Poker Talk
Snitz Forums 2000 Version 3.4.07
MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper-
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 17 April 2009 :  17:26:07  Show Profile  Reply with Quote
Check that inc_header.asp is correct, I had the same problem with the same error as you, inc_header was the problem, if memory serves me right it was the include file, for some reason a few have missed it, not sure if its a brain teaser but carefully check it.
Go to Top of Page

Woodie333
Starting Member

USA
19 Posts

Posted - 17 April 2009 :  23:02:29  Show Profile  Visit Woodie333's Homepage  Reply with Quote
Just checked everything and can't find anything wrong. My guess is that it has something to do with the js file???? maybe where it is placed because my forum is in sub folder. I did try multiple locations for the js file however I don't know if I would have to change any code to tell it's location. I also just noticed that the instructions state that there are 9 files that need to be updated, there are only 6 listed in the instructions. Did I miss something here? Thanks for your help.

SBPT Poker Talk
Snitz Forums 2000 Version 3.4.07
MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper-

Edited by - Woodie333 on 17 April 2009 23:03:01
Go to Top of Page

MikeB.Lynn
New Member

54 Posts

Posted - 18 April 2009 :  00:32:17  Show Profile  Reply with Quote
The js file goes into your forum directory.
Not seeing the posts in preview or posting is beacuse your missing the:
Response.Write "<script type=""text/javascript"" src=""video.js""></script>"
in the inc_header.asp and the inc_header_short.asp
Go to Top of Page

Woodie333
Starting Member

USA
19 Posts

Posted - 18 April 2009 :  10:39:29  Show Profile  Visit Woodie333's Homepage  Reply with Quote
Here is the .txt file if some could please look at them
http://www.creativecabinets.com/inc_header.txt
http://www.creativecabinets.com/inc_header_short.txtThanks for your help

SBPT Poker Talk
Snitz Forums 2000 Version 3.4.07
MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper-
Go to Top of Page

MikeB.Lynn
New Member

54 Posts

Posted - 18 April 2009 :  14:58:16  Show Profile  Reply with Quote
Woodie-
The only difference between your inc_header.asp and mine is
you have:
%>
<!--#INCLUDE FILE="inc_func_common.asp" -->
<%

if strShowTimer = "1" then
'### start of timer code



I have:
%>
<!--#INCLUDE FILE="inc_func_common.asp" -->
<!--#INCLUDE FILE="inc_js.asp" -->
<%

if strShowTimer = "1" then
'### start of timer code
also I have:
Response.Write "<script type=""text/javascript"" src=""video.js""></script>"
under both instances of:
'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<meta name=""copyright"" content=""This Forum code is Copyright (C) 2000-05 Michael Anderson, Pierre Gorissen, Huw Reddick and Richard Kinser, Non-Forum Related code is Copyright (C) " & strCopyright & """>" & vbNewline
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT

Can you post the text of the rest of the files that needed to be changed?

Edited by - MikeB.Lynn on 18 April 2009 15:03:53
Go to Top of Page

Woodie333
Starting Member

USA
19 Posts

Posted - 25 May 2009 :  01:10:36  Show Profile  Visit Woodie333's Homepage  Reply with Quote
Update: let me please start by saying thanks for all of you that took the time to look into my problem, my apologies for not getting back to you but I've had some health issues and haven't worked on this for a while. Enough of that, I fixed my problem and here is the solution. The js folder is not the same as the video.js file. This file is in the "ModFiles" folder and without this being placed in the root directory (like the directions clearly state) this mod will not work. I hope that letting the world know of my stupid mistake it will someone in the future.

Thanks again.

SBPT Poker Talk
Snitz Forums 2000 Version 3.4.07
MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper-
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 25 May 2009 :  08:30:44  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Thanks for letting us know what the problem was. Hope you're feeling better.
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 26 May 2009 :  09:15:18  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
I'm way from the forum for a looooong time... I hope that everything is ok now... we have a great community

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"


Go to Top of Page

skpmaniac
Starting Member

United Kingdom
11 Posts

Posted - 05 November 2009 :  09:49:20  Show Profile  Reply with Quote
Hi guys, I seem to having the same issue as 2 other members had, but I have double double checked my code and made sure all the code is in the right place. The video.js is in the root of my forum and the CSS and JS folders are uploaded to the root.

The buttons are visible but nothing happens when you click on them :(

The hyperlink in the bottom left shows javascript:flashv();

Any help would be greatly appreciated.


Not sure if this will make any difference but I am running an IMAGE MODDED Forum

When I place some of the code I have tried it in different places both HEADER files because of the changes made my IMAGE.

Bear in mind I aint a coder, this is just a hobby, so I will try anything, you just have to bear with me ;)

http://www.theparanormalgateway.com

you can login with User and pass of maniac/maniac

Thanks for any advice


UPDATE:
if I had the TAGS manually [ tube ] and [ /tube ] the video works, so its JUST the buttons

42!

Edited by - skpmaniac on 05 November 2009 10:29:04
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 05 November 2009 :  11:09:17  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Since we don't know what he did, we don't support his forum - you'll need to ask for help in Image's support forum.
Go to Top of Page

skpmaniac
Starting Member

United Kingdom
11 Posts

Posted - 05 November 2009 :  11:21:43  Show Profile  Reply with Quote
ok, thanks :(

42!
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 13 November 2009 :  04:30:22  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
I tried loging with maniac/maniac but keep getting invalid user...

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"


Go to Top of Page

puthenveetil
New Member

54 Posts

Posted - 19 November 2009 :  13:40:05  Show Profile  Reply with Quote
Hi,
I tried to add the online video mode.I can preview the post.when i try to post, the page hangs (post_info.asp) and when i look at the post it is empty.That is I can see the wordings etc but no vedio.I think my problem is in my inc_function_common.asp.
Am I doing something wrong here?--functioncChkURLs--
function ChkURLs(ByVal strToFormat, ByVal sPrefix, ByVal iType)
Dim strArray
Dim Counter

ChkURLs = strToFormat

if InStr(1, strToFormat, sPrefix) > 0 Then
strArray = Split(strToFormat, sPrefix, -1)
ChkURLs = strArray(0)

for Counter = 1 To UBound(strArray)
if ((strArray(Counter-1) = "" Or Len(strArray(Counter-1)) < 5) And strArray(Counter)<> "") then
ChkURLs = ChkURLs & edit_hrefs(sPrefix & strArray(Counter), iType)
elseif ((UCase(Right(strArray(Counter-1), 6)) <> "HREF=""") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[IMG]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[URL]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[URL=""") and _
(UCase(Right(strArray(Counter-1), 8)) <> "_BLANK"">") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[WMV]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[TUBE]") and _
(UCase(Right(strArray(Counter-1), 9)) <> "[MYSPACE]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[GVID]") and _
(UCase(Right(strArray(Counter-1), 10)) <> "[METACAFE]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[WMA]") and _
(UCase(Right(strArray(Counter-1), 4)) <> "[QT]") and _
(UCase(Right(strArray(Counter-1), 4)) <> "[RV]") and _
(UCase(Right(strArray(Counter-1), 7)) <> "FLASH]""") and _
(UCase(Right(strArray(Counter-1), 5)) <> "WMV]""") and _
(UCase(Right(strArray(Counter-1), 4)) <> "QT]""") and _
(UCase(Right(strArray(Counter-1), 4)) <> "RM]""") and _
(UCase(Right(strArray(Counter-1), 7)) <> "[FLASH]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[FLV]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "TUBE]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "ftp://") and _
(UCase(Right(strArray(Counter-1), 8)) <> "file:///") and _
(UCase(Right(strArray(Counter-1), 7)) <> "http://") and _

(UCase(Right(strArray(Counter-1), 8)) <> "https://") and _
(UCase(Right(strArray(Counter-1), 5)) <> "SRC=""") and _
(UCase(Right(strArray(Counter-1), 1)) <> "-") and _
(UCase(Right(strArray(Counter-1), 1)) <> "=") and _
(strArray(Counter) <> "")) then

ChkURLs = ChkURLs & edit_hrefs(sPrefix & strArray(Counter), iType)
else
ChkURLs = ChkURLs & sPrefix & strArray(Counter)
end if
next
end if
end function

Any help will be highly appreciated.

Edited by - puthenveetil on 19 November 2009 13:55:40
Go to Top of Page

puthenveetil
New Member

54 Posts

Posted - 20 November 2009 :  18:21:15  Show Profile  Reply with Quote
Hi,
Solved. Need Response.Write "<script type=""text/javascript"" src=""video.js""></script>"under all <!--#INCLUDE FILES in topic.asp to show the images on posts.
This is not mentioned in the instructions for this mod.
Go to Top of Page
Page: of 7 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07