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
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
<form name="فرم ثبت نام از طریق وب سایت برای سازمانها" action="http://128.65.187.232:8008/modules/Webforms/capture.php" method="post" accept-charset="utf-8" enctype="multipart/form-data"> | |
<input type="hidden" name="__vtrftk" value="sid:63a0241ce00a15b84953e5433b8d75990e0be204,1438246857"> | |
<input type="hidden" name="publicid" value="5346ee9765259beabecb260dcaa1f68f"> | |
<input type="hidden" name="name" value="فرم ثبت نام از طریق وب سایت برای سازمانها"> | |
<input type="hidden" name="VTIGER_RECAPTCHA_PUBLIC_KEY" value="RECAPTCHA PUBLIC KEY FOR THIS DOMAIN"> | |
<table> | |
<tbody> | |
<tr> | |
<td> |
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
From: Sina Mehri [mailto:[email protected]] | |
Sent: Wednesday, April 15, 2015 10:22 AM | |
To: Hooman Kouhfallah | |
Subject: list of multi extension | |
Ext #1 : | |
101 - 1012 - 1013 - 1014 - 1015 - 1016 - 1017 - 1018 |
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 | |
// Turn on debugging level | |
$Vtiger_Utils_Log = true; | |
include_once('vtlib/Vtiger/Menu.php'); | |
include_once('vtlib/Vtiger/Module.php'); | |
$module = new Vtiger_Module(); | |
$module->name = 'Store';//(No space in module name) | |
$module->save(); |
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 | |
Blade::extend(function($view, $compiler) | |
{ | |
$pat = $compiler->createMatcher('traverse_farsi'); | |
return preg_replace($pat, '$1<?php echo traverse_farsi($2) ;?>', $view); | |
}); | |
function traverse_farsi ($str){ | |
$farsi_chars = ['٠','١','٢','٣','٤','٥','٦','٧','٨','٩']; |
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
$(document).on( "ready", function(){ | |
$('selector').click(); | |
}) |
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
var a=[1,5,1,6,4,5,2,5,4,3,1,2,6,6,3,3,2,4]; | |
function unique(list) { | |
var result = []; | |
$.each(list, function(i, e) { | |
if ($.inArray(e, result) == -1) result.push(e); | |
}); | |
return result; | |
} |
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 | |
$client = new SoapClient('http://mehrafraz.com/webservice/Service.asmx?wsdl'); | |
$client->SendSms([ | |
"cUserName" => "secret", | |
"cPassword" => "secret", | |
"cBody" => "Hello Cytco :) ", | |
"cSmsnumber" => "09305476531", | |
"cGetid" => 0, | |
"nCMessage" => 1, |
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
// jQuery Find RegExp {Brack Value} From Any Text Just Text | |
var brackValue = /[{][A-Za-z]+[}]/gi; | |
// jQuery RegExp for Numbers | |
//select integers only | |
var intRegex = /[0-9 -()+]+$/; | |
//match any ip address | |
var ipRegex = 'bd{1,3}.d{1,3}.d{1,3}.d{1,3}b'; |
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 | |
file_put_contents('/var/www/log',print_r($_REQUEST,true)); | |
file_put_contents('/var/www/log',file_get_contents('/var/www/log').print_r($_REQUEST,true)."\n"); |
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('cytco/library/nusoap/nusoap.php'); | |
$url="http://212.16.76.90/ws/sms.asmx?WSDL"; | |
$client = new nusoap_client($url, 'wsdl'); | |
$client->soap_defencoding = 'UTF-8'; | |
$client->decode_utf8 = true; | |
$param=array( |