Jump to content

hyprem

Friends
  • Joined

  • Last visited

  1.    hyprem reacted to a post in a topic: Invision Community 5: The all-new editor
  2.    hyprem reacted to a post in a topic: Invision Community 5: The all-new editor
  3.    hyprem reacted to a post in a topic: Upgrade fail
  4. Maybe worth a try as I used to provide web hosting via cPanel in the past (no guarantee and pls make a backup of the file): Can you check if in your local httpd root folder (the place where all the IPS files are located) has a file called php.ini? If so make a backup, delete this and in cPanel (Hosting Provider) change the PHP version again in cPanel. Sometimes cPanel puts a php.ini file in your local http docs folder which overrides the settings so if you do a upgrade in cPanel it gets not reflected properly. Also, maybe check this guide from cPanel and see what the php.ini files reflects as version: https://support.cpanel.net/hc/en-us/articles/1500010749301-Where-do-I-find-my-php-ini-or-user-ini-file
  5.    hyprem reacted to a post in a topic: Expand Accepted File Types In Media Uploader
  6.    hyprem reacted to a post in a topic: URL Site Previews...
  7.    hyprem reacted to a post in a topic: IPS5 and new embedded videos
  8.    Li3D reacted to a post in a topic: Google Authenticator has stoped working as MFA
  9. That's right, now we just would need the option to generate the qr based on the auth code to have an easy onboarding
  10. I just came across this issue too, if you want to set up 2FA anyway you can click on the "not able to scan" and enter the code to your 2FA App, it's not that convenient, but security is not always convenient ;)
  11. Check this, it seems google has deprecated the service by generating QR codes.
  12. Can confirm, I do have the same issue. I think an option for normal TOTP would be great so we could make use of 2FA Apps
  13. hyprem replied to Charles's post in a topic in Marketplace
    Hey Ryan, just bought Easy Pages. My goal would be to implent a Simple javascript liek this: <script type="text/javascript"> function setIframeSource() { var theSelect = document.getElementById('location'); var theIframe = document.getElementById('myIframe'); var theUrl; theUrl = theSelect.options[theSelect.selectedIndex].value; theIframe.src = theUrl; } </script> </head> <body> <h1> HypremCraft Map Directory </h1> <form id="form1" name="form1" method="post" action=""> <label> Server: <select name="location" id="location" onchange="setIframeSource()"> <option value="./select.html">Server</option> <option value="http://server1.net:8123/">Creative</option> <option value="http://server2.net:8124/">Survival</option> </select> </label> </form> <p> </p> <iframe id="myIframe" src="./select.html" width="800" height="400" frameborder="0" marginheight="0" marginwidth="0"></iframe> <p> </p> <p> </p> I guess I am doing something wrong because it doesn run the html code. I didnt found any documentation inside the package so im Wondering if it is possible or not. Cheers
  14. hyprem replied to Michael.J's post in a topic in Marketplace
    I just did that now I got a blank white page. Not sure why. I have the latest IPB and latest Portal. My Forum is set as offline currently but didnt changed after I changed the settings.... edit: seems resolved I just reinstalled the portal and now it works....