vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Main Control Panel: Including SSH Backup & Restore Through Your AdminCP! (https://vborg.vbsupport.ru/showthread.php?t=50166)

Pollo 04-28-2003 12:40 AM

On a Plesk server, your path to your viewable HTML docs should be:
/home/httpd/vhosts/yourdomain.com/httpdocs

You might want to create a folder below this for backup purposes, such as:
/home/httpd/vhosts/yourdomain.com/forumbackup
-and FTP in to download it to your local machine.

SemperFidelis 05-28-2003 02:02 PM

First up, great hack and thanks for all your efforts in coding it.
Its functions have worked flawlessly.


However, I posted 2 support threads :
https://vborg.vbsupport.ru/showthrea...threadid=52636
and
http://www.vbulletin.com/forum/showt...threadid=72261

And finally, I tracked the issue caused down to this hack and its changes to adminfunctions.php

Replacing this:
Code:

// ###################### Start makeinputcode #######################
 function makeinputcode ($title,$name,$value="",$htmlise=1,$size=35) {
 // makes code for an imput box: first column contains $title
 // second column contains an input box of name, $name and value, $value. $value is "HTMLised"

        if ($htmlise) {
                $value=htmlspecialchars($value);
        }

  echo "<tr class='".getrowbg()."' valign='top'>\n<td><p>$title</p></td>\n<td><p><input type=\"text\" size=\"$size\" name=\"$name\" value=\"$value\"></p></td>\n</tr>\n";
 }

With :
Code:

###################### Start makeinputcode #######################
function makeinputcode ($title,$name,$value="",$htmlise=1,$size=35) {
 // makes code for an imput box: first column contains $title
 // second column contains an input box of name, $name and value, $value. $value is "HTMLised"
 if ($htmlise) {
  $value=htmlspecialchars($value);
 }
  echo "<tr class='".getrowbg()."' valign='top'>\n<td align='left' valign='middle' width='65%'><p>$title</p></td>\n<td align='right' valign='middle' width='35%'><p><input type=\"text\" size=\"$size\" name=\"$name\" value=\"$value\"></p></td>\n</tr>\n";
 }


Is anyone else experiencing this issue ?
And if so do they have a fix for it ?

ajk 11-18-2003 07:22 PM

This is very nice!

I tried the MySQL backup to reinstall.
This is the path I used:
./admin/backup/vbulletin.11.15.sql

I got a "please check maincontrol path"

Can anybody help out?

I also tried it with the full path: public_html/forums/admin/backup/vbulletin.11.15.sql
That syntax just caused a blank screen in the maincontrol.php window.

My host doesn't let me use /public_html/blah...
BTW, the file I am importing is 147MB.

Thank you!

Red Blaze 02-12-2004 02:50 PM

I guess I get the same thing as ajk.
I have a back up and I want to overwrite the current database.
I give it the fullpath to the .sql file and also gives me what ajk got. I do have the SSH active, so what else is missing?

gmarik 02-16-2004 03:14 PM

Man, if this would be on vB3 ... wow

o0stephane0o 10-30-2004 08:01 AM

Can“t you port it to vb3?

o0stephane0o 12-01-2004 03:55 PM

I guess you can?t :(


All times are GMT. The time now is 02:08 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.01029 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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