Recent content by oldteacher

  1. oldteacher

    Change HTTP Server Port Dynamically

    Anyone...
  2. oldteacher

    Change HTTP Server Port Dynamically

    My head hurts from banging on the desk for hours :) I can get my HTML talking to the script, can see the start message box. But it always says port 8142 and simply does not work. Can you look at and guide me in the right direction please: The board will not let post the code here, blocks the...
  3. oldteacher

    Change HTTP Server Port Dynamically

    Dang it, I did not catch that either. Thank you!
  4. oldteacher

    Change HTTP Server Port Dynamically

    I forgot to mention: Even the script you give results in the Error in Scrit - Syntax error. I have no clue?
  5. oldteacher

    Change HTTP Server Port Dynamically

    I have tried so many scripting my head is swimming :) what is wrong with my code: procedure StartMyHTTPServer; var portStr: string; portNum: integer; begin portStr := GetGlobalVar('SelectedPort', '8142'); portNum := StrToIntDef(portStr, 8142); StartHTTPServer(portNum)...
  6. oldteacher

    Change HTTP Server Port Dynamically

    I think we have a miscommunication. What I am talking about is use scripting and allow the en user to change the port. I build a form input and user enters their own port #. Or I will use dropdown and allow user to pick a port. Hope this clears up with I mean.
  7. oldteacher

    Distinguish 2 publications online script

    Sorry to bother you @ thomasnowac but scripting is my weak area. Possible to give full working example? My old head is not digesting this :>} Useful if you aim to go online in a publication and disable specific links, for example, to Amazon or Paypal on the site that you’re linked to.
  8. oldteacher

    Context Menu

    Great discovery. I have experienced this for some time now and use scaling due to eyesight issues.
  9. oldteacher

    Change HTTP Server Port Dynamically

    Is there a way to change the port of http server dynamically with scripting? Would be very useful to avoid conflicts.
  10. oldteacher

    Sending referrer data

    Is it possible to send all referrer data? No matter what I try always end up with my standard "no referrer detected". If it should work, please give me some example code. Thanks!
  11. oldteacher

    Libcef.dll

    Your most welcome. Hope it will help you get the computer working :)
  12. oldteacher

    Libcef.dll

    Wish the content from the old forum was still active, I had this same problem way back. Cannot recall exact steps but it was something like this to solve: https://www.thewindowsclub.com/libcef-dll-is-missing-or-not-found-in-windows-11-10
  13. oldteacher

    Distinguish 2 publications online script

    Wish I had some helpful input, but I feel the need to just follow this thread :)
  14. oldteacher

    Request for XLS Padlock User ID

    You may have this PDF, but in case: https://download.xlspadlock.com/XLSPadlock-WooCommerceIntegrationKit-Guide.pdf
Back
Top