Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-08-2011, 01:28 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How Do I Find My Forum Path?

I'm trying to run the installation file but I don't know how to find my forum path.

The instruction says:

But I don't know where my forum path is.

Please let me know.
Reply With Quote
  #2  
Old 07-08-2011, 01:35 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure exactly what you're asking for, but I think maybe it means the url to get to your forum, so if your home page was http://www.somedomain.com/forum/index.php, your forum path would be http://www.somedomain.com/forum.

It could also mean the directory path on the server to get to your files. If that's the case then you'd have to ask your host.
Reply With Quote
  #3  
Old 07-08-2011, 02:07 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to run an installation. I know I've done it before but I just can't remember.

Someone told me to check under php info but where there?

Please help
Reply With Quote
  #4  
Old 07-08-2011, 02:16 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So you think what you need is the path on the server? I don't see that in phpinfo, but maybe you could create a php file with this:

PHP Code:
<?php

echo getcwd();

put it in your forum directory and point your browser to it.

ETA: or you could look at what KW802 posted in the other thread.
Reply With Quote
  #5  
Old 07-08-2011, 02:17 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry I'm new to this.. How do I create a php file with that?
Reply With Quote
  #6  
Old 07-08-2011, 02:19 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'd use any editor like maybe notepad, paste that into it and save it as a .php file, then upload it to your forum directory.

But look at what KW802 posted in the other thread - if './forum' doesn't work, I think they have a .php file that you can download that probably does the same thing.
Reply With Quote
  #7  
Old 07-08-2011, 02:43 PM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

  1. Go to AdminCP > Plugins & Products > Add New Plugin
  2. Set the fields as shown (if you don't see something listed, you can leave the default value):

    Hook Location: global_bootstrap_init_start
    Title: Forum Path
    Plugin PHP Code:
    PHP Code:
    if ($_REQUEST['do'] == 'path') { var_dump(dirname(__FILE__)); exit; } 
    Plugin is Active: Yes
  3. Save the plugin.
  4. Visit to your forum's index and add
    Code:
    ?do=path
    to the url, and press enter. The result should be your forum path.
  5. Delete the plugin you just made.
Reply With Quote
  #8  
Old 07-08-2011, 03:22 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks kh99 and Lancer, I tried to that, but it seems I'm still stuck

I'm using Cpanel and I'm trying to run an installation

I Googled something, and I saw this- https://www.vbulletin.com/forum/arch.../t-147635.html

I'm confused: Should I put my website on the base? or the cpanel account?
Reply With Quote
  #9  
Old 07-09-2011, 05:09 AM
ForumExcellence ForumExcellence is offline
 
Join Date: Mar 2011
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To run the vbAdvanced installer, go to your forum, then scroll all the way down.

At the bottom of the page on the righthand side, you will see the word "Admin". Click that to go to what is called the Admin Control Panel or AdminCP/ACP for short.

In the browser address bar (this is at the top of your browser, where you see the URL of the site, for example it displays https://vborg.vbsupport.ru/showthread.php?t=266471 currently - if you are having trouble locating it, this page should help you find it: http://en.wikipedia.org/wiki/Address_bar), you will see the domain of your site, then at the end of the URL you will see this: /admincp/index.php

Highlight the part that says "index.php" and change it to: vbacmps_install.php

So the end of the URL will look like this: /admincp/vbacmps_install.php

Keep everything else the same except changing "index.php".

Then press enter, and it should run if you uploaded the file.
Reply With Quote
  #10  
Old 07-11-2011, 05:20 AM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much Forum Excellence! I didn't know it was that easy..

I appreciate it much. respect
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07: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.04263 seconds
  • Memory Usage 2,252KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete