David Brian
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Backupbump
Forum: Everything else WordPress
In reply to: BackupI have made a shell script.
Atleast someone can help me improve it.
I am getting problem in email loop, hosting says permission denied thought the command is working inside the loop if executed manually.backup.sh
/home/user/rar/rar a -m5 -v10000k /home/user/backup.rar /home/user/www/wp-content/* for filename in /home/user/*.rar do echo "Backup-$(date)" | mutt -a $filename -s "Backup-$(date)" [email protected] done; rm /home/user/*.rar
crontab -e
0 20 * * * /home/user/backup.sh
Forum: Everything else WordPress
In reply to: Backupany 1?
Forum: Everything else WordPress
In reply to: BackupWarning: This plugin has not been tested with your current version of WordPress.
Last Updated: 718 days ago
Should I still try it?
Forum: Themes and Templates
In reply to: Modifying ThemeWell i looked the search.php, what it does in my theme is
post the snippet of the each post with images in loop with back and forward arrow. it doesnt search or anything other than it.That wat i wanted, when someone clicks on specific category
it should show snippet of the each post with images in loop with back and forward arrow.Creating an achieve page, is normal achieve like june 2009, july 2009.
?? I copied the code of search.php and pasted in achieve.php
voilla , I got what i wanted ??Thanks a lot for your very very sincere help.
P.S You can now here https://www.entertainmentime.co.cc/category/cricket
Forum: Themes and Templates
In reply to: Modifying ThemeWell the complete theme is ok, only just achieve.php is encrypted.
Is there any way, i can just copy and paste the content of “search.php” to achieve.php, because i think both just shows the snippet of post.
Thanks @songdogtech for your help, and never mind @pseudoxiah he just tried to help me when i said “I didnt find category.php”
Thanks @songdogtech @pseudoxiah
??
Forum: Themes and Templates
In reply to: Modifying ThemeAchieve.php have encrpted data , saying
/* WARNING: This file is protected by copyright law. To reverse engineer or decode this file is strictly prohibited. */
What to do now?
Forum: Themes and Templates
In reply to: Modifying ThemeI dont have category.php in my themes folder, wat to do?