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
| admin account info" filetype:log | |
| !Host=*.* intext:enc_UserPassword=* ext:pcf | |
| "# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd | |
| "AutoCreate=TRUE password=*" | |
| "http://*:*@www” domainname | |
| "index of/" "ws_ftp.ini" "parent directory" | |
| "liveice configuration file" ext:cfg -site:sourceforge.net | |
| "parent directory" +proftpdpasswd | |
| Duclassified" -site:duware.com "DUware All Rights reserved" | |
| duclassmate" -site:duware.com |
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 | |
| require_once('dbConnector.php'); | |
| $sessionId = $_POST["sessionId"]; | |
| $serviceCode = $_POST["serviceCode"]; | |
| $phoneNumber = $_POST["phoneNumber"]; | |
| $text = $_POST["text"]; | |
| $level = explode("*", $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
| transport_name: 251-121-apposit | |
| bulk_url: 'http:// /mmp/api/v2/json/sms/send' | |
| bulk_user: ' ' | |
| bulk_password: ' ' | |
| shortcode_url: 'https://smsserver.iconcepts.com.ng/aggregation_new/' | |
| shortcode_cid: '32' | |
| shortcode_password: 'R@@t22865' |
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
| function processParticipant(participant) { | |
| $('#simulator-profile').empty() | |
| $("#simulator-profile").append(generateHtmlParticipant(participant)); | |
| } | |
| function generateHtmlParticipant(participant) { | |
| var myTemplate = "<dl> <dt>"+ | |
| "Phone: "+ |
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
| public function checkFilterFields($filter) | |
| { | |
| $filterErrors = array(); | |
| $filter['filter_param'] = array_filter( | |
| $filter['filter_param'], | |
| function($filterParam) use (&$filterErrors) { | |
| if (in_array("", $filterParam)) { | |
| if ($filterParam[1] == "") { | |
| $filterErrors[] = "first filter field is missing"; | |
| } else if ($filterParam[2] == "") { |
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
| <div class='ttc-program-stats-inside'> | |
| <?php | |
| $this->Js->set('programs', array(array('Program' => $programDetails))); | |
| if (count($programStats['programStats']) <= 0) { | |
| $this->Js->get('document')->event( | |
| 'ready', | |
| 'loadProgramStats();'); | |
| } else { | |
| function roundOffStats(&$value, $key, $this) | |
| { |
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 | |
| App::uses('Component', 'Controller'); | |
| App::uses('User', 'Model'); | |
| App::uses('CakeEmail', 'Network/Email'); | |
| class TicketComponent extends Component | |
| { | |
| var $components = array('Email'); | |
| var $sitename = 'http://vusion.texttochange.org'; |
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
| <h2><?php echo __('Reset Password')?></h2> | |
| <?php | |
| echo $this->Form->create( | |
| 'User', array('url'=> array( | |
| 'controller' => 'users', | |
| 'action' =>'resetPassword'))); | |
| echo $this->Form->input( | |
| 'text', array( | |
| 'label' => 'Email', | |
| 'id' => 'emailresetpassword', |
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 | |
| App::uses('Action', 'Model'); | |
| App::uses('FieldValueIncorrect', 'Lib'); | |
| App::uses('MissingField', 'Lib'); | |
| App::uses('VirtualModel', 'Model'); | |
| App::uses('VusionConst', 'Lib'); | |
| class Interaction extends VirtualModel | |
| { | |
| var $name = 'interaction'; |
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
| function generateHtmlProgramStats(programStats) { | |
| var myTemplate = ((programStats != null)? | |
| '<div>'+ | |
| '<span title = "Optin/Total participant(s)" class=stat>'+ | |
| 'Activeparticipant/Totalparticipantstats'+ | |
| '</span> participant(s)'+ | |
| '</div>'+ | |
| '<div>'+ | |
| '<span title = "Total(total currentmonth) message(s)" class=stat>'+ | |
| 'Totalhistory(Totalcurrentmonthmessages)'+ |
NewerOlder