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)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

Zero Tolerance 02-27-2005 05:42 PM

Quote:

Originally Posted by Mechanical Mind
Great. Thank you. I looked at the first post and I figured that's what "You may install v2.2 fresh" meant, but I wasn't sure...

Thanks again... :classic:

mm

Not a problem at all, anything to help :)

- Zero Tolerance

Mechanical Mind 02-27-2005 05:54 PM

Before I get started with the installation of vBchat 2.2, I do have one concern...

My admincp folder on my server is NOT named "admincp". This has caused problems with many hacks that I have installed in the past. I do ALSO have an "admincp" folder, which is empty, but is used as a location for hacks that need that location.

Is this going to be a problem? Does anyone have any suggestions on this, in general? I'm assuming the instructions for the installation will say to upload certain files to admincp, should I then upload them into the empty admincp folder or should I upload them into my "renamed" admincp folder?

I hope this question isn't too confusing or poorly worded.

RMS-Chef 02-27-2005 06:00 PM

Quote:

Originally Posted by Mechanical Mind
Before I get started with the installation of vBchat 2.2, I do have one concern...

My admincp folder on my server is NOT named "admincp". This has caused problems with many hacks that I have installed in the past. I do ALSO have an "admincp" folder, which is empty, but is used as a location for hacks that need that location.

Is this going to be a problem? Does anyone have any suggestions on this, in general? I'm assuming the instructions for the installation will say to upload certain files to admincp, should I then upload them into the empty admincp folder or should I upload them into my "renamed" admincp folder?

I hope this question isn't too confusing or poorly worded.

My admincp folder is always named something other than default "admincp". I have never had any issues with just putting the items that are supposed to go into admincp into my renamed folder and just run everything as you normally would from in there.

Zero Tolerance 02-27-2005 06:01 PM

Quote:

Originally Posted by Mechanical Mind
Before I get started with the installation of vBchat 2.2, I do have one concern...

My admincp folder on my server is NOT named "admincp". This has caused problems with many hacks that I have installed in the past. I do ALSO have an "admincp" folder, which is empty, but is used as a location for hacks that need that location.

Is this going to be a problem? Does anyone have any suggestions on this, in general? I'm assuming the instructions for the installation will say to upload certain files to admincp, should I then upload them into the empty admincp folder or should I upload them into my "renamed" admincp folder?

I hope this question isn't too confusing or poorly worded.

That's not a problem at all, the files your supposed to upload to admincp/ directory, simply upload to the directory you use for the Admin CP, the directory is auto detected for the XML file reading to install templates, so there shouldn't be a problem at all, just whenever the installation refers to "admincp/", just ignore that and use your current directory name :)

- Zero Tolerance

JAYEMULE 02-27-2005 06:42 PM

Sorry to frustrate you but, I just don't seem to be able to get the admin cp link. I have checked out the admincp index.php several times and I am just sure I placing the code as instructed. For some reason this one part I just can't get right. Otherwise the program works GREAT and I do want to get it onto my public forum. Would there be a screen shot to look at someplace as to just how the code should look in the admin cp index.php ? Maybe I do need a picture afterall ;)
Thanks again for this great hack and for the support to us less knowledgable.
This is how it looks after I am done, if this helps you any to see what I may have done incorrectly;

(can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();
}

// *************************************************$printhr = true ;
construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ;
construct_nav_option ( 'Banned Usergroups', 'admin_vbchat.php?do=banned_groups', '<br />' ) ;
construct_nav_option ( 'Banned Users', 'admin_vbchat.php?do=banned_users', '<br />' ) ;
construct_nav_option ( 'Usergroup Permissions', 'admin_vbchat.php?do=group_perms', '<br />' ) ;
construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ;
construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ;
construct_nav_group ( 'vBChat Control', '<hr />' ) ;
$printhr = false;

$printhr = false;
if (can_administer('canadminstyles'))
{
$printhr = true;
construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />');
construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />');
construct_nav_option($vbphrase['replacement_variable_manager'], 'replacement.php?do=modify', '<br />');
construct_nav_option($vbphrase['download_upload_styles'], 'template.php?do=files', '<br />');
construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />');
construct_nav_group("$vbphrase[styles] &amp; $vbphrase[templates]", '<hr />');
}
// ***
if (can_administer('canadm


Jaye

Zero Tolerance 02-27-2005 06:46 PM

Quote:

Originally Posted by JAYEMULE
Sorry to frustrate you but, I just don't seem to be able to get the admin cp link. I have checked out the admincp index.php several times and I am just sure I placing the code as instructed. For some reason this one part I just can't get right. Otherwise the program works GREAT and I do want to get it onto my public forum. Would there be a screen shot to look at someplace as to just how the code should look in the admin cp index.php ? Maybe I do need a picture afterall ;)
Thanks again for this great hack and for the support to us less knowledgable.

Jaye

Well it seems to be a real easy edit, im not too sure where your going wrong with it, i posted a screenshot below, if that doesn't help PM me, and i'll manually edit index.php for you with your consent. :)

PS: The bit in red is the code your required to add.

- Zero Tolerance

JAYEMULE 02-27-2005 06:50 PM

yes it is a very easy edit and I don't why I am having a hard time getting it. This is not the first time I have installed a hack but I am just not getting something right. I pasted a copy of what mine looks like in my previous post.
Thanks kindly,

Jaye

JAYEMULE 02-27-2005 06:53 PM

OK I see the difference I think. I will go back and edit again. I think I placed it in the wrong place :)

Jaye

Zero Tolerance 02-27-2005 06:53 PM

Well apart from $printhr = true; been on a comment line (which doesn't matter), i can see no errors at all with it.

You say this is a test forum, on your computer or hosted?
If hosted i could take a look, right now im clueless as to why its not appearing, the code is correct from what i can see.

- Zero Tolerance

JAYEMULE 02-27-2005 07:09 PM

OK I am just baffled. I have to go feed the barn critters and fix dinner but when I get back I will work on it some more. In the meantime I will PM you the particulars so you might help me. I really want to get this on my public forum but need to understand what I am doing wrong so i don't do it again :)

Thanks so much for the help.

Jaye


All times are GMT. The time now is 08:41 PM.

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.02184 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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