Search results

  1. K

    Connect from LAN or remote

    I tested it, and it works fine. Please update the setup file. My license has expired; I will renew it after the setup file update. Thank you.
  2. K

    Connect from LAN or remote

    iI tried the same operation, opened the index file from another computer using the IP, and when I clicked on any link in the application, I got this error.
  3. K

    Connect from LAN or remote

    I’m using Exeoutput to create an application for warehouse management. I would like to allow personnel to connect to the application remotely, either via an IP address or localhost, after the application is running. I’ve developed the application using MySQL and Adminer, and I’ve created an API...
  4. K

    cURL + json_decode PHP Issue

    hi. i also same problem before and i solved. you can check this post gdgsoft.info/t/curl-not-response/5783
  5. K

    cURL not response

    hi, i created simple script load data from extarnal site with php cURL and it work well my local host and my server. but it not work on Exeoutput. i checked cURL Extantion. can you help me about this. thank you. this is sample code, it work localhost and my server $curl = curl_init()...
  6. K

    When stable version 2 out

    when stable version 2 out. it is year ending
  7. K

    Version 2 Stable

    when will out version 2 stable version
  8. K

    Curl funtion error

    this is my code, it is work localhost or any ftp but exeoutput not work function fileUploader($file_tmp, $file_type, $file_name) { global $MAIN_URL; global $newFileName; $ch = curl_init(); $cfile = new CURLFile($file_tmp, $file_type, $file_name); $data = array('filename' => $newFileName...
  9. K

    Money Format not work

    i used money format many times in my code $number = 1234.56; setlocale(LC_MONETARY,“en_US”); echo money_format("%.2n", $number); but after created exe file money format function not work
  10. K

    BIN2HEX not work

    i created token code with BIN2HEX . i tryed change MD5 and it is work, i tryed to include dll files and also not work
  11. K

    BIN2HEX not work

    hi, i created Token with BIN2HEX funtion, it is now work on exeoutput, can you help me how can i solve this please
  12. K

    Remote server database

    hi, i created php applicaion and i installed mysql to server then i connected with ip. it is working localhost well. but after copy to exeoutput not working
  13. K

    Skin Editor not include

    hi, i purched exeoutput. skin editor not include how can i download
Back
Top