Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
yBackup Details »»
yBackup
Version: 3.7.001, by xixxon xixxon is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.7.3 Rating:
Released: 10-01-2008 Last Update: Never Installs: 34
Additional Files  
No support by the author.

Features : Ybackup - Tool backup your source and database in vbb.Power by NDK Ziper and Sypex Dumper Lite 1.0.8.

Install & Options: please read the file install.html

If you like this MOD, please "Mark As Installed".

Thanks to Yuyu

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-04-2010, 11:08 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, UPDATE for vbb4.x
Reply With Quote
  #23  
Old 03-07-2010, 12:44 AM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How make CRON for this hack?
Reply With Quote
  #24  
Old 03-07-2010, 03:03 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help me create a CRON day for this HACK? I'm trying with the following syntax:

PHP Code:
<?php

error_reporting
(E_ALL & ~E_NOTICE);
if (!
is_object($vbulletin->db)) exit;

@
ignore_user_abort(1);
@
set_magic_quotes_runtime(0);
require_once(
DIR.'/includes/adminfunctions.php');
require_once(
DIR.'/admincp/ybackup_dumper.php');

$command 'exec'// exec, system or passthru
$ybackup_dumper = &new ybackup_dumper($command$vbulletin->ybackup_dumper$vbulletin->options);

$ybackup_dumper->cronBackup();

echo 
'<br />'.$ybackup_dumper->STATUS;
log_cron_action($ybackup_dumper->STATUS$nextitem);

?>
Reply With Quote
  #25  
Old 03-09-2010, 10:04 PM
sgrisole sgrisole is offline
 
Join Date: Oct 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I try to backup the database I get this errors:
Code:
Warning: mkdir() [function.mkdir]: Permission denied in [path]/admincp/ybackup_dumper.php on line 79

Notice: Undefined variable: errfile in /home/mdjbarba/public_html/forums/includes/functions_log_error.php on line 230

Fatal error: Unable to create a directory for printer in [path]/admincp/ybackup_dumper.php on line 79
How can I fix it?
Reply With Quote
  #26  
Old 02-20-2011, 10:28 AM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, i can make CRON yBackup per day.
Reply With Quote
  #27  
Old 05-06-2013, 05:44 PM
Xexiu Xexiu is offline
 
Join Date: May 2008
Location: Barcelona
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Manoel J?nior View Post
Can anyone help me create a CRON day for this HACK? I'm trying with the following syntax:

PHP Code:
<?php

error_reporting
(E_ALL & ~E_NOTICE);
if (!
is_object($vbulletin->db)) exit;

@
ignore_user_abort(1);
@
set_magic_quotes_runtime(0);
require_once(
DIR.'/includes/adminfunctions.php');
require_once(
DIR.'/admincp/ybackup_dumper.php');

$command 'exec'// exec, system or passthru
$ybackup_dumper = &new ybackup_dumper($command$vbulletin->ybackup_dumper$vbulletin->options);

$ybackup_dumper->cronBackup();

echo 
'<br />'.$ybackup_dumper->STATUS;
log_cron_action($ybackup_dumper->STATUS$nextitem);

?>
Did you made up with the cron?

Also I have some errors after upgrading to php 5.4.3. Depected error.
Solution:

Open: includes/adminfunctions_ydumper and find:

Code:
mysql_escape_string
Replace with:

Code:
mysql_real_escape_string
That should do the trick .
Reply With Quote
  #28  
Old 05-01-2015, 05:33 PM
tevbas tevbas is offline
 
Join Date: Jan 2013
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This function is deprecated; use mysql_real_escape_string() instead

for me problemz
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 01:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04082 seconds
  • Memory Usage 2,282KB
  • Queries Executed 22 (?)
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
  • (3)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete