diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0762b9e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/via_socket.iml b/.idea/via_socket.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/via_socket.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..55660ce --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,934 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MSG91_sms_config + $classers + getsettings + viaSocket + MSG91sms + MSG91Sms + MSG + addLog + hooks + getHooks + checkHooks + saveToDb + get + images + + + via_socket + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
which notification do you want to receive?
+
'; + while ($data = mysql_fetch_array($eventResults)) { + $temp = ($data["active"] == 1)?'checked=checked':''; + echo '
+
+ +
+
'; + } + + echo ' +
+ + + + + + '; + } + elseif($tab == "update"){ + //to change the url here. + $currentversion = file_get_contents("https://raw.github.com/SendOTP/viaSocket-Plugin/master/version.txt"); + echo '
'; + if($version != $currentversion){ + echo $LANG['newversion']; + }else{ + echo $LANG['uptodate'].'

'; + } + echo '
'; + } + echo $LANG['lisans']; +}