vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBXirc (https://vborg.vbsupport.ru/showthread.php?t=59612)

Erwin 10-12-2004 05:09 AM

Quote:

Originally Posted by Mattius
YA! it worked :) anyone else having this problem, try and download the latest SUN java runtime...

at http://java.sun.com/j2se/1.4.2/download.html

Thx Zachery and everyone for your advice :)

For PJIRC use the SUN java rather than the Microsoft one. At least they recommend it on their support site. :)

parajsa 10-13-2004 11:09 AM

Hey guys take a look to the vBXirc_2-5-2.zip file, it seems to be corrupted :(

HaloImpulse 10-13-2004 01:36 PM

any way to get my headers, etc, to work?

Zachery 10-13-2004 04:07 PM

Quote:

Originally Posted by HaloImpulse
any way to get my headers, etc, to work?

copy the header from header to vbxirc_header ;)

And the zip is working fine.

HaloImpulse 10-14-2004 12:28 AM

and footer mb?

HaloImpulse 10-14-2004 12:34 AM

wait.. vbxirc_header?
wherse that

Zachery 10-14-2004 01:00 AM

its a template, in the style manager.

HaloImpulse 10-14-2004 03:00 AM

i dont have it... :-/

I ran the installer too.

HaloImpulse 10-14-2004 03:02 AM

nvm!! I did see the xirc catagory!! /me shoots himself!

now none of the images work :-D. mb add . in front of all the /s ?

HumanNature 10-16-2004 05:09 PM

Quote:

Originally Posted by Zachery
And i know you havent asked me about redistbuting any of my files :)

What?

I just was offering you my translation to the Spanish, I thought that may be you can be interested in this in order to include it in your download, I wasn?t redistributing anything, I was offering you (Zachery and just Zachery) this file.

Sometimes some things are unbeliables...

Mezzair 10-19-2004 07:15 PM

Hello Folks,

Im having some real trouble installing this, im a vbulletin N00b so greatest aplogies.

Well this is the result: http://www.corefm.net/forums/chat/

Anyhelp will be greatly apreacted.

The error:

Code:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/corefm/public_html/forums/includes/init.php on line 517

Unable to add cookies, header already sent.
File: /home/corefm/public_html/forums/includes/init.php
Line: 517


HaloImpulse 10-19-2004 07:35 PM

my header images still are of no working status :-/

Zachery 10-19-2004 07:44 PM

Quote:

Originally Posted by HaloImpulse
my header images still are of no working status :-/

COPY HEADER TEMPLATE TO VBXIRC_HEADER TEMPLATE

Mezzair 10-21-2004 08:14 AM

Quote:

Originally Posted by Mezzair
Hello Folks,

Im having some real trouble installing this, im a vbulletin N00b so greatest aplogies.

Well this is the result: http://www.corefm.net/forums/chat/

Anyhelp will be greatly apreacted.

The error:

Code:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/corefm/public_html/forums/includes/init.php on line 517

Unable to add cookies, header already sent.
File: /home/corefm/public_html/forums/includes/init.php
Line: 517


Anyideas anyone? :ermm:

Zachery 10-21-2004 02:40 PM

Quote:

Originally Posted by Mezzair
Anyideas anyone? :ermm:

What did you use to edit the files?

Mezzair 10-21-2004 04:14 PM

Quote:

Originally Posted by Zachery
What did you use to edit the files?

Dreamweaver and notepad.

HaloImpulse 10-22-2004 01:41 PM

Quote:

Originally Posted by Zachery
COPY HEADER TEMPLATE TO VBXIRC_HEADER TEMPLATE


I did :-/

It has all the place holders and stuff, just none of the images work

http://haloimpulse.com/forums/chat


its cuz its looking for the images in chat

http://www.haloimpulse.com/forums/chat/images/

when they are located in

http://www.haloimpulse.com/forums/images/

all my image links are relative, is this the reason?


I think this is the same reason that none of the links work either

Mezzair 10-23-2004 01:16 PM

Quote:

Originally Posted by Mezzair
Hello Folks,

Im having some real trouble installing this, im a vbulletin N00b so greatest aplogies.

Well this is the result: http://www.corefm.net/forums/chat/

Anyhelp will be greatly apreacted.

The error:

Code:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/corefm/public_html/forums/includes/init.php on line 517

Unable to add cookies, header already sent.
File: /home/corefm/public_html/forums/includes/init.php
Line: 517


Still no luck folks, its ticking me off big time, would anyone care to help me re-install this?

traderx 10-24-2004 05:48 PM

Hello... I just did all of the instructions and used the installer, all correct... I had hoped.

But when I click on either 'chat' links. I get a window that only shows links that have vb phrases... see attachment below, or http://www.4xtraders.com/forum/chat/index.php?

EDIT
I would like to have it run on a irc server from my house, could this be done? And if so what would I add to do so as I have a dynamic ip

Thanks
Coll

G3MM4 10-29-2004 01:32 PM

OK I posted the same over at Geeky Designs but haven't had a reply there yet.

So I'll post here too.

Code:

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>


The above code wasn't found in the navbar template (in the Style Options in the ACP) via the Find window or manually.



