function _phptemplate_variables($hook, $vars) { if (module_exists('advanced_profile')) { $vars = advanced_profile_addvars($hook, $vars); } if (module_exists('advanced_forum')) { $vars = advanced_forum_addvars($hook, $vars); } return $vars; } ?>
|
NavigationUser loginJoin me on TwitterTwitter helps us relieve a lot of stress around the office at times. You should probably join! |
Support UsDonations appreciated. |
ClearAllSMS text in the download
I downloaded your file and was just looking at each file with Notepad.
WTF are all of these hostile comments your program for?
Is that hostility toward the SMS messages or us?
It makes me hesitant to install it seeing them:
----------------------------------------------------
#!/bin/sh
# mpf / matt@utternerd.org (aka mrplastik)
# http://utternerd.org for further details.
# v0.0.2 Clear ALL SMS messages and rebuild valid null db.
# I hate you, all of you - Die goddamnit.
/Applications/CASMS.app/sqlite3 -batch /var/mobile/Library/SMS/sms.db < /Applications/CASMS.app/cleanup.sql
# Enforce file perms - shouldn't be needed.
chown mobile:mobile /var/mobile/Library/SMS/sms.db
chmod 644 /var/mobile/Library/SMS/sms.db
# Refreshes message count, but is not necessary.
killall SpringBoard