نصب apache
https://www.liquidweb.com/kb/how-to-install-apache-on-centos-7/
۲۸ مهر ۹۵ ، ۲۲:۵۴
۰
۰
محسن داوری
نصب ماریادیبی
https://www.liquidweb.com/kb/how-to-install-mysql-mariadb-on-centos-7/
۲۸ مهر ۹۵ ، ۲۲:۵۰
۰
۰
محسن داوری
نصب php 7
https://webtatic.com/packages/php70/
۲۸ مهر ۹۵ ، ۲۲:۴۸
۰
۰
محسن داوری
برای وی سنتر باید اول همه را نصب کنید
دقت کنید پورت و دامینی که میزنید و پسوردی که میدید خیلی مهم هست
سپس با کلاینت به همان مشخصات بالا وصل میشیم
با پورت https باید وصل بشید ( پورت پیش فرض ۴۴۳ )
localhost:443
سپس سرور ها را توش ثبت کنید
خیلی سادس
حتما کلاینت را هم باید نصب کنید
۲۸ مهر ۹۵ ، ۲۱:۲۲
۰
۰
محسن داوری
برای راه اندازی یک پروکسی سرور تا ۳ یوزر رایگان است
خوبه
با پروکسی فایر هم میشه بهش وصل شد
۲۸ مهر ۹۵ ، ۲۱:۲۱
۰
۰
محسن داوری
ارسال پیامک به ایرانسل
$xml ='
<header></header>
<body>
'.$username.'
'.$password.'
<address>65650000001</address>
989132677411
25
Your text
0
</body>
';
$ch = curl_init();
$cookieFileJar = dirname(__FILE__)."/cookie.txt";
curl_setopt($ch, CURLOPT_HEADER, true);
$headers = array(
"Content-type: text/xml;charset=\"utf-8\"",
"Accept: text/xml",
"Cache-Control: no-cache",
"Pragma: no-cache",
);
curl_setopt($ch, CURLOPT_HTTPHEADER,$headers);
curl_setopt($ch, CURLOPT_COOKIESESSION, TRUE);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieFileJar);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookieFileJar);
curl_setopt($ch, CURLOPT_COOKIE, TRUE);
//curl_setopt($ch, CURLOPT_URL, 'http://92.42.55.113:9001/smshttpsoappush/servlet/messagerouter' );
curl_setopt($ch, CURLOPT_URL, 'http://92.42.49.103:9002/smshttp/soap/smsxmlpushservicews.wsdl' );
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xml );
$results2 = curl_exec($ch);
print $results2;
۲۶ مهر ۹۵ ، ۱۸:۳۷
۰
۰
محسن داوری
دستش درد نکنه
http://aliyazdani.ir/%D8%A7%D8%B1%D8%B3%D8%A7%D9%84-sms-%D8%AF%D8%B1-%D9%BE%D8%A7%DB%8C%D8%AA%D9%88%D9%86/
راهنمایی خیلی خوبی بود
۲۶ مهر ۹۵ ، ۱۸:۲۰
۰
۰
محسن داوری
https://crm.vpscheap.net/knowledgebase.php?action=displayarticle&id=29
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-basic-iptables-firewall-on-centos-6
https://linuxconfig.org/collection-of-basic-linux-firewall-iptables-rules
۲۴ مهر ۹۵ ، ۲۳:۲۵
۰
۰
محسن داوری
tcpflow
tcpdump
tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'
tcpflow -p -c -i ens34
۲۴ مهر ۹۵ ، ۰۰:۵۱
۰
۰
محسن داوری