The instructions states I need to find this bit of code so I can add



Code:

<td id="chat" class="vbmenu_control"><a href="#chat">Chat</a> <script type="text/javascript"> vbmenu_register("chat"); </script></td>


after it. Is there an alternative? I'm using vB 3.0.3 with no other hack installed apart from a skin made by eXtremepixels (I don't know if that skin has altered the code a bit).



Thanks.

Zachery 10-29-2004 11:37 PM

Well did you find anything like that at all in the navbar template?

Zerg 10-30-2004 12:45 AM

Quote:

Originally Posted by Sanni
Hi Zachery I am having a slight problem. I installed the hack fine on my dev server and it works like an absolute charm but am having troubles getting it to work in my prod server. The installation script didnt come back with any errors but i get the following database error when trying to launch vbxirc:

Code:

<!--
Database error in vBulletin :

Invalid SQL:
        SELECT * FROM vb3_style
        WHERE (styleid = 0 AND userselect = 1)
                OR styleid =
        ORDER BY styleid ASC
        LIMIT 1

mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY styleid ASC
        LIMIT 1' at line 4

mysql error number: 1064

any ideas on what might be causing this?

how did you get this to work, i have been trying for hours. what did you do?

Zachery 10-30-2004 01:43 AM

Quote:

Originally Posted by Zerg
how did you get this to work, i have been trying for hours. what did you do?

Are you running php5 by any chance?

Zerg 10-30-2004 02:38 PM

Quote:

Originally Posted by Zachery
Are you running php5 by any chance?

yes i am, is it a lot of work to make it work?

whatever came with the apache2triad latest version, i normaly use linux for servers, but in this case, it has to be the windows box..

Zachery 10-30-2004 03:31 PM

Quote:

Originally Posted by Zerg
yes i am, is it a lot of work to make it work?

whatever came with the apache2triad latest version, i normaly use linux for servers, but in this case, it has to be the windows box..

Hmm there is an issue with it, and I am not sure I will see about a fix later today.

Zerg 10-30-2004 11:22 PM

thank you, that would be great of you..

G3MM4 10-30-2004 11:34 PM

Quote:

Originally Posted by Zachery
Well did you find anything like that at all in the navbar template?

Not that I can see, unless I'm missing something.

This is the navbar template as it is:

Code:

<script type="text/javascript">
<!--
function log_out()
{
 ht = document.getElementsByTagName("html");
 ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
 if (confirm('$vbphrase[sure_you_want_to_log_out]'))
 {
  return true;
 }
 else
 {
  ht[0].style.filter = "";
  return false;
 }
}
//-->
</script>
<br />
 
 

                <!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" border="0" cellpadding="0" cellspacing="0">
  <tr>
        <td width="170" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/firmament_front_table_top_ls.gif" width="170" height="27" alt=" " border="0" /></td>
        <td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" align="center"></td>
        <td width="170" height="27" align="right" valign="top"><img src="$stylevar[imgdir_misc]/firmament_front_table_top_rs.gif" width="170" height="27" alt=" " border="0" /></td>
  </tr>
</table>
                <!-- End top category table setup -->
         
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="alt1" width="100%">
  <if condition="is_array($navbits)">
  <table cellpadding="0" cellspacing="0" border="0">
  <tr valign="bottom">
        <td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
        <td>&nbsp;</td>
        <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
  </tr>
  <tr>
        <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
  </tr>
  </table> 
  <else />
  <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
  </if>
 </td>
 
 <if condition="$bbuserinfo['userid']">
 
  <td class="alt2" valign="top" nowrap="nowrap">
  <div class="smallfont">
  <!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
  <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
  <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
  <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
  </div>
  </td>
 
 <else />
 
  <td class="alt2" nowrap="nowrap" style="padding:0px">
 
  <!-- login form -->
  <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
  <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
  <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
  <tr>
  <td class="smallfont">$vbphrase[username]</td>
  <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
  <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
  </tr>
  <tr>
  <td class="smallfont">$vbphrase[password]</td>
  <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
  <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
  </tr>
  </table>
  <input type="hidden" name="s" value="$session[sessionhash]" />
  <input type="hidden" name="do" value="login" />
  <input type="hidden" name="forceredirect" value="1" /> 
  <input type="hidden" name="vb_login_md5password" />
  </form>
  <!-- / login form -->
 
  </td>
 
 </if>
 
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
 
 
 
 
        <!-- bottom table setup -->
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
                <td width="60" height="14" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_bottom.gif" width="60" height="14" alt="" /></td>
                <td height="14" width="100%" style="background-image:url($stylevar[imgdir_misc]/extended_main_table_bottom.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="14" alt="" /></td>
                <td width="44" height="14" align="right" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_bottom.gif" width="60" height="14" alt="" /></td>
          </tr>
        </table>
  <!-- End bottom table setup -->
<div style="padding: 7px 7px 7px 7px;"></div>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
div class="vbmenu_popup" id="chat_menu" style="display:none">
 <table cellpadding="4" cellspacing="1" border="0">
  <tr><td class="thead">Chat</td></tr>
  <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td></tr>
  <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td></tr>
 </table>
