One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
latexrender
/
demo
/
View File Name :
readme.txt
Demo ---- This is a more sophisticated script than example.php as it allows you to change variables on the page. 1. Change the paths in latex.php to suit your configuration 2. Upload the contents of the demo folder and chmod tmp and pictures to 777 3. Do protect this folder. Opening up to everybody could soon fill up the pictures directory. The files are small but lots of small files can take up precious space you may need. If you haven't got extsizes installed, don't try 8pt as it may give errors and certainly not the correct result. You will find that the errors are explained in the rendering so for example, should the image size be too large to display, you can change the variables accordingly. If you want to see the effect of changing font sizes, turn off file caching (untick the Cache File checkbox) so that the image is re-rendered. In order to force Internet Explorer to show new image files without refreshing, a timestamp is added to the filename. Clicking on an image will popup a window with the latex code so it can be copied. This feature can be turned off by changing $popupwindow = 1; to $popupwindow = 0; The code for copying to clipboard may only work in Internet Explorer and not always then :-( Try replacing "%0D%0A" by "%0A"