Home AgeRage.net Forum Cheats News Hosting Shop About Links


Links
shop

download

facebook
Go Back   AgeRage.net Forum > ..::General AgeRage::.. > Designers Studio > Web Development & Designing


Thread: PHP Snippet on how to setup automated MYSQL Backup
Web Development & Designing Got any web designing skills? Or maybe a question about a script that doesn't work? Use this forum to talk about this type of thing.

Reply

 
LinkBack Thread Tools


  #16 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 01-09-2006, 12:10
AgeRage Founder
thank ya

Reply With Quote

AgeRage.net Shop - Buy your valid CD-Keys

  #17 (permalink)  
Join Date: 09 Mar 2005
Location: www.agerage.net/forums
Posts: 3,897
Skyline_R34's Avatar
Old 01-09-2006, 13:44
The Adminorator
Well, it doesn't seem to be working for the T-F backups. I am going to recheck everything and make I inserted all the right values before blaming the script.
Reply With Quote
  #18 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 01-09-2006, 14:23
AgeRage Founder
i think it is a problem with servage's server or something.

Reply With Quote
  #19 (permalink)  
Join Date: 26 Jan 2005
Location: Book of Shadows
Age: 20
Posts: 303
marinello's Avatar
Old 01-09-2006, 15:46
Dark Lord
works for my website. I wanna thank you for sharing this.
Reply With Quote
  #20 (permalink)  
Join Date: 09 Mar 2005
Location: www.agerage.net/forums
Posts: 3,897
Skyline_R34's Avatar
Old 01-09-2006, 16:55
The Adminorator
Hm.. I get the email with the attachment but the attachment is 0Bytes.
Reply With Quote
  #21 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 01-09-2006, 17:25
Golden Dragon
Quote:
Originally Posted by marinello
works for my website. I wanna thank you for sharing this.
Did yu do anything different >.< Aparently it works for everyone whos not on servage.

Reply With Quote
  #22 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 04-09-2006, 10:43
AgeRage Founder
He is not on Servage , that's why. Plus, he's got a very small database and that's why script works for him.

I got word from servage tho, that they will add a new feature which will allow us to get full mySQL backup without timing out or anything.

Reply With Quote
  #23 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 04-09-2006, 15:30
Golden Dragon
That's why I said it only works for people not on servage since his site isn't :o

Reply With Quote
  #24 (permalink)  
Join Date: 23 Sep 2005
Location: AgeRage.net Cosmos
Posts: 106
V|K|NG-babo[PT]'s Avatar
Old 04-09-2006, 15:48
Magician Apprentice
You may want to protect this script using .htaccess so no one else can access it. Dont use a common name like backup.php or something like that. You can do the same for other files like admin.php etc...

You can protect the file name and restrict access, heres an example using the .htaccess file:


Code:
<Files backup.php>
order deny,allow
deny from all
allow from myisp.com
allow from 10.0.*
allow from *.myisp.com
</Files>
or

Code:
<Files /user/www/backup.php>
order deny,allow
deny from all
allow from myisp.com
allow from 10.0.*
allow from *.myisp.com
</Files>
You must be very carefull when having these type of scripts on your site. Make sure you secure the files.
http://www.tacopscheats.com/ Site Admin And Owner!

¤- (^_^) Love Your Enemies , It will drive them Crazy o.O -¤

Last edited by V|K|NG-babo[PT]; 04-09-2006 at 18:47..
Reply With Quote
  #25 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 04-09-2006, 15:52
Golden Dragon
^^ good idea, thanks

Reply With Quote
  #26 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 04-09-2006, 21:59
AgeRage Founder
And another good idea, would be to great a new FTP account for the script. Do not use your root's account for the FTP part of the script.

Big thanks to Babo for his htaccess contribute, he is da man in that field

Reply With Quote
  #27 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 04-09-2006, 22:11
Golden Dragon
When is servage adding this "feature" you were talking about.

Reply With Quote
  #28 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 05-09-2006, 10:21
AgeRage Founder
They told me very soon. If i see it on the cpanel, i will let you know.

Reply With Quote
  #29 (permalink)  
Join Date: 27 Jan 2005
Location: Australia, Sydney
Age: 20
Posts: 1,385
Mattoman's Avatar
Old 05-09-2006, 11:16
AR Veteran
1 day i will master php. its too confusing for me :(
Mattoman
http://img134.imageshack.us/img134/1295/nicesigcopyyt4.jpg
Agerage.. Veteran
Reply With Quote
  #30 (permalink)  
Join Date: 26 Jan 2005
Location: Book of Shadows
Age: 20
Posts: 303
marinello's Avatar
Old 05-09-2006, 12:02
Dark Lord
Quote:
Originally Posted by V|K|NG-babo[PT]
You may want to protect this script using .htaccess so no one else can access it. Dont use a common name like backup.php or something like that. You can do the same for other files like admin.php etc...

You can protect the file name and restrict access, heres an example using the .htaccess file:



Code:
<Files backup.php>
order deny,allow
deny from all
allow from myisp.com
allow from 10.0.*
allow from *.myisp.com
</Files>
or


Code:
<Files /user/www/backup.php>
order deny,allow
deny from all
allow from myisp.com
allow from 10.0.*
allow from *.myisp.com
</Files>
You must be very carefull when having these type of scripts on your site. Make sure you secure the files.
__________________
Another great share, you guys pwn. Thanks for it Babo and VF for the tip on the FTP thing.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 17:17.

<

Latest Threads

About AgeRage Forum

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
AgeRage.net - 'Feeding Your Cheating Obsession'