</div>
<!-- / chat links -->
 
 <if condition="$show['searchbuttons']">
 <!-- header quick search form -->
 <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
  <table cellpadding="4" cellspacing="1" border="0">
  <tr>
  <td class="thead">$vbphrase[search_forums]</td>
  </tr>
  <tr>
  <td class="vbmenu_option" title="nohilite">
  <form action="search.php" method="post">
        <input type="hidden" name="do" value="process" />
        <input type="hidden" name="showposts" value="0" />
        <input type="text" class="bginput" name="query" size="20" />$gobutton<br />
  </form>
  </td>
  </tr>
  <tr>
  <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
  </tr>
  </table>
 </div>
 <!-- / header quick search form -->
 </if>
 <if condition="$show['member']">
 <!-- user cp tools menu -->
 <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
  <table cellpadding="4" cellspacing="1" border="0">
 
  <tr><td class="thead">$vbphrase[quick_links]</td></tr> 
  <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
  <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
  <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
       
  <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
  <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
  <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
  <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
  <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
 
  <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
  <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
  <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
  <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
  <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
 
  </table>
 </div>
 <!-- / user cp tools menu -->
 </if>
<!-- / NAVBAR POPUP MENUS -->
</if>


Zerg 10-31-2004 05:10 PM

Quote:

Originally Posted by Zachery
Hmm there is an issue with it, and I am not sure I will see about a fix later today.

Sanni sent me a fix for this, i will post it here incase others need it..

in init.php add:


Code:

                    if (!is_array($specialtemplates)) {
                                $specialtemplates = array();
                        }

above:

Code:

$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',


thank you very much Sanni, works great..

ffnetwork 10-31-2004 05:13 PM

I have a problem, I really dont have a clue what to do to fix it

Code:

Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/juan/public_html/forums/global.php on line 18

Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/juan/public_html/forums/global.php on line 18


Zachery 10-31-2004 06:03 PM

Quote:

Originally Posted by Zerg
Sanni sent me a fix for this, i will post it here incase others need it..

in init.php add:


Code:

                    if (!is_array($specialtemplates)) {
                                $specialtemplates = array();
                        }

above:

Code:

$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',


thank you very much Sanni, works great..

What does that fix?

Zerg 11-01-2004 12:07 AM

Quote:

Originally Posted by Zachery
What does that fix?

fixes the problem i was having with this..
https://vborg.vbsupport.ru/showpost....&postcount=662


now it works no problem on my site, with php 5 and apache2

G3MM4 11-02-2004 08:53 PM

OK, I've been and reinstalled the board on my website because I wanted a different folder structure. So I successfully installed this hack on the vB skin, but is there meant to be a control group in the ACP for vBxIRC? Because if there is meant to be one, it isn't showing up at all in my ACP.

Zachery 11-02-2004 09:27 PM

Quote:

Originally Posted by G3MM4
OK, I've been and reinstalled the board on my website because I wanted a different folder structure. So I successfully installed this hack on the vB skin, but is there meant to be a control group in the ACP for vBxIRC? Because if there is meant to be one, it isn't showing up at all in my ACP.

It should be under vBulletin options

G3MM4 11-02-2004 10:41 PM

Ah found it, thank you!!! :)

G3MM4 11-03-2004 12:08 AM

The only thing is that the chat link on the forums doesn't show up in the custom skin I've got (Firmament by eXremepixels). What do I do to make the Chat link show up? You'll see what I mean if you go to www.gamehub.co.uk/forums/index.php.

Zachery 11-03-2004 03:04 PM

Quote:

Originally Posted by G3MM4
The only thing is that the chat link on the forums doesn't show up in the custom skin I've got (Firmament by eXremepixels). What do I do to make the Chat link show up? You'll see what I mean if you go to www.gamehub.co.uk/forums/index.php.

You would need to add a link to it or make a button in the header and link it there. This is not somthing i can help with really.,

G3MM4 11-03-2004 05:24 PM

Hmmm until I figure out how to do a button with a link (First time I've had to do this) I think I'll have to post a link in the forums itself. Thanks for the help so far anyway.

MojoNixon 11-03-2004 10:16 PM

Hi,

what about the security on this script? does it transfer any passwords or something like that to verify the User Name in Login?

EDIT:

Hi, just want to say a big Thank You!!! I installed it without problems in my board and it works very fine for me and the members. :-)

Thanks a lot,

Mojo

Zachery 11-04-2004 11:39 AM

Quote:

Originally Posted by MojoNixon
Hi,

what about the security on this script? does it transfer any passwords or something like that to verify the User Name in Login?

EDIT:

Hi, just want to say a big Thank You!!! I installed it without problems in my board and it works very fine for me and the members. :-)

Thanks a lot,

Mojo

Nope, no passwords are sent anywhere.

R1chardYoung 11-10-2004 12:10 PM

Hi,

Installed fine, working nearly..... Does everything but pass the username across to IRC so everyone is coming in as Guest_??? Any ideas what this can be?


All times are GMT. The time now is 06:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02124 seconds
  • Memory Usage 1,882KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete