From 54e23e00c4071308b30ec293f249dafce3795d3b Mon Sep 17 00:00:00 2001
From: Dennis Suitters
Date: Thu, 1 Sep 2022 22:04:38 +1000
Subject: [PATCH] Version 0.2.18
- Fix wrong thumbnail reference in YouTube JSON response when adding playlist items.
- Adjust date and inventory selection for suggested sale period suggestions.
- Change how versioning is done with patch releases, releases and full frozen versions. Consult [CONTRIBUTING.md](https://github.com/DiemenDesign/AuroraCMS/blob/master/CONTRIBUTING.md) for more information.
- Reduce file access times and latency by combining icons for Administration and Front End into Separate Font files, and combining them directly into the icons stylesheets.
- Improve icons stylesheets, removing unnecessary style declarations.
- Fix Author Social Buttons.
- Modify Events display in Administration to display order based on Start Date of Event in descending order first, then Created Date if the Start Date isn't set.
- Adjust area under footer so it is less obtrusive on the main design.
- Remove HTMLPurifer from front end page processing, as we are already sanitising text input for safe output before database insertion. No point in doing it twice, which helps speed up site rendering.
- Adjust Administration Favicon to use Favicon from theme.
- Restyle Administration area, making it easier to use, and visually improved. Now uses less Styling.
- Fix Descending order for widget referrers.
- Add ctrl+s SaveAll keyboard shortcut, this override's the browser default, but makes it much more user friendly for user's.
- Fix Admin Activity Page not clearing entries.
- Fix Admin Side Menu not showing correct active page.
- Fix Login not using correct variable name for setting theme.
- Replace deprecated filter option "FILTER_SANITIZE_STRING" in favour of "FILTER_UNSAFE_RAW".
- Adjust AuroraCMS logo size, Firefox was showing image too large, pushing elements off page.
- Improve the Accessibility Widget.
- Fix Admin theme switcher displaying both icons if theme not set.
- Fix Schema not encoding single or double quotes, causing issues of malformed Schema Data.
- Add button to Bookings items to copy booking to Job List.
- Fix z-index of elFinder so it opens above Summernote's dialogs.
- Fix reference to Share icon on Administration Content list page.
- Fix wrong icon references in quickedit dropdown.
- Comment out array functions, that look to currently be deprecated or not added to PHP 8.1
- Adjust Administration content dropdowns for status, and stock so they don't appear of the top of elements other than the image.
- Adjust Administraion Tabs font size to avoid wrapping when widget's are present.
- Add Fill style to correctly change the AuroraCMS logo colour when theme modes are changed.
- Fix Administration header menu dropdown styling.
- Fix Safari button styling not rendering button elements as expected styling.
- Fix missing vars for sales array when checking for sale dates.
- Fix typo in escaper function.
- Fix escaping that was removing Meta Dscription information if it contained some already escaped characters.
- Fix wrong ID value for A11Y Checkbox option.
- Remove margin declaration for `section article` styling, due to the margin pushing elements outside of the viewport area on mobile devices.
- Fix Page view parser typo causing a 500 error.
- Add check for empty thumbnail_url for Playlist parser.
- Fix Playlist editing not retrieving thumbnail URL.
- Add project links to Administration dropdown account menu.
- Add extra variable style for more consistent and customisable form elements.
- Improve styling of Login Form.
- Fix previous update that added an !important directive to button styling, that was overriding button appearance and interaction.
- Improve QuickEdit dropdowns, may require more information added.
- Fix Login inputs not being selectable when clicking on them.
- Add and reorder SEO Links to Dashboard SEO Links Widget.
- Add Downloadable Media, such as eBooks or other files from secure folder.
- Adjust Thumbnail display to use generated SM, MD, LG images instead of elFinder's auto thumbnails.
- Remove unnecessary comments.
- Change AVIF format images to WEBP, due to Safari (and Chrome, which is actually Safari on iOS and Mac) not having AVIF capabilities.
- Adjust "Maintenance", and "Coming Soon" pages to check if unavailable background could be AVIF, WEBP, JPG, JPEG, or PNG.
- Fix Open Weather Map API Link. Preferences -> Contact.
- Remove Cover Image SrcSet extra image size causing some images to not display as intended.
- Add option to change available time for file downloads.
- Fix Summernote WYSIWYG Styling showing wrong colour when scrolling editable area.
- Add removing line breaks /r and /n characters causing unnecessary space between elements.
- Fix Inventory items showing options if reference ID happens to match the Inventory Items ID.
- Add new Content Type "course".
- Add Course Mangement to Administration.
- Add ability to change Created Content Date.
- Remove the previously missed loading="lazy" attribute when previously adjusting the cover images, the attribute is unnecessary for above the fold content.
- Fix missing parsing for State information on contact page.
- Adjust cart display parser to not show weight or dimensions if they are zero.
- Update PHPMailer and adjust mail sending code.
- Fix Stripe and PayPal payment processing.
- Adjust Account Menu z-index and active colour.
- Add Accounts Information export to .csv
- Fix typo in side content menu sort parser.
- Add including purchasable Links to Inventory.
- Add Purchased Links to Orders.
---
CHANGELOG.md | 31 +-
README.md | 12 +-
VERSION | 2 +-
core/add_account.php | 8 +-
core/add_adminsuggestion.php | 8 +-
core/add_booking.php | 8 +-
core/add_cart.php | 2 +-
core/add_comment.php | 8 +-
core/add_contactus.php | 8 +-
core/add_download.php | 95 +-
core/add_link.php | 87 +
core/add_module.php | 48 +
core/add_question.php | 53 +
core/add_student.php | 64 +
core/add_testimonial.php | 8 +-
core/admin.php | 3 +-
core/aurora.sql | 1116 ++--
core/chat.php | 10 +-
core/core.php | 56 +-
core/css/style.css | 2 +-
core/css/stylesheet-aurora.css | 4 +-
core/css/stylesheet-grid.css | 2 +-
core/css/stylesheet-typography.css | 2 +-
core/css/stylesheet-xtras-admin.css | 8 +-
core/downloads.php | 2 +
core/email_booking.php | 8 +-
core/email_message.php | 8 +-
core/email_order.php | 88 +-
core/export_accounts.php | 94 +
core/forum_post.php | 8 +-
core/forum_reply.php | 8 +-
core/images/flags/localhost.png | Bin 20710 -> 13997 bytes
core/js/aurora.min.js | 25 +-
core/js/js.js | 12 +
core/js/service-worker-admin.php | 2 +-
core/js/summernote/font/summernote.eot | Bin
core/js/summernote/font/summernote.hash | 0
core/js/summernote/font/summernote.ttf | Bin
core/js/summernote/font/summernote.woff | Bin
core/js/summernote/font/summernote.woff2 | Bin
core/js/summernote/summernote.min.css | 0
core/js/summernote/summernote.min.js | 0
core/layout/content.php | 3 +-
core/layout/course.php | 207 +
core/layout/edit_content.php | 178 +-
core/layout/edit_course.php | 719 +++
core/layout/edit_module.php | 173 +
core/layout/edit_orders.php | 6 +-
core/layout/meta_footer.php | 6 +-
core/layout/orders.php | 12 +-
core/layout/set_accounts.php | 108 +-
core/layout/set_course.php | 307 +
core/layout/set_orders.php | 17 +-
core/newsletter.php | 8 +-
core/parser.php | 4 +-
core/parser_item.php | 42 +-
core/parser_items.php | 18 +-
core/paypalpayment.php | 195 +-
core/phpmailer/Exception.php | 40 +
core/phpmailer/OAuth.php | 139 +
core/phpmailer/OAuthTokenProvider.php | 44 +
core/phpmailer/PHPMailer.php | 5077 +++++++++++++++++
core/phpmailer/POP3.php | 462 ++
core/phpmailer/SMTP.php | 1459 +++++
core/phpmailer/class.phpmailer.php | 1 -
core/phpmailer/class.phpmaileroauth.php | 1 -
core/phpmailer/class.phpmaileroauthgoogle.php | 1 -
core/phpmailer/class.pop3.php | 1 -
core/phpmailer/class.smtp.php | 1 -
core/purge.php | 20 +-
core/reordermodules.php | 23 +
core/reorderquestions.php | 23 +
core/reset_password.php | 8 +-
core/rst.php | 8 +-
core/stripepayment.php | 161 +-
core/update.php | 4 +-
core/view/cart.php | 76 +-
core/view/checkout.php | 229 +-
core/view/contactus.php | 4 +-
core/view/courses.php | 268 +
core/view/footer.php | 4 +-
core/view/header.php | 4 +-
core/view/inc-hours.php | 10 +-
core/view/orders.php | 28 +-
core/view/side_courses.php | 59 +
core/view/side_menu.php | 132 +-
core/view_certificate.php | 49 +
layout/default/aboutus.html | 4 +-
layout/default/biography.html | 4 +-
layout/default/bookings.html | 2 +-
layout/default/cart.html | 200 +-
layout/default/checkout.html | 30 +-
layout/default/content.html | 59 +-
layout/default/courses.html | 124 +
layout/default/faq.html | 4 +-
layout/default/header.html | 8 +-
layout/default/noaccess.html | 2 +-
layout/default/orders.html | 28 +-
layout/default/page.html | 4 +-
layout/default/settings.html | 2 +-
layout/default/side_courses.html | 31 +
layout/default/side_menu.html | 13 +-
layout/default/theme.ini | 10 +-
media/certificate/certificate-0.html | 26 +
media/certificate/certificate-0.png | Bin 0 -> 45158 bytes
media/certificate/certificate-1.html | 26 +
media/certificate/certificate-1.png | Bin 0 -> 36896 bytes
media/certificate/certificate-2.html | 26 +
media/certificate/certificate-2.png | Bin 0 -> 55844 bytes
media/certificate/certificate-3.html | 26 +
media/certificate/certificate-3.png | Bin 0 -> 27685 bytes
media/certificate/certificate-4.html | 26 +
media/certificate/certificate-4.png | Bin 0 -> 41864 bytes
media/certificate/certificate-5.html | 26 +
media/certificate/certificate-5.png | Bin 0 -> 164832 bytes
media/certificate/certificate-6.html | 26 +
media/certificate/certificate-6.png | Bin 0 -> 44467 bytes
media/certificate/certificate-7.html | 26 +
media/certificate/certificate-7.png | Bin 0 -> 152301 bytes
media/downloads/.htaccess | 0
120 files changed, 11823 insertions(+), 1149 deletions(-)
create mode 100644 core/add_link.php
create mode 100644 core/add_module.php
create mode 100644 core/add_question.php
create mode 100644 core/add_student.php
mode change 100755 => 100644 core/aurora.sql
create mode 100644 core/export_accounts.php
mode change 100644 => 100755 core/js/summernote/font/summernote.eot
mode change 100644 => 100755 core/js/summernote/font/summernote.hash
mode change 100644 => 100755 core/js/summernote/font/summernote.ttf
mode change 100644 => 100755 core/js/summernote/font/summernote.woff
mode change 100644 => 100755 core/js/summernote/font/summernote.woff2
mode change 100644 => 100755 core/js/summernote/summernote.min.css
mode change 100644 => 100755 core/js/summernote/summernote.min.js
create mode 100755 core/layout/course.php
create mode 100755 core/layout/edit_course.php
create mode 100644 core/layout/edit_module.php
create mode 100755 core/layout/set_course.php
create mode 100644 core/phpmailer/Exception.php
create mode 100644 core/phpmailer/OAuth.php
create mode 100644 core/phpmailer/OAuthTokenProvider.php
create mode 100644 core/phpmailer/PHPMailer.php
create mode 100644 core/phpmailer/POP3.php
create mode 100644 core/phpmailer/SMTP.php
delete mode 100755 core/phpmailer/class.phpmailer.php
delete mode 100755 core/phpmailer/class.phpmaileroauth.php
delete mode 100755 core/phpmailer/class.phpmaileroauthgoogle.php
delete mode 100755 core/phpmailer/class.pop3.php
delete mode 100755 core/phpmailer/class.smtp.php
create mode 100644 core/reordermodules.php
create mode 100644 core/reorderquestions.php
create mode 100644 core/view/courses.php
create mode 100644 core/view/side_courses.php
create mode 100644 core/view_certificate.php
create mode 100644 layout/default/courses.html
create mode 100644 layout/default/side_courses.html
create mode 100644 media/certificate/certificate-0.html
create mode 100644 media/certificate/certificate-0.png
create mode 100644 media/certificate/certificate-1.html
create mode 100644 media/certificate/certificate-1.png
create mode 100644 media/certificate/certificate-2.html
create mode 100644 media/certificate/certificate-2.png
create mode 100644 media/certificate/certificate-3.html
create mode 100644 media/certificate/certificate-3.png
create mode 100644 media/certificate/certificate-4.html
create mode 100644 media/certificate/certificate-4.png
create mode 100644 media/certificate/certificate-5.html
create mode 100644 media/certificate/certificate-5.png
create mode 100644 media/certificate/certificate-6.html
create mode 100644 media/certificate/certificate-6.png
create mode 100644 media/certificate/certificate-7.html
create mode 100644 media/certificate/certificate-7.png
mode change 100644 => 100755 media/downloads/.htaccess
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d1f32e..bd5a86c 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,11 @@
-### v0.2.9
+### v0.2.18
- Fix wrong thumbnail reference in YouTube JSON response when adding playlist items.
- Adjust date and inventory selection for suggested sale period suggestions.
- Change how versioning is done with patch releases, releases and full frozen versions. Consult [CONTRIBUTING.md](https://github.com/DiemenDesign/AuroraCMS/blob/master/CONTRIBUTING.md) for more information.
-
-#### v0.2.10
- Reduce file access times and latency by combining icons for Administration and Front End into Separate Font files, and combining them directly into the icons stylesheets.
- Improve icons stylesheets, removing unnecessary style declarations.
-
-#### v0.2.11
- Fix Author Social Buttons.
- Modify Events display in Administration to display order based on Start Date of Event in descending order first, then Created Date if the Start Date isn't set.
-
-#### v0.2.12
- Adjust area under footer so it is less obtrusive on the main design.
- Remove HTMLPurifer from front end page processing, as we are already sanitising text input for safe output before database insertion. No point in doing it twice, which helps speed up site rendering.
- Adjust Administration Favicon to use Favicon from theme.
@@ -20,8 +14,6 @@
- Add ctrl+s SaveAll keyboard shortcut, this override's the browser default, but makes it much more user friendly for user's.
- Fix Admin Activity Page not clearing entries.
- Fix Admin Side Menu not showing correct active page.
-
-#### v0.2.13
- Fix Login not using correct variable name for setting theme.
- Replace deprecated filter option "FILTER_SANITIZE_STRING" in favour of "FILTER_UNSAFE_RAW".
- Adjust AuroraCMS logo size, Firefox was showing image too large, pushing elements off page.
@@ -30,8 +22,6 @@
- Fix Schema not encoding single or double quotes, causing issues of malformed Schema Data.
- Add button to Bookings items to copy booking to Job List.
- Fix z-index of elFinder so it opens above Summernote's dialogs.
-
-#### v0.2.14
- Fix reference to Share icon on Administration Content list page.
- Fix wrong icon references in quickedit dropdown.
- Comment out array functions, that look to currently be deprecated or not added to PHP 8.1
@@ -41,8 +31,6 @@
- Fix Administration header menu dropdown styling.
- Fix Safari button styling not rendering button elements as expected styling.
- Fix missing vars for sales array when checking for sale dates.
-
-#### v0.2.15
- Fix typo in escaper function.
- Fix escaping that was removing Meta Dscription information if it contained some already escaped characters.
- Fix wrong ID value for A11Y Checkbox option.
@@ -52,8 +40,6 @@
- Fix Playlist editing not retrieving thumbnail URL.
- Add project links to Administration dropdown account menu.
- Add extra variable style for more consistent and customisable form elements.
-
-#### v0.2.16
- Improve styling of Login Form.
- Fix previous update that added an !important directive to button styling, that was overriding button appearance and interaction.
- Improve QuickEdit dropdowns, may require more information added.
@@ -64,11 +50,22 @@
- Remove unnecessary comments.
- Change AVIF format images to WEBP, due to Safari (and Chrome, which is actually Safari on iOS and Mac) not having AVIF capabilities.
- Adjust "Maintenance", and "Coming Soon" pages to check if unavailable background could be AVIF, WEBP, JPG, JPEG, or PNG.
-
-#### v0.2.17
- Fix Open Weather Map API Link. Preferences -> Contact.
- Remove Cover Image SrcSet extra image size causing some images to not display as intended.
- Add option to change available time for file downloads.
- Fix Summernote WYSIWYG Styling showing wrong colour when scrolling editable area.
- Add removing line breaks /r and /n characters causing unnecessary space between elements.
- Fix Inventory items showing options if reference ID happens to match the Inventory Items ID.
+- Add new Content Type "course".
+- Add Course Mangement to Administration.
+- Add ability to change Created Content Date.
+- Remove the previously missed loading="lazy" attribute when previously adjusting the cover images, the attribute is unnecessary for above the fold content.
+- Fix missing parsing for State information on contact page.
+- Adjust cart display parser to not show weight or dimensions if they are zero.
+- Update PHPMailer and adjust mail sending code.
+- Fix Stripe and PayPal payment processing.
+- Adjust Account Menu z-index and active colour.
+- Add Accounts Information export to .csv
+- Fix typo in side content menu sort parser.
+- Add including purchasable Links to Inventory.
+- Add Purchased Links to Orders.
diff --git a/README.md b/README.md
index ca41938..bf2d109 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![AuroraCMS](core/images/readmelogo.webp)
AuroraCMS the **Free** Australian Open Source [MIT](https://github.com/DiemenDesign/AuroraCMS/blob/master/LICENSE) licensed Content Management System, built primarily for Australian Businesses, built utilising [PHP](http://php.net/), PDO, [jQuery](http://jquery.com/) and [iCONS](https://github.com/DiemenDesign/iCONS). Built to take advantage of HTML5 and CSS3, with necessary SEO attributes that fit in with Google's recommendations, Micro-formats, JSON-LD, ARIA (A11Y), and general SEO Markup.
-Current version is v0.2.17
+Current version is v0.2.18
### Features
- AuroraCMS is a Quasi-MVC, Front End is completely MVC, with some AJAX Functions for Form Processing.
@@ -45,6 +45,9 @@ Current version is v0.2.17
- Download available directly from page when Order required isn't set.
- Option that file/s only available via Invoice, and time limit.
- Download link sent via Invoice when Invoice is Paid.
+ - Link/s to other services or content.
+ - Option that Link/s only available via Invoice, and time limit.
+ - Link/s sent via Invoice when Invoice is Paid.
- Newsletters.
- Proofs.
- User accessible area.
@@ -76,6 +79,13 @@ Current version is v0.2.17
- Post, Reply as per other Forums.
- Integrated Help Tickets as Forum Posts.
- Upvote or Downvote posts and comments.
+- Course Management.
+ - Add/Edit Courses.
+ - Add Multiple-Choice Questions.
+ - Add Multiple Questions, with Answer Entry.
+ - Track User Progression.
+ - Display available courses, with online Payments.
+ - Display Paid Courses when User is logged in, including Current Progression.
- Banner Notifications with Entrance Animation choice. Dissmissable with local storage variable.
- Media.
- Upload and manage various types of files for addition into content using elFinder.
diff --git a/VERSION b/VERSION
index e73e4a1..28599c8 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.2.17
+v0.2.18
diff --git a/core/add_account.php b/core/add_account.php
index 79d843c..d1ea8cb 100755
--- a/core/add_account.php
+++ b/core/add_account.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.13
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -96,8 +96,10 @@
':active'=>0,
':ti'=>time()
]);
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$toname=$username;
$mail->SetFrom($config['email'],$config['business']);
diff --git a/core/add_adminsuggestion.php b/core/add_adminsuggestion.php
index 15603ff..6b025ec 100755
--- a/core/add_adminsuggestion.php
+++ b/core/add_adminsuggestion.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.1
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -39,8 +39,10 @@
]);
$rf=$fu->fetch(PDO::FETCH_ASSOC);
if($rt['email']!=''){
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$toname=$c['name'];
$mail->SetFrom($config['email'],$config['business']);
diff --git a/core/add_booking.php b/core/add_booking.php
index 5d62050..5dd6bd2 100755
--- a/core/add_booking.php
+++ b/core/add_booking.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.13
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -200,8 +200,10 @@
$not=['spammer'=>false,'target'=>'booking','element'=>'div','action'=>'replace','class'=>'not alert alert-success','text'=>'A Booking has been created for your attendance. A confirmation email has been sent to the email address you provided with details of how to access the Event.','reason'=>''];
}
if($config['email']!=''){
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$mail->SetFrom($email,$name);
$toname=$config['email'];
diff --git a/core/add_cart.php b/core/add_cart.php
index e5a3110..a77e104 100755
--- a/core/add_cart.php
+++ b/core/add_cart.php
@@ -16,7 +16,7 @@
$iid=filter_input(INPUT_POST,'id',FILTER_SANITIZE_NUMBER_INT);
$cid=filter_input(INPUT_POST,'cid',FILTER_SANITIZE_NUMBER_INT);
$ti=time();
-$uid=isset($_SESSION['uid'])?$_SESSION['uid']:$_SESSION['uid'];
+$uid=isset($_SESSION['uid'])?$_SESSION['uid']:0;
$rank=isset($_SESSION['rank'])?$_SESSION['rank']:0;
$limit=0;
$add=true;
diff --git a/core/add_comment.php b/core/add_comment.php
index aa4a339..ceb9528 100755
--- a/core/add_comment.php
+++ b/core/add_comment.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.13
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -97,8 +97,10 @@
$q=$db->prepare("SELECT * FROM `".$prefix."content` WHERE `id`=:id");
$q->execute([':id'=>$rid]);
$r=$q->fetch(PDO::FETCH_ASSOC);
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$mail->SetFrom($email,$name);
$toname=$config['email'];
diff --git a/core/add_contactus.php b/core/add_contactus.php
index 08f570c..c14dc64 100755
--- a/core/add_contactus.php
+++ b/core/add_contactus.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.13
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -87,8 +87,10 @@
}
if($config['email']!=''){
if($not['spammer']==false){
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$mail->SetFrom($email, $name);
$toname=$config['email'];
diff --git a/core/add_download.php b/core/add_download.php
index f6df727..058382b 100755
--- a/core/add_download.php
+++ b/core/add_download.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.17
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -22,9 +22,9 @@
if(isset($_FILES['fu'])){
$ft=$_FILES['fu']['type'];
if(in_array($ft,[
-'audio/aac','audio/midi','audio/mpeg','audio/ogg','audio/wav','audio/x-midi',
-'application/epub+zip','application/gzip','application/java-archive','application/msword','application/ogg','application/pdf','application/rtf','application/vnd.amazon.ebook','application/vnd.ms-excel','application/vnd.ms-powerpoint','application/vnd.oasis.opendocument.presentation','application/vnd.oasis.opendocument.spreadsheet','application/vnd.oasis.opendocument.text','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','application/vnd.openxmlformats-officedocument.presentationml.presentation','application/vnd.openxmlformats-officedocument.wordprocessingml.document','application/vnd.rar','application/x-7z-compressed','application/x-bzip','application/x-bzip2','application/x-freearc','application/x-tar','application/zip',
-'text/plain','video/mp4','video/mpeg','video/ogg'
+ 'audio/aac','audio/midi','audio/mpeg','audio/ogg','audio/wav','audio/x-midi',
+ 'application/epub+zip','application/gzip','application/java-archive','application/msword','application/ogg','application/pdf','application/rtf','application/vnd.amazon.ebook','application/vnd.ms-excel','application/vnd.ms-powerpoint','application/vnd.oasis.opendocument.presentation','application/vnd.oasis.opendocument.spreadsheet','application/vnd.oasis.opendocument.text','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','application/vnd.openxmlformats-officedocument.presentationml.presentation','application/vnd.openxmlformats-officedocument.wordprocessingml.document','application/vnd.rar','application/x-7z-compressed','application/x-bzip','application/x-bzip2','application/x-freearc','application/x-tar','application/zip',
+ 'text/plain','video/mp4','video/mpeg','video/ogg'
])){
$tp='../media/downloads/'.basename($_FILES['fu']['name']);
$file=basename($_FILES['fu']['name']);
@@ -45,51 +45,52 @@
':ord'=>$iid+1
]);
echo'';
+ 'window.top.window.$("#downloads").append(`
'.
+ '
'.
+ '
'.
+ ''.
+ '
'.
+ ''.
+ '
';
+ if($r==1){
+ echo'
'.
+ '
'.
+ ' '.
+ '
'.
+ '
'.
+ ''.
+ '
'.
+ ''.
+ '
';
+ }
+ echo'
'.
+ ''.
+ ''.
+ '
'.
+ '
`);'.
+ '';
}else{
- echo'window.top.window.toastr["error"]("An error occured while uploading the file!");';
+ echo'';
}
}else{
- echo'window.top.window.toastr["error"]("Filetype not allowed!");';
+ echo'';
}
}
diff --git a/core/add_link.php b/core/add_link.php
new file mode 100644
index 0000000..1dcfaec
--- /dev/null
+++ b/core/add_link.php
@@ -0,0 +1,87 @@
+
+ * @copyright 2014-2019 Diemen Design
+ * @license http://opensource.org/licenses/MIT MIT License
+ * @version 0.2.18
+ * @link https://github.com/DiemenDesign/AuroraCMS
+ * @notes This PHP Script is designed to be executed using PHP 7+
+ */
+if(session_status()==PHP_SESSION_NONE)session_start();
+require'db.php';
+$config=$db->query("SELECT * FROM `".$prefix."config` WHERE `id`='1'")->fetch(PDO::FETCH_ASSOC);
+$id=filter_input(INPUT_POST,'id',FILTER_SANITIZE_NUMBER_INT);
+$t=isset($_POST['t'])?filter_input(INPUT_POST,'t',FILTER_SANITIZE_STRING):'';
+$r=isset($_POST['r'])?filter_input(INPUT_POST,'r',FILTER_SANITIZE_NUMBER_INT):0;
+$a=isset($_POST['a'])?filter_input(INPUT_POST,'a',FILTER_SANITIZE_NUMBER_INT):0;
+$l=isset($_POST['l'])?filter_input(INPUT_POST,'l',FILTER_SANITIZE_STRING):'';
+if($l==''){
+ echo'';
+}
+if($t==''){
+ echo'';
+}
+if($t!=''&&$l!=''){
+ $q=$db->prepare("INSERT IGNORE INTO `".$prefix."choices` (`rid`,`contentType`,`url`,`title`,`password`,`tie`,`ti`) VALUES (:rid,'link',:file,:title,:p,:tie,:ti)");
+ $q->execute([
+ ':rid'=>$id,
+ ':file'=>$l,
+ ':title'=>$t,
+ ':p'=>$r,
+ ':tie'=>$a,
+ ':ti'=>time()
+ ]);
+ $iid=$db->lastInsertId();
+ $q=$db->prepare("UPDATE `".$prefix."choices` SET `ord`=:ord WHERE `id`=:id");
+ $q->execute([
+ ':id'=>$iid,
+ ':ord'=>$iid+1
+ ]);
+ echo'';
+}
diff --git a/core/add_module.php b/core/add_module.php
new file mode 100644
index 0000000..0406c71
--- /dev/null
+++ b/core/add_module.php
@@ -0,0 +1,48 @@
+
+ * @copyright 2014-2019 Diemen Design
+ * @license http://opensource.org/licenses/MIT MIT License
+ * @version 0.2.18
+ * @link https://github.com/DiemenDesign/AuroraCMS
+ * @notes This PHP Script is designed to be executed using PHP 7+
+ */
+if(session_status()==PHP_SESSION_NONE)session_start();
+require'db.php';
+$config=$db->query("SELECT * FROM `".$prefix."config` WHERE `id`='1'")->fetch(PDO::FETCH_ASSOC);
+if((!empty($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=='off')||$_SERVER['SERVER_PORT']==443){
+ if(!defined('PROTOCOL'))define('PROTOCOL','https://');
+}else{
+ if(!defined('PROTOCOL'))define('PROTOCOL','http://');
+}
+define('URL',PROTOCOL.$_SERVER['HTTP_HOST'].$settings['system']['url'].'/');
+$rid=filter_input(INPUT_POST,'rid',FILTER_SANITIZE_NUMBER_INT);
+$t=filter_input(INPUT_POST,'t',FILTER_UNSAFE_RAW);
+if($t!=''){
+ $q=$db->prepare("INSERT IGNORE INTO `".$prefix."modules` (`rid`,`title`,`ti`) VALUES (:rid,:t,:ti)");
+ $q->execute([
+ ':rid'=>$rid,
+ ':t'=>$t,
+ ':ti'=>time()
+ ]);
+ $iid=$db->lastInsertId();
+ $q=$db->prepare("UPDATE `".$prefix."modules` SET `ord`=:ord WHERE `id`=:id");
+ $q->execute([
+ ':id'=>$iid,
+ ':ord'=>$iid+1
+ ]);
+ echo'';
+}
diff --git a/core/add_question.php b/core/add_question.php
new file mode 100644
index 0000000..f1e7ecd
--- /dev/null
+++ b/core/add_question.php
@@ -0,0 +1,53 @@
+
+ * @copyright 2014-2019 Diemen Design
+ * @license http://opensource.org/licenses/MIT MIT License
+ * @version 0.2.18
+ * @link https://github.com/DiemenDesign/AuroraCMS
+ * @notes This PHP Script is designed to be executed using PHP 7+
+ */
+if(session_status()==PHP_SESSION_NONE)session_start();
+require'db.php';
+$config=$db->query("SELECT * FROM `".$prefix."config` WHERE `id`='1'")->fetch(PDO::FETCH_ASSOC);
+if((!empty($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=='off')||$_SERVER['SERVER_PORT']==443){
+ if(!defined('PROTOCOL'))define('PROTOCOL','https://');
+}else{
+ if(!defined('PROTOCOL'))define('PROTOCOL','http://');
+}
+define('URL',PROTOCOL.$_SERVER['HTTP_HOST'].$settings['system']['url'].'/');
+$rid=filter_input(INPUT_POST,'rid',FILTER_SANITIZE_NUMBER_INT);
+$ct=filter_input(INPUT_POST,'ct',FILTER_SANITIZE_STRING);
+$a=filter_input(INPUT_POST,'a',FILTER_SANITIZE_NUMBER_INT);
+$t=filter_input(INPUT_POST,'t',FILTER_UNSAFE_RAW);
+if($t!=''){
+ $q=$db->prepare("INSERT IGNORE INTO `".$prefix."module_questions` (`rid`,`type`,`check_answer`,`title`) VALUES (:rid,:ct,:a,:title)");
+ $q->execute([
+ ':rid'=>$rid,
+ ':ct'=>$ct,
+ ':a'=>$a,
+ ':title'=>$t
+ ]);
+ $iid=$db->lastInsertId();
+ $q=$db->prepare("UPDATE `".$prefix."module_questions` SET `ord`=:ord WHERE `id`=:id");
+ $q->execute([
+ ':id'=>$iid,
+ ':ord'=>$iid+1
+ ]);
+ echo'';
+}
diff --git a/core/add_student.php b/core/add_student.php
new file mode 100644
index 0000000..4a18815
--- /dev/null
+++ b/core/add_student.php
@@ -0,0 +1,64 @@
+
+ * @copyright 2014-2019 Diemen Design
+ * @license http://opensource.org/licenses/MIT MIT License
+ * @version 0.2.18
+ * @link https://github.com/DiemenDesign/AuroraCMS
+ * @notes This PHP Script is designed to be executed using PHP 7+
+ */
+if(session_status()==PHP_SESSION_NONE)session_start();
+require'db.php';
+if((!empty($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=='off')||$_SERVER['SERVER_PORT']==443){
+ if(!defined('PROTOCOL'))define('PROTOCOL','https://');
+}else{
+ if(!defined('PROTOCOL'))define('PROTOCOL','http://');
+}
+define('URL',PROTOCOL.$_SERVER['HTTP_HOST'].$settings['system']['url'].'/');
+$ti=time();
+$cid=filter_input(INPUT_POST,'cid',FILTER_SANITIZE_NUMBER_INT);
+$uid=filter_input(INPUT_POST,'uid',FILTER_SANITIZE_NUMBER_INT);
+if($uid!=0){
+ $sc=$db->prepare("SELECT * FROM `".$prefix."content` WHERE `id`=:id");
+ $sc->execute([':id'=>$cid]);
+ $rc=$sc->fetch(PDO::FETCH_ASSOC);
+ $su=$db->prepare("SELECT * FROM `".$prefix."login` WHERE `id`=:id");
+ $su->execute([':id'=>$uid]);
+ $ru=$su->fetch(PDO::FETCH_ASSOC);
+ $s=$db->prepare("INSERT IGNORE INTO `".$prefix."courseTrack` (`rid`,`uid`,`complete`,`progress`,`attempts`,`score`,`ti`) VALUES (:rid,:uid,'',0,:attempts,0,:ti)");
+ $s->execute([
+ ':rid'=>$cid,
+ ':uid'=>$uid,
+ ':attempts'=>$rc['attempts'],
+ ':ti'=>$ti
+ ]);
+ $id=$db->lastInsertId();
+ $avatar='core/images/noavatar.jpg';
+ if($ru['avatar']!=''&&file_exists('../media/avatar/'.basename($ru['avatar'])))$avatar='media/avatar/'.basename($ru['avatar']);
+ elseif($ru['gravatar']!='')$avatar=$ru['gravatar'];
+ echo'';
+}else
+ echo'';
diff --git a/core/add_testimonial.php b/core/add_testimonial.php
index ebfc218..dbdaa4b 100755
--- a/core/add_testimonial.php
+++ b/core/add_testimonial.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.13
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -78,8 +78,10 @@
if(is_null($e[2])){
$not=['spammer'=>false,'target'=>'testimonial','element'=>'div','action'=>'replace','class'=>'not alert alert-success','text'=>'Thank you for your Testimonial, it will be appear once an Administrator Approves it.','reason'=>''];
if($config['email']!=''){
- require'phpmailer/class.phpmailer.php';
- $mail=new PHPMailer;
+ require'phpmailer/PHPMailer.php';
+ require'phpmailer/SMTP.php';
+ require'phpmailer/Exception.php';
+ $mail = new PHPMailer\PHPMailer\PHPMailer;
$mail->isSendmail();
$toname=$config['business'];
$mail->SetFrom($config['email'],$config['business']);
diff --git a/core/admin.php b/core/admin.php
index 2b488eb..abbe86f 100755
--- a/core/admin.php
+++ b/core/admin.php
@@ -7,7 +7,7 @@
* @author Dennis Suitters
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
- * @version 0.2.8
+ * @version 0.2.18
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
@@ -58,6 +58,7 @@
require'core/layout/sidebar.php';
if($view=='add'){
if($args[0]=='bookings')require'core/layout/bookings.php';
+ elseif($args[0]=='course')require'core/layout/course.php';
else require'core/layout/content.php';
}else require'core/layout/'.$view.'.php';
require'core/layout/meta_footer.php';
diff --git a/core/aurora.sql b/core/aurora.sql
old mode 100755
new mode 100644
index a627442..72d0aa9
--- a/core/aurora.sql
+++ b/core/aurora.sql
@@ -3,14 +3,20 @@
-- https://www.phpmyadmin.net/
--
-- Host: localhost
--- Generation Time: Apr 30, 2022 at 02:02 AM
--- Server version: 8.0.28-0ubuntu0.20.04.3
--- PHP Version: 8.0.18
+-- Generation Time: Sep 01, 2022 at 10:01 PM
+-- Server version: 8.0.30-0ubuntu0.20.04.2
+-- PHP Version: 8.1.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
+
+/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
+/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
+/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
+/*!40101 SET NAMES utf8mb4 */;
+
--
-- Database: `aurora`
--
@@ -28,11 +34,11 @@ CREATE TABLE `cart` (
`rid` bigint NOT NULL,
`quantity` mediumint UNSIGNED NOT NULL,
`cost` decimal(10,2) UNSIGNED NOT NULL,
- `stockStatus` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `stockStatus` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`points` int NOT NULL,
- `si` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `si` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`ti` int UNSIGNED NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -44,16 +50,16 @@ CREATE TABLE `choices` (
`id` bigint UNSIGNED NOT NULL,
`uid` bigint UNSIGNED NOT NULL,
`rid` bigint UNSIGNED NOT NULL,
- `contentType` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `type` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `username` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `password` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `contentType` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `type` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `username` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`rank` int UNSIGNED NOT NULL,
- `icon` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `url` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `port` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `flag` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `title` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `icon` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `port` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `flag` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `title` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`value` int NOT NULL,
`f` decimal(10,2) NOT NULL,
`t` decimal(10,2) NOT NULL,
@@ -62,7 +68,7 @@ CREATE TABLE `choices` (
`tie` int NOT NULL,
`ord` bigint NOT NULL,
`ti` int UNSIGNED NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -72,21 +78,21 @@ CREATE TABLE `choices` (
CREATE TABLE `comments` (
`id` bigint UNSIGNED NOT NULL,
- `contentType` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `contentType` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`rid` bigint UNSIGNED NOT NULL,
`uid` bigint UNSIGNED NOT NULL,
`cid` bigint UNSIGNED NOT NULL,
- `ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `avatar` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `gravatar` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `email` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `name` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `status` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `ip` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `avatar` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `gravatar` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `email` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `status` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`active` tinyint UNSIGNED NOT NULL,
`tie` int NOT NULL,
`ti` int UNSIGNED NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -100,131 +106,131 @@ CREATE TABLE `config` (
`maintenance` int NOT NULL,
`comingsoon` int NOT NULL,
`hoster` tinyint(1) NOT NULL,
- `hosterURL` tinytext COLLATE utf8_bin NOT NULL,
- `options` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `forumOptions` varchar(32) COLLATE utf8_bin NOT NULL,
- `inventoryFallbackStatus` varchar(16) COLLATE utf8_bin NOT NULL,
- `defaultPage` varchar(16) COLLATE utf8_bin NOT NULL,
- `theme` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoTitle` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoDescription` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoCaption` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoKeywords` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `saleHeadingvalentine` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `saleHeadingeaster` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadingmothersday` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadingfathersday` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadingblackfriday` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadinghalloween` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadingsmallbusinessday` tinytext COLLATE utf8_bin NOT NULL,
- `saleHeadingchristmas` tinytext COLLATE utf8_bin NOT NULL,
- `metaRobots` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoRSSTitle` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoRSSNotes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoRSSLink` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoRSSAuthor` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `hosterURL` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `options` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `forumOptions` varchar(32) COLLATE utf8mb3_bin NOT NULL,
+ `inventoryFallbackStatus` varchar(16) COLLATE utf8mb3_bin NOT NULL,
+ `defaultPage` varchar(16) COLLATE utf8mb3_bin NOT NULL,
+ `theme` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoTitle` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoDescription` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoCaption` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoKeywords` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingvalentine` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingeaster` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingmothersday` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingfathersday` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingblackfriday` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadinghalloween` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingsmallbusinessday` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `saleHeadingchristmas` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `metaRobots` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoRSSTitle` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoRSSNotes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoRSSLink` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoRSSAuthor` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`seoRSSti` bigint NOT NULL,
- `business` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `abn` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `address` varchar(80) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `suburb` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `city` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `state` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `country` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `business` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `abn` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `address` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `suburb` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `city` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `state` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `country` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`postcode` mediumint UNSIGNED NOT NULL,
- `phone` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `mobile` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `email` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `phone` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `mobile` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `email` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`vti` int UNSIGNED NOT NULL,
`sti` int UNSIGNED NOT NULL,
- `dateFormat` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `dateFormat` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`email_check` int NOT NULL,
`email_interval` int NOT NULL,
- `email_signature` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `email_signature` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`storemessages` int NOT NULL,
`message_check_interval` int NOT NULL,
`chatAutoRemove` int NOT NULL,
- `messengerFBCode` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `messengerFBColor` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `messengerFBGreeting` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `language` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `timezone` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `messengerFBCode` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `messengerFBColor` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `messengerFBGreeting` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `language` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `timezone` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`orderPayti` int UNSIGNED NOT NULL,
- `orderEmailSubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `orderEmailLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `orderEmailNotes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `orderEmailSubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `orderEmailLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `orderEmailNotes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`orderEmailReadNotification` tinyint(1) NOT NULL,
- `austPostAPIKey` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `gst` varchar(4) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `memberLimit` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `memberLimitSilver` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `memberLimitBronze` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `memberLimitGold` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `memberLimitPlatinum` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `wholesaleLimit` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `wholesaleLimitSilver` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `wholesaleLimitBronze` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `wholesaleLimitGold` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `wholesaleLimitPlatinum` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `austPostAPIKey` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `gst` varchar(4) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `memberLimit` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `memberLimitSilver` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `memberLimitBronze` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `memberLimitGold` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `memberLimitPlatinum` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `wholesaleLimit` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `wholesaleLimitSilver` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `wholesaleLimitBronze` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `wholesaleLimitGold` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `wholesaleLimitPlatinum` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`wholesaleTime` int NOT NULL,
`wholesaleTimeSilver` int NOT NULL,
`wholesaleTimeBronze` int NOT NULL,
`wholesaleTimeGold` int NOT NULL,
`wholesaleTimePlatinum` int NOT NULL,
- `passwordResetLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `passwordResetSubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `accountActivationSubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `accountActivationLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingNoteTemplate` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingEmailSubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingEmailLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `passwordResetLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `passwordResetSubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `accountActivationSubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `accountActivationLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingNoteTemplate` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingEmailSubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingEmailLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`bookingEmailReadNotification` tinyint(1) NOT NULL,
- `bookingAutoReplySubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingAutoReplyLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingAttachment` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bookingAgreement` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `bookingAutoReplySubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingAutoReplyLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingAttachment` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bookingAgreement` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`bookingBuffer` int NOT NULL,
- `contactAutoReplySubject` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `contactAutoReplyLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `contactAutoReplySubject` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `contactAutoReplyLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`newslettersEmbedImages` int NOT NULL,
`newslettersSendMax` int NOT NULL,
`newslettersSendDelay` int NOT NULL,
- `newslettersOptOutLayout` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bank` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bankAccountName` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bankAccountNumber` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `bankBSB` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `payPalClientID` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `payPalSecret` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `stripe_publishkey` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `stripe_secretkey` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `defaultOrder` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'old',
+ `newslettersOptOutLayout` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bank` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bankAccountName` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bankAccountNumber` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `bankBSB` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `payPalClientID` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `payPalSecret` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `stripe_publishkey` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `stripe_secretkey` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `defaultOrder` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT 'old',
`showItems` int NOT NULL,
`searchItems` int NOT NULL,
`idleTime` int NOT NULL,
- `ga_clientID` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `ga_tracking` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `ga_tagmanager` varchar(32) COLLATE utf8_bin NOT NULL,
- `ga_verification` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `gd_api` varchar(64) COLLATE utf8_bin NOT NULL,
- `reCaptchaClient` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `reCaptchaServer` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seo_msvalidate` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seo_yandexverification` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seo_alexaverification` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seo_domainverify` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seo_pinterestverify` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `mapapikey` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `geo_region` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `geo_placename` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `geo_position` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `geo_weatherAPI` varchar(255) COLLATE utf8_bin NOT NULL,
- `php_options` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `php_APIkey` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `php_honeypot` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `php_quicklink` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `formMinTime` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `formMaxTime` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `ga_clientID` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `ga_tracking` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `ga_tagmanager` varchar(32) COLLATE utf8mb3_bin NOT NULL,
+ `ga_verification` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `gd_api` varchar(64) COLLATE utf8mb3_bin NOT NULL,
+ `reCaptchaClient` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `reCaptchaServer` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seo_msvalidate` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seo_yandexverification` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seo_alexaverification` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seo_domainverify` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seo_pinterestverify` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `mapapikey` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `geo_region` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `geo_placename` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `geo_position` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `geo_weatherAPI` varchar(255) COLLATE utf8mb3_bin NOT NULL,
+ `php_options` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `php_APIkey` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `php_honeypot` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `php_quicklink` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `formMinTime` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `formMaxTime` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`spamfilter` int NOT NULL,
`notification_volume` int NOT NULL,
`mediaMaxWidth` int NOT NULL,
@@ -239,19 +245,19 @@ CREATE TABLE `config` (
`backup_ti` int NOT NULL,
`uti` int NOT NULL,
`uti_freq` int NOT NULL,
- `update_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `update_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`navstat` int NOT NULL,
`iconsColor` int NOT NULL,
- `a11yPosition` tinytext COLLATE utf8_bin NOT NULL,
+ `a11yPosition` tinytext COLLATE utf8mb3_bin NOT NULL,
`ti` int UNSIGNED NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
--
-- Dumping data for table `config`
--
INSERT INTO `config` (`id`, `development`, `maintenance`, `comingsoon`, `hoster`, `hosterURL`, `options`, `forumOptions`, `inventoryFallbackStatus`, `defaultPage`, `theme`, `seoTitle`, `seoDescription`, `seoCaption`, `seoKeywords`, `saleHeadingvalentine`, `saleHeadingeaster`, `saleHeadingmothersday`, `saleHeadingfathersday`, `saleHeadingblackfriday`, `saleHeadinghalloween`, `saleHeadingsmallbusinessday`, `saleHeadingchristmas`, `metaRobots`, `seoRSSTitle`, `seoRSSNotes`, `seoRSSLink`, `seoRSSAuthor`, `seoRSSti`, `business`, `abn`, `address`, `suburb`, `city`, `state`, `country`, `postcode`, `phone`, `mobile`, `email`, `vti`, `sti`, `dateFormat`, `email_check`, `email_interval`, `email_signature`, `storemessages`, `message_check_interval`, `chatAutoRemove`, `messengerFBCode`, `messengerFBColor`, `messengerFBGreeting`, `language`, `timezone`, `orderPayti`, `orderEmailSubject`, `orderEmailLayout`, `orderEmailNotes`, `orderEmailReadNotification`, `austPostAPIKey`, `gst`, `memberLimit`, `memberLimitSilver`, `memberLimitBronze`, `memberLimitGold`, `memberLimitPlatinum`, `wholesaleLimit`, `wholesaleLimitSilver`, `wholesaleLimitBronze`, `wholesaleLimitGold`, `wholesaleLimitPlatinum`, `wholesaleTime`, `wholesaleTimeSilver`, `wholesaleTimeBronze`, `wholesaleTimeGold`, `wholesaleTimePlatinum`, `passwordResetLayout`, `passwordResetSubject`, `accountActivationSubject`, `accountActivationLayout`, `bookingNoteTemplate`, `bookingEmailSubject`, `bookingEmailLayout`, `bookingEmailReadNotification`, `bookingAutoReplySubject`, `bookingAutoReplyLayout`, `bookingAttachment`, `bookingAgreement`, `bookingBuffer`, `contactAutoReplySubject`, `contactAutoReplyLayout`, `newslettersEmbedImages`, `newslettersSendMax`, `newslettersSendDelay`, `newslettersOptOutLayout`, `bank`, `bankAccountName`, `bankAccountNumber`, `bankBSB`, `payPalClientID`, `payPalSecret`, `stripe_publishkey`, `stripe_secretkey`, `defaultOrder`, `showItems`, `searchItems`, `idleTime`, `ga_clientID`, `ga_tracking`, `ga_tagmanager`, `ga_verification`, `gd_api`, `reCaptchaClient`, `reCaptchaServer`, `seo_msvalidate`, `seo_yandexverification`, `seo_alexaverification`, `seo_domainverify`, `seo_pinterestverify`, `mapapikey`, `geo_region`, `geo_placename`, `geo_position`, `geo_weatherAPI`, `php_options`, `php_APIkey`, `php_honeypot`, `php_quicklink`, `formMinTime`, `formMaxTime`, `spamfilter`, `notification_volume`, `mediaMaxWidth`, `mediaMaxHeight`, `mediaMaxWidthThumb`, `mediaMaxHeightThumb`, `mediaQuality`, `templateID`, `templateQTY`, `suggestions`, `bti`, `backup_ti`, `uti`, `uti_freq`, `update_url`, `navstat`, `iconsColor`, `a11yPosition`, `ti`) VALUES
-(1, 0, 0, 0, 0, '', '11111011011100001001101110111101', '0000000000000000000000000000000', 'back order', 'dashboard', 'raycraftcomputerconsultants', '', '', '', 'Clippy', '', '', '', '', '', '', '', '', 'index,follow', '', '', '', '', 0, '', '', '', '', 'Gawler', '', 'Australia', 0, '', '', '', 0, 3600, 'M jS, Y g:i A', 1425893894, 3600, '
Sent using AuroraCMS the Australian Open Source Content Management System.
Below is the Activation Link to enable your Account at {site}. {activation_link}
The username you signed up with was: {username}
The AutoGenerated password is: {password}
If this email is in error, and you did not sign up for an Account, please take the time to contact us to let us know, or alternatively ignore this email and your email will be purged from our system in a few days.
', '
This is a test template
Backup:
 Music
 Software
 Emails
', '{business} Booking Confirmation on {date}', '
Hi {first},
\r\n\r\n
{details}
\r\n\r\n
Please check the details above, and get in touch if any need correcting.
\r\n\r\n
Kind Regards, \r\n\r\n{business}
\r\n\r\n\r\n\r\n', 0, '{business} Booking Confirmation on {date}', '
Hi {first},
\r\n\r\n
Thank you for contacting {business}, someone will get back to you ASAP. Please note, this email is not a confirmed booking - we will contact you to confirm the time and date of your booking.
\r\n\r\n
{externalLink}
\r\n\r\n
Kind Regards, \r\n\r\n{business}
', '', '
By clicking this checkbox and or signing below, you agree that we are not responsible for any data loss.
', 3600, '{business} Contact Confirmation on {date}', '
Hi {first},
Thank you for contacting {business}, someone will get back to you ASAP.
Kind Regards,
{business}
', 0, 50, 5, ' \r\n \r\n
If you don\'t wish to continue to receive these Newsletters you can Unsubscribe.
Below is the Activation Link to enable your Account at {site}. {activation_link}
The username you signed up with was: {username}
The AutoGenerated password is: {password}
If this email is in error, and you did not sign up for an Account, please take the time to contact us to let us know, or alternatively ignore this email and your email will be purged from our system in a few days.
', '
This is a test template
Backup:
 Music
 Software
 Emails
', '{business} Booking Confirmation on {date}', '
Hi {first},
\r\n\r\n
{details}
\r\n\r\n
Please check the details above, and get in touch if any need correcting.
\r\n\r\n
Kind Regards, \r\n\r\n{business}
\r\n\r\n\r\n\r\n', 0, '{business} Booking Confirmation on {date}', '
Hi {first},
\r\n\r\n
Thank you for contacting {business}, someone will get back to you ASAP. Please note, this email is not a confirmed booking - we will contact you to confirm the time and date of your booking.
\r\n\r\n
{externalLink}
\r\n\r\n
Kind Regards, \r\n\r\n{business}
', '', '
By clicking this checkbox and or signing below, you agree that we are not responsible for any data loss.
', 3600, '{business} Contact Confirmation on {date}', '
Hi {first},
Thank you for contacting {business}, someone will get back to you ASAP.
Kind Regards,
{business}
', 0, 50, 5, ' \r\n \r\n
If you don\'t wish to continue to receive these Newsletters you can Unsubscribe.
', 'Westpac', 'D & A Suitters', '0000 0000 0000', '000000', 'test', '', 'pk_test_51JC3eiEqAm9jcrHKP7oecRmQoIYC0SioG94Nd8kCeXOFPddqfP2QVXc6d7idZU0uxuKkl4RAp3yyEGGDsUfc8GQz00o1PDZ848', 'sk_test_51JC3eiEqAm9jcrHK3o0hVEsXTJUKbfFZ7cPCgEkGLY3bUuz7yR6jXs2Fc64OzoHuOx3ZfSvDMkW2JCoJ9Xiw3cOv004v2JjyE6', 'new', 10, 0, 30, '', '', '', '', 'AIzaSyD88WkGT3JFrVYo-qL5bKOyIpvvx5yIf_o', '', '', '', '', '', '', '', 'pk.eyJ1IjoiZGllbWVuZGVzaWduIiwiYSI6ImNraXZ2NnR4eDBlMGUyeHF0czRmNTd1cHQifQ.35xKSiAHcPT2L7CsNfSmlw', '', '', '-41.18382187627851,146.16142272949222', '282ab8bfbbcd4fda80958b6d3184ba1d', '1011111000000000', '', '', '', '5', '60', 1, 0, 1280, 1280, 250, 250, 88, 0, 0, 0, 0, 1602516248, 0, 0, '', 1, 0, 'right bottom', 0);
-- --------------------------------------------------------
@@ -262,101 +268,102 @@ INSERT INTO `config` (`id`, `development`, `maintenance`, `comingsoon`, `hoster`
CREATE TABLE `content` (
`id` bigint UNSIGNED NOT NULL,
`mid` bigint DEFAULT NULL,
- `options` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '0000000000000000',
+ `options` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '0000000000000000',
`rank` int DEFAULT '0',
`rid` bigint UNSIGNED DEFAULT NULL,
`uid` bigint UNSIGNED NOT NULL,
- `login_user` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `login_user` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`cid` bigint UNSIGNED DEFAULT NULL,
- `ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `contentType` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `schemaType` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoKeywords` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `barcode` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `fccid` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `code` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `brand` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `title` text CHARACTER SET utf8 COLLATE utf8_bin,
- `urlSlug` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `sale` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_1` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `category_2` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `category_3` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_4` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `name` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `url` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exturl` varchar(256) COLLATE utf8_bin NOT NULL,
- `email` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `business` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `address` varchar(80) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `suburb` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `city` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `state` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `country` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `ip` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `contentType` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `schemaType` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoKeywords` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `barcode` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `fccid` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `code` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `brand` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `title` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin,
+ `urlSlug` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `sale` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_1` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `category_2` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `category_3` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_4` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `url` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exturl` varchar(256) COLLATE utf8mb3_bin NOT NULL,
+ `email` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `business` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `address` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `suburb` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `city` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `state` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `country` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`postcode` mediumint UNSIGNED NOT NULL,
- `phone` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `mobile` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `thumb` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `file` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `fileURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `fileALT` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `videoURL` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `signature` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `phone` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `mobile` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `thumb` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `file` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `fileURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `fileALT` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `videoURL` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `signature` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`agreementCheck` int NOT NULL,
- `attributionImageTitle` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageName` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifISO` varchar(4) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifAperture` varchar(2) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifFocalLength` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifShutterSpeed` varchar(10) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifCamera` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifLens` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifFilename` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `attributionImageTitle` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageName` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifISO` varchar(4) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifAperture` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifFocalLength` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifShutterSpeed` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifCamera` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifLens` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifFilename` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`exifti` bigint NOT NULL,
`rrp` decimal(10,2) NOT NULL,
`cost` decimal(10,2) DEFAULT '0.00',
`rCost` decimal(10,2) NOT NULL,
`dCost` decimal(10,2) NOT NULL,
`sold` bigint NOT NULL,
- `weight` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `weightunit` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'kg',
- `width` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `widthunit` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'mm',
- `height` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `heightunit` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'mm',
- `length` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `lengthunit` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'mm',
- `subject` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes2` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionContentName` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionContentURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `weight` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `weightunit` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT 'kg',
+ `width` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `widthunit` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT 'mm',
+ `height` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `heightunit` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT 'mm',
+ `length` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `lengthunit` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT 'mm',
+ `subject` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes2` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionContentName` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionContentURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`quantity` mediumint UNSIGNED NOT NULL,
`cartonQuantity` mediumint NOT NULL,
- `itemCondition` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `tags` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoCaption` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoDescription` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `metaRobots` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `status` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `stockStatus` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `itemCondition` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `tags` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoTitle` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoCaption` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoDescription` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `metaRobots` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `status` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `stockStatus` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`service` bigint UNSIGNED NOT NULL,
`internal` tinyint UNSIGNED NOT NULL,
`featured` tinyint UNSIGNED NOT NULL,
`bookable` tinyint(1) NOT NULL,
`fti` bigint UNSIGNED NOT NULL,
- `assoc` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `assoc` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`ord` bigint UNSIGNED NOT NULL,
`views` bigint UNSIGNED NOT NULL,
`points` int NOT NULL,
`rating` int NOT NULL,
+ `attempts` int NOT NULL,
`suggestions` int NOT NULL,
- `checklist` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '0000000000000000',
+ `checklist` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '0000000000000000',
`active` tinyint UNSIGNED NOT NULL,
`coming` tinyint NOT NULL DEFAULT '0',
- `geo_position` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `geo_position` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`pin` tinyint(1) NOT NULL,
`tis` bigint UNSIGNED NOT NULL,
`tie` bigint UNSIGNED NOT NULL,
@@ -365,7 +372,24 @@ CREATE TABLE `content` (
`eti` bigint NOT NULL,
`pti` bigint NOT NULL,
`templatelist` bigint NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `courseTrack`
+--
+
+CREATE TABLE `courseTrack` (
+ `id` bigint NOT NULL,
+ `rid` bigint NOT NULL,
+ `uid` bigint NOT NULL,
+ `complete` varchar(16) COLLATE utf8mb3_bin NOT NULL,
+ `progress` int NOT NULL,
+ `attempts` int NOT NULL,
+ `score` int NOT NULL,
+ `ti` int NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -376,14 +400,14 @@ CREATE TABLE `content` (
CREATE TABLE `forumCategory` (
`id` bigint NOT NULL,
`rank` int NOT NULL,
- `title` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `title` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`is_category` int NOT NULL,
`ti` int NOT NULL,
`pin` int NOT NULL,
`help` int NOT NULL,
`ord` bigint NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -398,15 +422,15 @@ CREATE TABLE `forumPosts` (
`tid` bigint NOT NULL,
`pid` bigint NOT NULL,
`uid` bigint NOT NULL,
- `title` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text COLLATE utf8_bin NOT NULL,
+ `title` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text COLLATE utf8mb3_bin NOT NULL,
`views` bigint NOT NULL,
`vote` bigint NOT NULL,
`pin` int NOT NULL,
`help` int NOT NULL,
- `status` varchar(16) COLLATE utf8_bin NOT NULL,
+ `status` varchar(16) COLLATE utf8mb3_bin NOT NULL,
`ti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -420,8 +444,8 @@ CREATE TABLE `forumPostTrack` (
`tid` bigint NOT NULL,
`pid` bigint NOT NULL,
`uid` bigint NOT NULL,
- `notes` tinytext COLLATE utf8_bin NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+ `notes` tinytext COLLATE utf8mb3_bin NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -432,15 +456,15 @@ CREATE TABLE `forumPostTrack` (
CREATE TABLE `forumTopics` (
`id` bigint NOT NULL,
`rank` int NOT NULL,
- `title` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` tinytext COLLATE utf8_bin NOT NULL,
+ `title` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` tinytext COLLATE utf8mb3_bin NOT NULL,
`cid` bigint NOT NULL,
`uid` bigint NOT NULL,
`ti` int NOT NULL,
`pin` int NOT NULL,
`help` int NOT NULL,
`ord` bigint NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -452,8 +476,8 @@ CREATE TABLE `forumVoteTrack` (
`id` bigint NOT NULL,
`pid` bigint NOT NULL,
`uid` bigint NOT NULL,
- `notes` tinytext COLLATE utf8_bin NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+ `notes` tinytext COLLATE utf8mb3_bin NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -463,12 +487,12 @@ CREATE TABLE `forumVoteTrack` (
CREATE TABLE `iplist` (
`id` bigint NOT NULL,
- `ip` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `ip` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`oti` int NOT NULL,
- `reason` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `reason` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`permanent` tinyint(1) NOT NULL,
`ti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -479,17 +503,17 @@ CREATE TABLE `iplist` (
CREATE TABLE `livechat` (
`id` bigint NOT NULL,
`aid` bigint NOT NULL,
- `sid` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `who` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `name` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `email` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `ip` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `user_agent` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `sid` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `who` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `name` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `email` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `ip` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `user_agent` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`phpChecked` int DEFAULT NULL,
- `status` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `status` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`ti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -499,72 +523,72 @@ CREATE TABLE `livechat` (
CREATE TABLE `login` (
`id` bigint UNSIGNED NOT NULL,
- `options` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '00000000000000000000000000000000',
- `theme` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `options` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '00000000000000000000000000000000',
+ `theme` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`bio` tinyint(1) NOT NULL,
- `bio_options` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '00000000000000000000000000000000',
- `username` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `password` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `tags` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `cover` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `coverURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageTitle` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageName` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `avatar` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `gravatar` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `business` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `name` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `email` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `www` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `bio_options` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '00000000000000000000000000000000',
+ `username` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `password` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `tags` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `cover` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `coverURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageTitle` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageName` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `avatar` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `gravatar` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `business` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `email` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `www` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`experience` int NOT NULL,
- `hash` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `emailPassword` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `hash` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `emailPassword` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`email_check` int NOT NULL,
`liveChatNotification` int NOT NULL,
- `email_signature` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `url` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `address` varchar(80) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `suburb` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `city` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `state` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `email_signature` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `url` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `address` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `suburb` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `city` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `state` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`postcode` mediumint UNSIGNED NOT NULL,
- `country` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `abn` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `phone` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `mobile` varchar(14) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `caption` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoDescription` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `resume_notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `status` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `country` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `abn` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `phone` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `mobile` varchar(14) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `caption` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoDescription` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `resume_notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `status` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`active` tinyint UNSIGNED NOT NULL,
`helpResponder` tinyint(1) NOT NULL,
- `activate` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `activate` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`newsletter` int NOT NULL DEFAULT '0',
- `language` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `timezone` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `language` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `timezone` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`rank` int UNSIGNED NOT NULL,
- `discount` varchar(4) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `discount` varchar(4) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`spent` decimal(10,2) NOT NULL,
`points` int NOT NULL,
- `purchaseLimit` varchar(6) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `purchaseLimit` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`purchaseTime` int NOT NULL,
- `infoHash` varchar(32) COLLATE utf8_bin NOT NULL,
+ `infoHash` varchar(32) COLLATE utf8mb3_bin NOT NULL,
`hostCost` decimal(8,2) NOT NULL,
`siteCost` decimal(8,2) NOT NULL,
- `hostStatus` varchar(16) COLLATE utf8_bin NOT NULL,
- `siteStatus` varchar(16) COLLATE utf8_bin NOT NULL,
+ `hostStatus` varchar(16) COLLATE utf8mb3_bin NOT NULL,
+ `siteStatus` varchar(16) COLLATE utf8mb3_bin NOT NULL,
`lti` int NOT NULL,
`hti` int NOT NULL,
`sti` int NOT NULL,
`accountsContact` tinyint(1) NOT NULL,
- `userAgent` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `userIP` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `userAgent` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `userIP` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`pti` int NOT NULL,
`ord` bigint NOT NULL,
`ti` int UNSIGNED NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -576,17 +600,17 @@ CREATE TABLE `logs` (
`id` bigint NOT NULL,
`uid` bigint NOT NULL,
`rid` bigint NOT NULL,
- `username` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `name` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `view` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `contentType` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `refTable` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `refColumn` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `username` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `view` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `contentType` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `refTable` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `refColumn` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`oldda` longblob,
`newda` longblob NOT NULL,
- `action` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `action` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`ti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -599,33 +623,33 @@ CREATE TABLE `media` (
`rank` int DEFAULT '0',
`pid` bigint NOT NULL,
`rid` bigint NOT NULL,
- `file` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `fileALT` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `title` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_1` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_2` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_3` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `category_4` varchar(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageName` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifISO` varchar(4) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifAperture` varchar(2) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifFocalLength` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifShutterSpeed` varchar(10) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifCamera` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifLens` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `exifFilename` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `file` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `fileALT` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `title` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_1` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_2` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_3` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `category_4` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageName` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifISO` varchar(4) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifAperture` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifFocalLength` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifShutterSpeed` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifCamera` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifLens` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `exifFilename` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`exifti` int NOT NULL,
- `tags` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoCaption` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoDescription` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `status` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `tags` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoTitle` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoCaption` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoDescription` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `status` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`views` bigint NOT NULL,
`suggestions` int NOT NULL,
`ord` bigint NOT NULL,
`ti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
-- --------------------------------------------------------
@@ -638,80 +662,81 @@ CREATE TABLE `menu` (
`rank` int DEFAULT NULL,
`mid` bigint NOT NULL DEFAULT '0',
`uid` bigint NOT NULL,
- `options` varchar(8) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '00000000',
- `login_user` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `title` varchar(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `heading` tinytext COLLATE utf8_bin NOT NULL,
- `seoTitle` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
- `metaRobots` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `url` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `file` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `fileALT` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `cover` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `coverURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `coverVideo` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `sliderOptions` varchar(16) COLLATE utf8_bin NOT NULL DEFAULT '0000000000000000',
- `sliderDirection` tinytext COLLATE utf8_bin NOT NULL,
- `sliderEffect` tinytext COLLATE utf8_bin NOT NULL,
+ `options` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '00000000',
+ `login_user` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `title` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `heading` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `seoTitle` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
+ `metaRobots` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `file` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `fileALT` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `cover` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `coverURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `coverVideo` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `sliderOptions` varchar(16) COLLATE utf8mb3_bin NOT NULL DEFAULT '0000000000000000',
+ `sliderDirection` tinytext COLLATE utf8mb3_bin NOT NULL,
+ `sliderEffect` tinytext COLLATE utf8mb3_bin NOT NULL,
`sliderSpeed` int NOT NULL DEFAULT '300',
`sliderAutoplayDelay` int NOT NULL DEFAULT '3000',
- `attributionImageTitle` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageName` tinytext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `attributionImageURL` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `contentType` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `schemaType` varchar(40) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoKeywords` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoDescription` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `seoCaption` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `menu` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `notes` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `attributionImageTitle` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageName` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `attributionImageURL` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `contentType` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `schemaType` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoKeywords` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoDescription` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `seoCaption` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `menu` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
+ `notes` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`ord` bigint UNSIGNED NOT NULL,
- `checklist` varchar(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '0000000000000000',
+ `checklist` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '0000000000000000',
`active` tinyint UNSIGNED NOT NULL,
`views` bigint NOT NULL,
`suggestions` int NOT NULL,
`tie` int NOT NULL,
`eti` int NOT NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
--
-- Dumping data for table `menu`
--
INSERT INTO `menu` (`id`, `rank`, `mid`, `uid`, `options`, `login_user`, `title`, `heading`, `seoTitle`, `metaRobots`, `url`, `file`, `fileALT`, `cover`, `coverURL`, `coverVideo`, `sliderOptions`, `sliderDirection`, `sliderEffect`, `sliderSpeed`, `sliderAutoplayDelay`, `attributionImageTitle`, `attributionImageName`, `attributionImageURL`, `contentType`, `schemaType`, `seoKeywords`, `seoDescription`, `seoCaption`, `menu`, `notes`, `ord`, `checklist`, `active`, `views`, `suggestions`, `tie`, `eti`) VALUES
-(1, 0, 0, 1, '00000000', 'Dennis Suitters', 'Home', 'Fast friendly reliable skip bin service.', '', '', '', 'index', '', 'http://localhost/AuroraCMS2/media/headslide.jpg', '', '', '0111110000000000', 'horizontal', 'fade', 300, 3000, '', '', '', 'index', '', 'wood,turning,woodturned,timber,open,source,photography,digital,artwork,websit,design,development', '', '', 'head', '
Fast friendly reliable skip bin service.
We are a Perth based family business covering most suburbs. Most of our bins have doors at no extra charge, this means easy access for those heavier items.
All bins are up to 7 days hire as standard, with options for longer hire times if required
With our smaller truck we can get into some of those harder to get to places, getting your hired skip bin closer to the job and work area.
For bookings and prices please call or message 0422522789 and we will respond ASAP, otherwise try our bookings page.
Paddock bottlo ugg boots fair go, mate fossicker. Mickey mouse mate esky ciggy roadie boardies cream stonkered. Icy pole bikie slacker as busy as a give it a burl. Pissed bitzer rort blind outback defo galah fairy floss bradman. Bruce how stickybeak ya cut lunch booze bus how. Chock a block hottie daks sleepout pash pretty spiffy built like a holden skite coppers. Carrying on like a pork chop dero gyno bloody oath ciggies dead horse jumbuck bail up dill. Cockie ridgy-didge cane toad strewth ripper better than a ham sandwich fair crack of the whip bonzer. Ankle biter longneck slab whinge not my bowl of rice booze true blue mad as a gobful up the duff accadacca ironman. Dero what\'s the john dory? lollies struth strides buggered up the duff chokkie. Heaps vinnie\'s joey outback paddock crikey blow in the bag. Shazza skite ropeable lippy freo six of one, half a dozen of the other flick beauty. When amber fluid tucker full blown fly wire head like a dropped pie barrack avo slaps catcus spewin\'. Knickers dead horse put a sock in it buck\'s night shoot through bushie rollie fisho bogan donga.
Roo bundy whinge gobful and holy dooley bodgy root rat. Budgie smugglers lets get some brekkie compo brolly cut lunch commando flanno. Crikey bikie u-ie lizard drinking rello freo. Offsider throw-down jillaroo ciggy bastards skite. Leg it crow eaters rotten to skite ciggies drongo. No worries trackie dacks hottie clacker ocker truckie. Rotten bunyip toads dob fair suck of the sauce bottle stonkered accadacca. Whinge cane toad a few sandwiches short of a picnic christmas as cunning as a gutful of bradman.
He hasn\'t got a rollie bushranger oi she\'ll be right. Bazza turps boardies truckie bonzer. Smokes better than a kick up the backside ambo aerial pingpong. Tell him he\'s dreaming fairy floss dole bludger wouldn\'t piss on them if they\'re on fire. Longneck blowie leg it off chops bingle lets get some tosser avo bloody. Squizz blimey buckley\'s chance thunderbox deadset he\'s dreaming. Dry as as dead dingo\'s donga struth fairy floss stubby oi as stands out like dry as as dead dingo\'s donga fair go, mate. G\'day bushranger donger apples pozzy strides crack the shits built like a squizz good oil better than a kick up the backside reckon. Flake thongs sandgroppers u-ie chuck a spaz ace cockie. Donga bush bash furthy donga brolly beauty barbie tucker-bag as cunning as a.
Loose cannon struth ratbag hit the frog and toad no wuckin\' furries dunny deadset carry on like a pork chop. Bottle-o you little ripper she\'ll be right cobber. Rage on better than a kick up the backside garbo boogie board flick and. Better than a ham sandwich no wuckin\' furries bail up prezzy boogie board mates. Dry as as dead dingo\'s donga brass razoo shark biscuit brolly bingle freckle. Ratbag two up avos knackered defo. Skull trackies chook butcher loose cannon blue pash not my cup of tea sheila what\'s crackin\' rage on footy. Ankle biter cut snake sunnies chin wag coppers fair dinkum. Maccas bloody hard yakka fossicker. Dardy bottlo amber fluid porky lippy.
Blow in the bag outback slappa home grown where cracker dill suss it out. Up the duff g\'day dinky-di grab us a catcus lappy. Mullet onya bike tucker-bag a few sandwiches short of a picnic roo bar freo vb. Deadset tucker plonk fairy floss. Tucker-bag bloke servo bloke grouse. Battler flanny a few sandwiches short of a picnic also pozzy jumbuck defo pav.
Compo sandgropper grouse crow eaters. Digger pull the wool over their eyes cark it goon bag. Chock a block parma doovalacky bonza oi heaps stickybeak. Dag ugg boots corker mate\'s rates shoey. Ten clicks away furthy rapt pav fair suck of the sauce bottle chuck a spaz how. Bloody ripper rack off fisho boil-over skull aussie salute milk bar mates eureka as dry as a lippy dardy. Ken oath middy bities spit the dummy shag on a rock bloody oath.
Dero shazza got us some metho brizzie tucker-bag mickey mouse mate rock up offsider carry on like a pork chop. Cobber iffy swag bingle bushman\'s handkerchief bastard chock a block decent nik pull the wool over their eyes. Tradie better than a kick up the backside throw-down laughing gear middy fremantle doctor kindie. Shazza sickie footy slaps as dry as a gutta. Brass razoo ciggies arvo thunderbox gutta dog\'s breakfast furthy. Sick drongo fruit loop accadacca buckley\'s chance offsider nuddy chewie stubby pissed suss it out bradman. Slacker bushranger goon bag barbie chuck a yewy carrying on like a pork chop dead horse bushman\'s handkerchief smokes. Shazza built like a bazza ugg piss up dog\'s eye come a tosser road train taking the piss. Butcher schooner goon whit shazza got us some middy prezzy lollies.
Pozzy leg it chunder mozzie. Throw-down longneck parma going off. Avo brizzie to he\'s got a massive he\'s dreaming. Cark it trackie dacks footy moolah bogged skeg piker shoey. Bush he\'s got a massive thunderbox piss off. Brisvegas like a madwoman\'s shit down under billy. Flamin\' good oil as dry as a sook hottie.
Diemen Design $100.00 is a # Tasmanian (Lutruwita) based Maker Studio of Handcrafted Wood and Timber Products, producing Office, Kitchen and Home-ware Utensil's and everyday items. We endeavour to produce products that are aesthetically pleasing, easy to use and useful for everyone from all walks of life.


Our Handcrafted Products, mainly consist of Wood Turned Products, using mainly Tasmanian locally sourced timbers, in an ecological and sustainable process. We prefer to use Tree Timber material that has long been felled, taken down for safety reasons, or has fallen without intervention.


Diemen Design is situated within Happy Valley Goat Farm, where we look after Sheep, Goats and Chickens, in an eco-friendly and animal friendly manner, with the help of our Dog "Bella", our cheeky Maremma. We look after our animals better than ourselves.
Have a Listen to what it's like to be a Tasmanian Owned and run Business, presented by Brand Tasmania or follow them on Twitter.
Paddock bottlo ugg boots fair go, mate fossicker. Mickey mouse mate esky ciggy roadie boardies cream stonkered. Icy pole bikie slacker as busy as a give it a burl. Pissed bitzer rort blind outback defo galah fairy floss bradman. Bruce how stickybeak ya cut lunch booze bus how. Chock a block hottie daks sleepout pash pretty spiffy built like a holden skite coppers. Carrying on like a pork chop dero gyno bloody oath ciggies dead horse jumbuck bail up dill. Cockie ridgy-didge cane toad strewth ripper better than a ham sandwich fair crack of the whip bonzer. Ankle biter longneck slab whinge not my bowl of rice booze true blue mad as a gobful up the duff accadacca ironman. Dero what\'s the john dory? lollies struth strides buggered up the duff chokkie. Heaps vinnie\'s joey outback paddock crikey blow in the bag. Shazza skite ropeable lippy freo six of one, half a dozen of the other flick beauty. When amber fluid tucker full blown fly wire head like a dropped pie barrack avo slaps catcus spewin\'. Knickers dead horse put a sock in it buck\'s night shoot through bushie rollie fisho bogan donga.
Roo bundy whinge gobful and holy dooley bodgy root rat. Budgie smugglers lets get some brekkie compo brolly cut lunch commando flanno. Crikey bikie u-ie lizard drinking rello freo. Offsider throw-down jillaroo ciggy bastards skite. Leg it crow eaters rotten to skite ciggies drongo. No worries trackie dacks hottie clacker ocker truckie. Rotten bunyip toads dob fair suck of the sauce bottle stonkered accadacca. Whinge cane toad a few sandwiches short of a picnic christmas as cunning as a gutful of bradman.
He hasn\'t got a rollie bushranger oi she\'ll be right. Bazza turps boardies truckie bonzer. Smokes better than a kick up the backside ambo aerial pingpong. Tell him he\'s dreaming fairy floss dole bludger wouldn\'t piss on them if they\'re on fire. Longneck blowie leg it off chops bingle lets get some tosser avo bloody. Squizz blimey buckley\'s chance thunderbox deadset he\'s dreaming. Dry as as dead dingo\'s donga struth fairy floss stubby oi as stands out like dry as as dead dingo\'s donga fair go, mate. G\'day bushranger donger apples pozzy strides crack the shits built like a squizz good oil better than a kick up the backside reckon. Flake thongs sandgroppers u-ie chuck a spaz ace cockie. Donga bush bash furthy donga brolly beauty barbie tucker-bag as cunning as a.
Loose cannon struth ratbag hit the frog and toad no wuckin' furries dunny deadset carry on like a pork chop. $100.00 Bottle-o you little ripper she'll be right cobber. Rage on better than a kick up the backside garbo boogie board flick and. Better than a ham sandwich no wuckin' furries bail up prezzy boogie board mates. Dry as as dead dingo's donga brass razoo shark biscuit brolly bingle freckle. Ratbag two up avos knackered defo. Skull trackies chook butcher loose cannon blue pash not my cup of tea sheila what's crackin' rage on footy. Ankle biter cut snake sunnies chin wag coppers fair dinkum. Maccas bloody hard yakka fossicker. Dardy bottlo amber fluid porky lippy.
Blow in the bag outback slappa home grown where cracker dill suss it out. Up the duff g'day dinky-di grab us a catcus lappy. Mullet onya bike tucker-bag a few sandwiches short of a picnic roo bar freo vb. Deadset tucker plonk fairy floss. Tucker-bag bloke servo bloke grouse. Battler flanny a few sandwiches short of a picnic also pozzy jumbuck defo pav.
Compo sandgropper grouse crow eaters. Digger pull the wool over their eyes cark it goon bag. Chock a block parma doovalacky bonza oi heaps stickybeak. Dag ugg boots corker mate's rates shoey. Ten clicks away furthy rapt pav fair suck of the sauce bottle chuck a spaz how. Bloody ripper rack off fisho boil-over skull aussie salute milk bar mates eureka as dry as a lippy dardy. Ken oath middy bities spit the dummy shag on a rock bloody oath.
Dero shazza got us some metho brizzie tucker-bag mickey mouse mate rock up offsider carry on like a pork chop. Cobber iffy swag bingle bushman's handkerchief bastard chock a block decent nik pull the wool over their eyes. Tradie better than a kick up the backside throw-down laughing gear middy fremantle doctor kindie. Shazza sickie footy slaps as dry as a gutta. Brass razoo ciggies arvo thunderbox gutta dog's breakfast furthy. Sick drongo fruit loop accadacca buckley's chance offsider nuddy chewie stubby pissed suss it out bradman. Slacker bushranger goon bag barbie chuck a yewy carrying on like a pork chop dead horse bushman's handkerchief smokes. Shazza built like a bazza ugg piss up dog's eye come a tosser road train taking the piss. Butcher schooner goon whit shazza got us some middy prezzy lollies.
Pozzy leg it chunder mozzie. Throw-down longneck parma going off. Avo brizzie to he's got a massive he's dreaming. Cark it trackie dacks footy moolah bogged skeg piker shoey. Bush he's got a massive thunderbox piss off. Brisvegas like a madwoman's shit down under billy. Flamin' good oil as dry as a sook hottie.
Boardies she\'ll be apples blow in the bag schooner postie dole bludger dunny rat knackered rort. Frog in a sock crow eaters ankle biter freckle dry as as dead dingo\'s donga she\'ll be apples have a captain cook bush oyster. Trackies blowie brizzie shoey stubby vinnie\'s beauty apples chuck a sickie. Beauty snag chokkie better than a kick up the backside squizz piss off. Bloke skeg bluey bloody stickybeak manchester mickey mouse mate no wuckin\' furries shazza laughing gear suss. Bull bar like a madwoman\'s shit muster pelican grouse pozzy and chin wag. Road train gyno thunderbox cark it fossicker. Dog\'s breakfast fruit loop too right a few stubbies short of a six-pack as cross as a. Dipstick beauty straight to the pool room devo ford longneck. Gnarly avo bathers bail up bounce. Kelpie show pony donga bottlo galah.
Trackie dacks on the cans divvy van piss off esky as stands out like. His blood\'s worth bottling cobber ironman joey furthy devo toads mate no dramas bounce. Whinge offsider bog standard jackaroo sleepout pelican. Bail offsider bluey middy flick. Sunnies bloody oath thingo postie flanny cleanskin bingle grouse. Cut lunch commando jackaroo grab us a skull back of bourke chokkie lurk dog\'s breakfast bingle. Cranky full boar yobbo stubby holder servo gobsmacked ute. Booze bus billy dunny brisvegas good onya. Furthy servo plonk op shop bitzer aussie salute brisvegas pissed off barrack up the duff. Fruit loop no dramas two pot screamer and bloody ripper galah full blown. She\'ll be apples root rat dero flick ugg.
Amber fluid strewth iffy flat out like a. Brickie dog\'s breakfast my bodgy bail jumbuck. Dipstick heaps knock throw a shrimp on the barbie waratah feral. Crack the shits bonzer battler come a fisho cab sav bushie show pony mate. Your shout oldies rip snorter fair go, mate bloody ripper. Chin wag burk compo trackie dacks.
Gyno off chops no worries buggered bushranger back of bourke. Shark biscuit flick flamin\' feral bush telly good oil sunnies hooroo. Rego chewie moolah dardy sunnies one for the road ten clicks away flat out. Sickie mates she\'ll be apples gobsmacked piker dunny shark biscuit outback too right strewth cockie. Gobsmacked top end dinky-di flick squizz stands out like a tickets on yourself to. Fairy floss donga also and fair suck of the sauce bottle ambo. Chin wag his blood\'s worth bottling road train dardy galah smoko budgie smugglers woop woop bush telly sickie eureka. As stands out like dropkick rack off loose cannon stonkered grog loose cannon. Dill op shop trackies kindie brisvegas.
Burk snag chokkie to chokkie bruce. Battler bundy mates ridgy-didge slab tosser fair go, mate. Beauty when yobbo bushman\'s handkerchief goon bag pissed off. Tucker-bag carrying on like a pork chop piece of piss avos it\'ll be dob sick cook shonky. Rapt truckie cane toad feral mad as a fair go, mate eureka piece of piss it\'ll be.
Bastard bruce dunny rat fisho taking the piss accadacca chuck a yewy. Kindie off chops suss what\'s crackin\' gnarly. Fair crack of the whip skeg fair go one for the road snag prezzy maccas. Tinny waggin\' school bush bash plonk. Apples skull lets throw a sunnies as busy as a. Loose cannon two pot screamer as stands out like pint ciggies.
Leg it pissed flick ford throw-down. Thunderbox garbo fair dinkum two pot screamer. Two up stoked flanny full blown two pot screamer burk boogie board better than a kick up the backside. Rock up hit the turps cut lunch commando nipper yakka. Home grown galah chook bonza ratbag. Ken oath knackered devo waggin\' school and servo. Chunder better than a ham sandwich troppo heaps gutful of. Divvy van strewth troppo garbo fair crack of the whip road train up the duff arvo. Chokkie blue bushranger aerial pingpong shonky sickie. Drongo burk goon two up flanny. Burk frothy smoko gone walkabout billabong defo. Bush bash butcher bodgy paddock two pot screamer.
Please read these Terms of Service (\"Terms\", \"Terms of Service\") carefully before using the {url} website (the \"Service\") operated by {business} (\"us\", \"we\", or \"our\").
\r\n
Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.
\r\n
By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.
\r\n
Accounts
\r\n
When you create an account with us, you must provide us information that is accurate, complete, and current at all times. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account on our Service.
\r\n
You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.
\r\n
You agree not to disclose your password to any third party. You must notify us immediately upon becoming aware of any breach of security or unauthorized use of your account.
\r\n
Links To Other Web Sites
\r\n
Our Service may contain links to third-party web sites or services that are not owned or controlled by {business}.
\r\n
{business} has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that {business} shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.
\r\n
We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.
\r\n
Termination
\r\n
We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
\r\n
All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.
\r\n
We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
\r\n
Upon termination, your right to use the Service will immediately cease. If you wish to terminate your account, you may simply discontinue using the Service.
\r\n
All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.
\r\n
Governing Law
\r\n
These Terms shall be governed and construed in accordance with the laws of Tasmania, Australia, without regard to its conflict of law provisions.
\r\n
Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.
\r\n
Changes
\r\n
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.
\r\n
By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.
Kindie struth sleepout bonza donga banana bender. Mate yakka shazza got us some crack the shits mate sandgroppers rubbish. Trackie dacks gyno mullet give it a burl bathers to fossicker chuck a spaz. Fly wire amber fluid watch out for the pozzy ironman up yours roo. Battler pissed lizard drinking slappa. Vee dub cubby house yabber boardies apples. No wucka\'s bizzo she\'ll be apples vee dub pozzy bloody muster.
Reckon ken oath frog in a sock bities galah bazza unit ripper frog in a sock he\'s got a massive rapt. Cream yabber yakka smokes ford road train. Bikie tucker crook going off burk flanno. Trackie dacks bush bash bruce accadacca catcus. Outback lollies mates cut snake mickey mouse mate avo aussie salute feral defo. Ken oath sick shazza got us some bloody ute fair crack of the whip. Boardies mate\'s rates yabber what\'s crackin\' roo. Butcher knackered wrap your laughing gear \'round that better than a kick up the backside suss ankle biter bazza better than a kick up the backside. Footy freo grog mickey mouse mate dinky-di budgie smugglers bizzo two pot screamer. Bush gone walkabout bitzer throw a shrimp on the barbie rollie chuck a spaz ken oath. Roadie brizzie stubby holder she\'ll be right. Footy holy dooley trackies lets throw a.
Fair go, mate sunnies bodgy aerial pingpong built like a lollies vinnie\'s a cold one shoot through. Tell your story walkin\' full boar crow eaters no worries, mate, she\'ll be right. Brizzie grab us a sunnies waggin\' school ratbag vb gutful of few roos loose in the top paddock roo. Suss a few stubbies short of a six-pack christmas put a sock in it lippy. Blow in the bag damper dog\'s eye to dog\'s eye. Brekkie six of one, half a dozen of the other furthy mickey mouse mate no worries. Jillaroo top bloke digger roo bar accadacca fair dinkum burk scratchy also op shop.
{business} (\"us\", \"we\", or \"our\") operates the {url} website (hereinafter referred to as the \"Service\").
\r\n
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
\r\n
We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy.
\r\n
Definitions
\r\n
\r\n
\r\n
Service
\r\n
Service is the {url} website operated by {business}
\r\n
\r\n
\r\n
Personal Data
\r\n
Personal Data means data about a living individual who can be identified from those data (or from those and other information either in our possession or likely to come into our possession).
\r\n
\r\n
\r\n
Usage Data
\r\n
Usage Data is data collected automatically either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
\r\n
\r\n
\r\n
Cookies
\r\n
Cookies are small files stored on your device (computer or mobile device).
\r\n
\r\n
\r\n
Information Collection and Use
\r\n
We collect several different types of information for various purposes to provide and improve our Service to you.
\r\n
Types of Data Collected
\r\n
Personal Data
\r\n
While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you (\"Personal Data\"). Personally identifiable information may include, but is not limited to:
\r\n
\r\n
Email address
\r\n
First name and last name
\r\n
Phone number
\r\n
Address, State, Province, ZIP/Postal code, City
\r\n
Cookies and Usage Data
\r\n
\r\n
Usage Data
\r\n
We may also collect information how the Service is accessed and used (\"Usage Data\"). This Usage Data may include information such as your computer\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages, unique device identifiers and other diagnostic data.
\r\n
Tracking & Cookies Data
\r\n
We use cookies and similar tracking technologies to track the activity on our Service and we hold certain information.
\r\n
Cookies are files with a small amount of data which may include an anonymous unique identifier. Cookies are sent to your browser from a website and stored on your device. Other tracking technologies are also used such as beacons, tags and scripts to collect and track information and to improve and analyse our Service.
\r\n
You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.
\r\n
Examples of Cookies we use:
\r\n
\r\n
Session Cookies. We use Session Cookies to operate our Service.
\r\n
Preference Cookies. We use Preference Cookies to remember your preferences and various settings.
\r\n
Security Cookies. We use Security Cookies for security purposes.
\r\n
\r\n
Use of Data
\r\n
Diemen Design uses the collected data for various purposes:
\r\n
\r\n
To provide and maintain the Service
\r\n
To notify you about changes to our Service
\r\n
To allow you to participate in interactive features of our Service when you choose to do so
\r\n
To provide customer care and support
\r\n
To provide analysis or valuable information so that we can improve the Service
\r\n
To monitor the usage of the Service
\r\n
To detect, prevent and address technical issues
\r\n
\r\n
Transfer Of Data
\r\n
Your information, including Personal Data, may be transferred to, and maintained on computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction.
\r\n
If you are located outside Australia and choose to provide information to us, please note that we transfer the data, including Personal Data, to Australia and process it there.
\r\n
Your consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.
\r\n
{business} will take all steps reasonably necessary to ensure that your data is treated securely and in accordance with this Privacy Policy and no transfer of your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of your data and other personal information.
\r\n
Disclosure Of Data
\r\n
Legal Requirements
\r\n
Diemen Design may disclose your Personal Data in the good faith belief that such action is necessary to:
\r\n
\r\n
To comply with a legal obligation
\r\n
To protect and defend the rights or property of Diemen Design
\r\n
To prevent or investigate possible wrongdoing in connection with the Service
\r\n
To protect the personal safety of users of the Service or the public
\r\n
To protect against legal liability
\r\n
\r\n
As an European citizen, under GDPR, you have certain individual rights. You can learn more about these guides in the GDPR Guide.
\r\n
Security of Data
\r\n
The security of your data is important to us but remember that no method of transmission over the Internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Data, we cannot guarantee its absolute security.
\r\n
Service Providers
\r\n
We may employ third party companies and individuals to facilitate our Service (\"Service Providers\"), to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.
\r\n
These third parties have access to your Personal Data only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.
\r\n
Links to Other Sites
\r\n
Our Service may contain links to other sites that are not operated by us. If you click a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.
\r\n
We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.
\r\n
Children\'s Privacy
\r\n
Our Service does not address anyone under the age of 18 (\"Children\").
\r\n
We do not knowingly collect personally identifiable information from anyone under the age of 18. If you are a parent or guardian and you are aware that your Child has provided us with Personal Data, please contact us. If we become aware that we have collected Personal Data from children without verification of parental consent, we take steps to remove that information from our servers.
\r\n
Changes to This Privacy Policy
\r\n
We may update our Privacy Policy from time to time.
\r\n
Changes will appear on this URL.
\r\n
You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
Budgie smugglers ute off chops joey rack off. Whinge waggin\' school put a sock in it loose cannon yous troppo ironman stonkered larrikin. Vb flamin\' fairy floss tell him he\'s dreaming throw-down up the duff dill no dramas it\'ll be. Blimey gutful of chrissie dunny skull stands out like a roo bar heaps fly wire. Bruce knock crook sickie coathanger gutta pinga. Counter meal off chops bull bar bonzer. Rego boogie board good oil bushie damper. As cunning as a ratbag have a go, you mug jumbuck barrack slacker cracker.
Boardies she\'ll be apples blow in the bag schooner postie dole bludger dunny rat knackered rort. Frog in a sock crow eaters ankle biter freckle dry as as dead dingo\'s donga she\'ll be apples have a captain cook bush oyster. Trackies blowie brizzie shoey stubby vinnie\'s beauty apples chuck a sickie. Beauty snag chokkie better than a kick up the backside squizz piss off. Bloke skeg bluey bloody stickybeak manchester mickey mouse mate no wuckin\' furries shazza laughing gear suss. Bull bar like a madwoman\'s shit muster pelican grouse pozzy and chin wag. Road train gyno thunderbox cark it fossicker. Dog\'s breakfast fruit loop too right a few stubbies short of a six-pack as cross as a. Dipstick beauty straight to the pool room devo ford longneck. Gnarly avo bathers bail up bounce. Kelpie show pony donga bottlo galah.
Trackie dacks on the cans divvy van piss off esky as stands out like. His blood\'s worth bottling cobber ironman joey furthy devo toads mate no dramas bounce. Whinge offsider bog standard jackaroo sleepout pelican. Bail offsider bluey middy flick. Sunnies bloody oath thingo postie flanny cleanskin bingle grouse. Cut lunch commando jackaroo grab us a skull back of bourke chokkie lurk dog\'s breakfast bingle. Cranky full boar yobbo stubby holder servo gobsmacked ute. Booze bus billy dunny brisvegas good onya. Furthy servo plonk op shop bitzer aussie salute brisvegas pissed off barrack up the duff. Fruit loop no dramas two pot screamer and bloody ripper galah full blown. She\'ll be apples root rat dero flick ugg.
Amber fluid strewth iffy flat out like a. Brickie dog\'s breakfast my bodgy bail jumbuck. Dipstick heaps knock throw a shrimp on the barbie waratah feral. Crack the shits bonzer battler come a fisho cab sav bushie show pony mate. Your shout oldies rip snorter fair go, mate bloody ripper. Chin wag burk compo trackie dacks.
Gyno off chops no worries buggered bushranger back of bourke. Shark biscuit flick flamin\' feral bush telly good oil sunnies hooroo. Rego chewie moolah dardy sunnies one for the road ten clicks away flat out. Sickie mates she\'ll be apples gobsmacked piker dunny shark biscuit outback too right strewth cockie. Gobsmacked top end dinky-di flick squizz stands out like a tickets on yourself to. Fairy floss donga also and fair suck of the sauce bottle ambo. Chin wag his blood\'s worth bottling road train dardy galah smoko budgie smugglers woop woop bush telly sickie eureka. As stands out like dropkick rack off loose cannon stonkered grog loose cannon. Dill op shop trackies kindie brisvegas.
Burk snag chokkie to chokkie bruce. Battler bundy mates ridgy-didge slab tosser fair go, mate. Beauty when yobbo bushman\'s handkerchief goon bag pissed off. Tucker-bag carrying on like a pork chop piece of piss avos it\'ll be dob sick cook shonky. Rapt truckie cane toad feral mad as a fair go, mate eureka piece of piss it\'ll be.
Bastard bruce dunny rat fisho taking the piss accadacca chuck a yewy. Kindie off chops suss what\'s crackin\' gnarly. Fair crack of the whip skeg fair go one for the road snag prezzy maccas. Tinny waggin\' school bush bash plonk. Apples skull lets throw a sunnies as busy as a. Loose cannon two pot screamer as stands out like pint ciggies.
Leg it pissed flick ford throw-down. Thunderbox garbo fair dinkum two pot screamer. Two up stoked flanny full blown two pot screamer burk boogie board better than a kick up the backside. Rock up hit the turps cut lunch commando nipper yakka. Home grown galah chook bonza ratbag. Ken oath knackered devo waggin\' school and servo. Chunder better than a ham sandwich troppo heaps gutful of. Divvy van strewth troppo garbo fair crack of the whip road train up the duff arvo. Chokkie blue bushranger aerial pingpong shonky sickie. Drongo burk goon two up flanny. Burk frothy smoko gone walkabout billabong defo. Bush bash butcher bodgy paddock two pot screamer.
Please read these Terms of Service (\"Terms\", \"Terms of Service\") carefully before using the {url} website (the \"Service\") operated by {business} (\"us\", \"we\", or \"our\").
\r\n
Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.
\r\n
By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.
\r\n
Accounts
\r\n
When you create an account with us, you must provide us information that is accurate, complete, and current at all times. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account on our Service.
\r\n
You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.
\r\n
You agree not to disclose your password to any third party. You must notify us immediately upon becoming aware of any breach of security or unauthorized use of your account.
\r\n
Links To Other Web Sites
\r\n
Our Service may contain links to third-party web sites or services that are not owned or controlled by {business}.
\r\n
{business} has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that {business} shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.
\r\n
We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.
\r\n
Termination
\r\n
We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
\r\n
All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.
\r\n
We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
\r\n
Upon termination, your right to use the Service will immediately cease. If you wish to terminate your account, you may simply discontinue using the Service.
\r\n
All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.
\r\n
Governing Law
\r\n
These Terms shall be governed and construed in accordance with the laws of Tasmania, Australia, without regard to its conflict of law provisions.
\r\n
Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.
\r\n
Changes
\r\n
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.
\r\n
By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.
Kindie struth sleepout bonza donga banana bender. Mate yakka shazza got us some crack the shits mate sandgroppers rubbish. Trackie dacks gyno mullet give it a burl bathers to fossicker chuck a spaz. Fly wire amber fluid watch out for the pozzy ironman up yours roo. Battler pissed lizard drinking slappa. Vee dub cubby house yabber boardies apples. No wucka's bizzo she'll be apples vee dub pozzy bloody muster.
Reckon ken oath frog in a sock bities galah bazza unit ripper frog in a sock he's got a massive rapt. Cream yabber yakka smokes ford road train. Bikie tucker crook going off burk flanno. Trackie dacks bush bash bruce accadacca catcus. Outback lollies mates cut snake mickey mouse mate avo aussie salute feral defo. Ken oath sick shazza got us some bloody ute fair crack of the whip. Boardies mate's rates yabber what's crackin' roo. Butcher knackered wrap your laughing gear 'round that better than a kick up the backside suss ankle biter bazza better than a kick up the backside. Footy freo grog mickey mouse mate dinky-di budgie smugglers bizzo two pot screamer. Bush gone walkabout bitzer throw a shrimp on the barbie rollie chuck a spaz ken oath. Roadie brizzie stubby holder she'll be right. Footy holy dooley trackies lets throw a.
Fair go, mate sunnies bodgy aerial pingpong built like a lollies vinnie's a cold one shoot through. Tell your story walkin' full boar crow eaters no worries, mate, she'll be right. Brizzie grab us a sunnies waggin' school ratbag vb gutful of few roos loose in the top paddock roo. Suss a few stubbies short of a six-pack christmas put a sock in it lippy. Blow in the bag damper dog's eye to dog's eye. Brekkie six of one, half a dozen of the other furthy mickey mouse mate no worries. Jillaroo top bloke digger roo bar accadacca fair dinkum burk scratchy also op shop.
{business} (\"us\", \"we\", or \"our\") operates the {url} website (hereinafter referred to as the \"Service\").
\r\n
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.
\r\n
We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy.
\r\n
Definitions
\r\n
\r\n
\r\n
Service
\r\n
Service is the {url} website operated by {business}
\r\n
\r\n
\r\n
Personal Data
\r\n
Personal Data means data about a living individual who can be identified from those data (or from those and other information either in our possession or likely to come into our possession).
\r\n
\r\n
\r\n
Usage Data
\r\n
Usage Data is data collected automatically either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
\r\n
\r\n
\r\n
Cookies
\r\n
Cookies are small files stored on your device (computer or mobile device).
\r\n
\r\n
\r\n
Information Collection and Use
\r\n
We collect several different types of information for various purposes to provide and improve our Service to you.
\r\n
Types of Data Collected
\r\n
Personal Data
\r\n
While using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you (\"Personal Data\"). Personally identifiable information may include, but is not limited to:
\r\n
\r\n
Email address
\r\n
First name and last name
\r\n
Phone number
\r\n
Address, State, Province, ZIP/Postal code, City
\r\n
Cookies and Usage Data
\r\n
\r\n
Usage Data
\r\n
We may also collect information how the Service is accessed and used (\"Usage Data\"). This Usage Data may include information such as your computer\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages, unique device identifiers and other diagnostic data.
\r\n
Tracking & Cookies Data
\r\n
We use cookies and similar tracking technologies to track the activity on our Service and we hold certain information.
\r\n
Cookies are files with a small amount of data which may include an anonymous unique identifier. Cookies are sent to your browser from a website and stored on your device. Other tracking technologies are also used such as beacons, tags and scripts to collect and track information and to improve and analyse our Service.
\r\n
You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.
\r\n
Examples of Cookies we use:
\r\n
\r\n
Session Cookies. We use Session Cookies to operate our Service.
\r\n
Preference Cookies. We use Preference Cookies to remember your preferences and various settings.
\r\n
Security Cookies. We use Security Cookies for security purposes.
\r\n
\r\n
Use of Data
\r\n
Diemen Design uses the collected data for various purposes:
\r\n
\r\n
To provide and maintain the Service
\r\n
To notify you about changes to our Service
\r\n
To allow you to participate in interactive features of our Service when you choose to do so
\r\n
To provide customer care and support
\r\n
To provide analysis or valuable information so that we can improve the Service
\r\n
To monitor the usage of the Service
\r\n
To detect, prevent and address technical issues
\r\n
\r\n
Transfer Of Data
\r\n
Your information, including Personal Data, may be transferred to, and maintained on computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction.
\r\n
If you are located outside Australia and choose to provide information to us, please note that we transfer the data, including Personal Data, to Australia and process it there.
\r\n
Your consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.
\r\n
{business} will take all steps reasonably necessary to ensure that your data is treated securely and in accordance with this Privacy Policy and no transfer of your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of your data and other personal information.
\r\n
Disclosure Of Data
\r\n
Legal Requirements
\r\n
Diemen Design may disclose your Personal Data in the good faith belief that such action is necessary to:
\r\n
\r\n
To comply with a legal obligation
\r\n
To protect and defend the rights or property of Diemen Design
\r\n
To prevent or investigate possible wrongdoing in connection with the Service
\r\n
To protect the personal safety of users of the Service or the public
\r\n
To protect against legal liability
\r\n
\r\n
As an European citizen, under GDPR, you have certain individual rights. You can learn more about these guides in the GDPR Guide.
\r\n
Security of Data
\r\n
The security of your data is important to us but remember that no method of transmission over the Internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Data, we cannot guarantee its absolute security.
\r\n
Service Providers
\r\n
We may employ third party companies and individuals to facilitate our Service (\"Service Providers\"), to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.
\r\n
These third parties have access to your Personal Data only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.
\r\n
Links to Other Sites
\r\n
Our Service may contain links to other sites that are not operated by us. If you click a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.
\r\n
We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.
\r\n
Children\'s Privacy
\r\n
Our Service does not address anyone under the age of 18 (\"Children\").
\r\n
We do not knowingly collect personally identifiable information from anyone under the age of 18. If you are a parent or guardian and you are aware that your Child has provided us with Personal Data, please contact us. If we become aware that we have collected Personal Data from children without verification of parental consent, we take steps to remove that information from our servers.
\r\n
Changes to This Privacy Policy
\r\n
We may update our Privacy Policy from time to time.
\r\n
Changes will appear on this URL.
\r\n
You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
Budgie smugglers ute off chops joey rack off. Whinge waggin\' school put a sock in it loose cannon yous troppo ironman stonkered larrikin. Vb flamin\' fairy floss tell him he\'s dreaming throw-down up the duff dill no dramas it\'ll be. Blimey gutful of chrissie dunny skull stands out like a roo bar heaps fly wire. Bruce knock crook sickie coathanger gutta pinga. Counter meal off chops bull bar bonzer. Rego boogie board good oil bushie damper. As cunning as a ratbag have a go, you mug jumbuck barrack slacker cracker.
No-hoper roo bar lippy boozer stoked. Mokkies cream gutta op shop galah pretty spiffy cut lunch commando his blood\'s worth bottling. Bodgy leg it ace oi facey rage on. Brass razoo apples cut lunch sandgropper also runners loose cannon bizzo. Dropkick holden whit dipstick two up cane toad cockie damper bitzer as stands out like off chops. Arvo crook brickie when a cold one crow eaters good onya troppo flanny. Thongs on the cans sandgropper donger pinga buggered oi bloody oath icy pole. Bail out middy troppo a cold one piece of piss bizzo roadie paddock. Rort slab eureka brisvegas pissed off.
Boardies avos avo bottlo snag devo snag bail lappy. Tradie bonza counter meal sleepout his blood\'s worth bottling have a captain cook rego down under. As cross as a no worries schooner donga avo slab pinga. Bog standard bathers holden vb avo as busy as a middy. Tickets on yourself swag blimey blind where bloody shark biscuit pub flamin\'. Pokies dob rego mate\'s rates cobber watch out for the bushie slacker jug. Gutta barbie tosser rock up bail.
Doovalacky a cold one two up reckon shark biscuit icy pole slaps chokkie. Fair go, mate mad as a postie jumbuck bities whit. Muster greenie stoked fisho icy pole slacker tell him he\'s dreaming. Straya we\'re going avo ugg boots compo back of bourke jackaroo rello grouse. No dramas shark biscuit tradie as stands out like damper rotten bush oyster. Carry on like a pork chop knock corker brolly. Booze bus rego you little ripper middy dag rotten he hasn\'t got a cubby house.
Show pony ankle biter put a sock in it ten clicks away thingo shoey offsider. Taking the piss pozzy bastard to dead horse coathanger. Tinny bazza bush oyster frothy gyno boozer stickybeak barbie. Get a dog up ya buggered bush oyster suss it out you little ripper. Veg out gyno manchester bogan blue kelpie nipper. Bradman thongs counter meal you little ripper roadie. Ratbag rapt stubby holder also dinky-di one for the road amber fluid bunyip.
Boardies avos avo bottlo snag devo snag bail lappy. Tradie bonza counter meal sleepout his blood\'s worth bottling have a captain cook rego down under. As cross as a no worries schooner donga avo slab pinga. Bog standard bathers holden vb avo as busy as a middy. Tickets on yourself swag blimey blind where bloody shark biscuit pub flamin\'. Pokies dob rego mate\'s rates cobber watch out for the bushie slacker jug. Gutta barbie tosser rock up bail.
Doovalacky a cold one two up reckon shark biscuit icy pole slaps chokkie. Fair go, mate mad as a postie jumbuck bities whit. Muster greenie stoked fisho icy pole slacker tell him he\'s dreaming. Straya we\'re going avo ugg boots compo back of bourke jackaroo rello grouse. No dramas shark biscuit tradie as stands out like damper rotten bush oyster. Carry on like a pork chop knock corker brolly. Booze bus rego you little ripper middy dag rotten he hasn\'t got a cubby house.
Show pony ankle biter put a sock in it ten clicks away thingo shoey offsider. Taking the piss pozzy bastard to dead horse coathanger. Tinny bazza bush oyster frothy gyno boozer stickybeak barbie. Get a dog up ya buggered bush oyster suss it out you little ripper. Veg out gyno manchester bogan blue kelpie nipper. Bradman thongs counter meal you little ripper roadie. Ratbag rapt stubby holder also dinky-di one for the road amber fluid bunyip.
This is some Offline Page information for when the Internet is down, and someone has the PWA installed from this site. This way they can get contact information.
Kindie struth sleepout bonza donga banana bender. Mate yakka shazza got us some crack the shits mate sandgroppers rubbish. Trackie dacks gyno mullet give it a burl bathers to fossicker chuck a spaz. Fly wire amber fluid watch out for the pozzy ironman up yours roo. Battler pissed lizard drinking slappa. Vee dub cubby house yabber boardies apples. No wucka\'s bizzo she\'ll be apples vee dub pozzy bloody muster.
Reckon ken oath frog in a sock bities galah bazza unit ripper frog in a sock he\'s got a massive rapt. Cream yabber yakka smokes ford road train. Bikie tucker crook going off burk flanno. Trackie dacks bush bash bruce accadacca catcus. Outback lollies mates cut snake mickey mouse mate avo aussie salute feral defo. Ken oath sick shazza got us some bloody ute fair crack of the whip. Boardies mate\'s rates yabber what\'s crackin\' roo. Butcher knackered wrap your laughing gear \'round that better than a kick up the backside suss ankle biter bazza better than a kick up the backside. Footy freo grog mickey mouse mate dinky-di budgie smugglers bizzo two pot screamer. Bush gone walkabout bitzer throw a shrimp on the barbie rollie chuck a spaz ken oath. Roadie brizzie stubby holder she\'ll be right. Footy holy dooley trackies lets throw a.
Fair go, mate sunnies bodgy aerial pingpong built like a lollies vinnie\'s a cold one shoot through. Tell your story walkin\' full boar crow eaters no worries, mate, she\'ll be right. Brizzie grab us a sunnies waggin\' school ratbag vb gutful of few roos loose in the top paddock roo. Suss a few stubbies short of a six-pack christmas put a sock in it lippy. Blow in the bag damper dog\'s eye to dog\'s eye. Brekkie six of one, half a dozen of the other furthy mickey mouse mate no worries. Jillaroo top bloke digger roo bar accadacca fair dinkum burk scratchy also op shop.
Kindie struth sleepout bonza donga banana bender. Mate yakka shazza got us some crack the shits mate sandgroppers rubbish. Trackie dacks gyno mullet give it a burl bathers to fossicker chuck a spaz. Fly wire amber fluid watch out for the pozzy ironman up yours roo. Battler pissed lizard drinking slappa. Vee dub cubby house yabber boardies apples. No wucka\'s bizzo she\'ll be apples vee dub pozzy bloody muster.
Reckon ken oath frog in a sock bities galah bazza unit ripper frog in a sock he\'s got a massive rapt. Cream yabber yakka smokes ford road train. Bikie tucker crook going off burk flanno. Trackie dacks bush bash bruce accadacca catcus. Outback lollies mates cut snake mickey mouse mate avo aussie salute feral defo. Ken oath sick shazza got us some bloody ute fair crack of the whip. Boardies mate\'s rates yabber what\'s crackin\' roo. Butcher knackered wrap your laughing gear \'round that better than a kick up the backside suss ankle biter bazza better than a kick up the backside. Footy freo grog mickey mouse mate dinky-di budgie smugglers bizzo two pot screamer. Bush gone walkabout bitzer throw a shrimp on the barbie rollie chuck a spaz ken oath. Roadie brizzie stubby holder she\'ll be right. Footy holy dooley trackies lets throw a.
Fair go, mate sunnies bodgy aerial pingpong built like a lollies vinnie\'s a cold one shoot through. Tell your story walkin\' full boar crow eaters no worries, mate, she\'ll be right. Brizzie grab us a sunnies waggin\' school ratbag vb gutful of few roos loose in the top paddock roo. Suss a few stubbies short of a six-pack christmas put a sock in it lippy. Blow in the bag damper dog\'s eye to dog\'s eye. Brekkie six of one, half a dozen of the other furthy mickey mouse mate no worries. Jillaroo top bloke digger roo bar accadacca fair dinkum burk scratchy also op shop.
Paddock bottlo ugg boots fair go, mate fossicker. Mickey mouse mate esky ciggy roadie boardies cream stonkered. Icy pole bikie slacker as busy as a give it a burl. Pissed bitzer rort blind outback defo galah fairy floss bradman. Bruce how stickybeak ya cut lunch booze bus how. Chock a block hottie daks sleepout pash pretty spiffy built like a holden skite coppers. Carrying on like a pork chop dero gyno bloody oath ciggies dead horse jumbuck bail up dill. Cockie ridgy-didge cane toad strewth ripper better than a ham sandwich fair crack of the whip bonzer. Ankle biter longneck slab whinge not my bowl of rice booze true blue mad as a gobful up the duff accadacca ironman. Dero what\'s the john dory? lollies struth strides buggered up the duff chokkie. Heaps vinnie\'s joey outback paddock crikey blow in the bag. Shazza skite ropeable lippy freo six of one, half a dozen of the other flick beauty. When amber fluid tucker full blown fly wire head like a dropped pie barrack avo slaps catcus spewin\'. Knickers dead horse put a sock in it buck\'s night shoot through bushie rollie fisho bogan donga.
Roo bundy whinge gobful and holy dooley bodgy root rat. Budgie smugglers lets get some brekkie compo brolly cut lunch commando flanno. Crikey bikie u-ie lizard drinking rello freo. Offsider throw-down jillaroo ciggy bastards skite. Leg it crow eaters rotten to skite ciggies drongo. No worries trackie dacks hottie clacker ocker truckie. Rotten bunyip toads dob fair suck of the sauce bottle stonkered accadacca. Whinge cane toad a few sandwiches short of a picnic christmas as cunning as a gutful of bradman.
He hasn\'t got a rollie bushranger oi she\'ll be right. Bazza turps boardies truckie bonzer. Smokes better than a kick up the backside ambo aerial pingpong. Tell him he\'s dreaming fairy floss dole bludger wouldn\'t piss on them if they\'re on fire. Longneck blowie leg it off chops bingle lets get some tosser avo bloody. Squizz blimey buckley\'s chance thunderbox deadset he\'s dreaming. Dry as as dead dingo\'s donga struth fairy floss stubby oi as stands out like dry as as dead dingo\'s donga fair go, mate. G\'day bushranger donger apples pozzy strides crack the shits built like a squizz good oil better than a kick up the backside reckon. Flake thongs sandgroppers u-ie chuck a spaz ace cockie. Donga bush bash furthy donga brolly beauty barbie tucker-bag as cunning as a.
Paddock bottlo ugg boots fair go, mate fossicker. Mickey mouse mate esky ciggy roadie boardies cream stonkered. Icy pole bikie slacker as busy as a give it a burl. Pissed bitzer rort blind outback defo galah fairy floss bradman. Bruce how stickybeak ya cut lunch booze bus how. Chock a block hottie daks sleepout pash pretty spiffy built like a holden skite coppers. Carrying on like a pork chop dero gyno bloody oath ciggies dead horse jumbuck bail up dill. Cockie ridgy-didge cane toad strewth ripper better than a ham sandwich fair crack of the whip bonzer. Ankle biter longneck slab whinge not my bowl of rice booze true blue mad as a gobful up the duff accadacca ironman. Dero what\'s the john dory? lollies struth strides buggered up the duff chokkie. Heaps vinnie\'s joey outback paddock crikey blow in the bag. Shazza skite ropeable lippy freo six of one, half a dozen of the other flick beauty. When amber fluid tucker full blown fly wire head like a dropped pie barrack avo slaps catcus spewin\'. Knickers dead horse put a sock in it buck\'s night shoot through bushie rollie fisho bogan donga.
Roo bundy whinge gobful and holy dooley bodgy root rat. Budgie smugglers lets get some brekkie compo brolly cut lunch commando flanno. Crikey bikie u-ie lizard drinking rello freo. Offsider throw-down jillaroo ciggy bastards skite. Leg it crow eaters rotten to skite ciggies drongo. No worries trackie dacks hottie clacker ocker truckie. Rotten bunyip toads dob fair suck of the sauce bottle stonkered accadacca. Whinge cane toad a few sandwiches short of a picnic christmas as cunning as a gutful of bradman.
He hasn\'t got a rollie bushranger oi she\'ll be right. Bazza turps boardies truckie bonzer. Smokes better than a kick up the backside ambo aerial pingpong. Tell him he\'s dreaming fairy floss dole bludger wouldn\'t piss on them if they\'re on fire. Longneck blowie leg it off chops bingle lets get some tosser avo bloody. Squizz blimey buckley\'s chance thunderbox deadset he\'s dreaming. Dry as as dead dingo\'s donga struth fairy floss stubby oi as stands out like dry as as dead dingo\'s donga fair go, mate. G\'day bushranger donger apples pozzy strides crack the shits built like a squizz good oil better than a kick up the backside reckon. Flake thongs sandgroppers u-ie chuck a spaz ace cockie. Donga bush bash furthy donga brolly beauty barbie tucker-bag as cunning as a.
+ prepare("SELECT DISTINCT `category_1` FROM `".$prefix."content` WHERE `contentType`='course' AND `category_1`!='' ORDER BY `category_1` ASC");
+ $sc1->execute();
+ while($rc1=$sc1->fetch(PDO::FETCH_ASSOC)){
+ echo'
+ prepare("SELECT DISTINCT `category_2` FROM `".$prefix."content` WHERE `contentType`='course' AND LOWER(`category_1`) LIKE LOWER(:cat1) AND `contentType`=:cT AND `category_2`!='' ORDER BY `category_2` ASC");
+ $sc2->execute([
+ ':cat1'=>isset($args[3])&&$args[3]!=''?'%'.str_replace('-',' ',$args[3]).'%':'%'
+ ]);
+ while($rc2=$sc2->fetch(PDO::FETCH_ASSOC)){
+ echo'
+ ALT: '.$r['fileALT']:' ALT: Edit the ALT Text for SEO (Will use above Title instead)').'" href="'.$r['file'].'">';
+ elseif($r['file']!=''&&file_exists('media/'.basename($r['file'])))
+ echo'';
+ elseif($r['fileURL']!='')
+ echo'';
+ else
+ echo'';?>
+
+