This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>REDACTED - Processing</title> | |
| <?php include 'uyt_2013_01/global-header.php'; ?> | |
| <link rel="stylesheet" type="text/css" href="/css/global.css" /> | |
| <link rel="stylesheet" type="text/css" href="/css/thankyou.css" /> | |
| <script type='text/javascript'> | |
| $(document).ready(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class Custom_ERP_Model_Observer | |
| { | |
| public function implementOrderStatus(Varien_Event_Observer $observer) | |
| { | |
| if ($this->_supplierArray) { | |
| foreach ($this->_supplierArray as $supplierID => $productList) { | |
| $resource = Mage::getSingleton('core/resource'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $installer = $this; | |
| $installer->startSetup(); | |
| $installer->run(" | |
| DROP TABLE IF EXISTS {$installer->getTable('weblog/blogpost')}; | |
| CREATE TABLE {$installer->getTable('weblog/blogpost')} ( | |
| `blogpost_id` int(11) NOT NULL auto_increment, | |
| `title` text, | |
| `post` text, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <config> | |
| .... | |
| <frontend> | |
| <events> | |
| <controller_action_predispatch> | |
| <observers><log><type>disabled</type></log></observers> | |
| </controller_action_predispatch> | |
| <controller_action_postdispatch> | |
| <observers><log><type>disabled</type></log></observers> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| protected function _initCategories() | |
| { | |
| $collection = Mage::getResourceModel('catalog/category_collection')->addNameToResult(); | |
| /* @var $collection Mage_Catalog_Model_Resource_Eav_Mysql4_Category_Collection */ | |
| foreach ($collection as $category) { | |
| $structure = preg_split('#/+#', $category->getPath()); | |
| $pathSize = count($structure); | |
| if ($pathSize > 1) { | |
| $path = array(); | |
| for ($i = 1; $i < $pathSize; $i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Wed Sep 18 11:09:38 2013] [warn] [client 71.162.162.59] mod_fcgid: stderr: PHP Warning: include_once(acf-date_time_picker/acf-date_time_picker.php): failed to open stream: No such file or directory in /home/inkedmag/public_html/wp-content/themes/inked/functions/acf.php on line 12, referer: http://209.35.52.122/wp-admin/admin.php?page=ws-plugin--s2member-gen-ops | |
| [Wed Sep 18 11:09:38 2013] [warn] [client 71.162.162.59] mod_fcgid: stderr: PHP Warning: include_once(): Failed opening 'acf-date_time_picker/acf-date_time_picker.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/inkedmag/public_html/wp-content/themes/inked/functions/acf.php on line 12, referer: http://209.35.52.122/wp-admin/admin.php?page=ws-plugin--s2member-gen-ops | |
| [Wed Sep 18 11:09:38 2013] [warn] [client 75.101.253.98] mod_fcgid: stderr: PHP Warning: include_once(acf-date_time_picker/acf-date_time_picker.php): failed to open stream: No such file or directory in /home/inkedmag/public_html/wp-content/themes/inked/funct |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| include_once("options.php"); | |
| $subject = @$_POST['subject']; | |
| $reply = @$_POST['reply']; | |
| $email = @$_POST['email']; | |
| $email_text = @$_POST['email_text']; | |
| $email_text = $email_text; | |
| $arr_email = explode("|",$email); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The small group discussion topics that have been submitted (with original titles in alphabetical order) are: | |
| · 5 Tips for Working with Web Vendors (Nathan Gasser) | |
| · 7 Tips to Improve Your Writing for the Web, Mobile, and Social (Marc Gravez) | |
| · Creating a social media strategy that works for your program (Briana Morgan) | |
| · Cyber Security and Risk Management (Austin Morris Jr.) | |
| · Fitting Social Media into Your Already Busy Day (Gloria Bell) | |
| · How the social web is changing knowledge and meaning (Seth Horwitz) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # service httpd status | |
| Looking up localhost | |
| Making HTTP connection to localhost | |
| Sending HTTP request. | |
| HTTP request sent; waiting for response. | |
| Retrying as HTTP0 request. | |
| Looking up localhost | |
| Making HTTP connection to localhost | |
| Sending HTTP request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <layout> | |
| <default> | |
| <reference name="header"> | |
| <block type="global/template_links" name="courtesy.links" as="courtesyLinks"> | |
| <action method="setClassName"><class_name>courtesy</class_name></action> | |
| <action method="addLink" translate="label title"> | |
| <label>About Us</label> | |
| <url>about-us</url> |