Jump to content
[MUST READ] Forum Rules ×

TinkerMan

Senior Members
  • Posts

    929
  • Joined

  • Last visited

Everything posted by TinkerMan

  1. It’s kind of a mess, but it’s unfortunately not very surprising. The GitHub org Anyx mentioned will have copies of the projects to keep them on topic. Feel free to contribute there!
  2. Hey all! I am thinking about potentially creating a client area for the community to end (hopefully) once and for all the reign of broken client areas. Let me know your thoughts here: https://docs.google.com/forms/d/e/1FAIpQLSeKBgvuFr1z2bPDZOTXGXJaj5V3PZ3DasJCZ24MEcIoakQT_Q/viewform?usp=sf_link
  3. Upload the theme via FTP to the contents/theme folder. You’ll have to unzip it locally first.
  4. You’ll need to read the docs and do it yourself, or pay for someone to do it for you. You’ll need a script to generate the login link, another script to verify the request from Google and check if it’s a new user / exsisting user and respond accordingly. You’ll also need to store the users Google ID (I forget what it’s actually called) in your database for future logins. Google basically uses the oAuth protocol, so you can look into that. There are also plenty of online guides that show you how to do it in PHP.
  5. First impressions is wow, that is a lot of pink! Not necessarily a bad thing though. If this is not for commercial use (So friends only), it looks pretty good. Only think I would say is that the mobile navigation menu has less links than the desktop one (The registration link is missing). Also, you forgot to change the Xera logo
  6. You will not make that much money from ads unless you’re doing things wrong, or have thousands of users. Developers will cost way more then what you will make from ads within the next year or so.
  7. Try sending a password reset email with each port separately. It was mentioned that the testing script was broken, and I think I remember hearing that elseware as well.
  8. I use it for ideas about how to do something, but I always do a line-by-line analysis of whatever it spits out.
  9. 1. Your host name in Xera is wrong (It needs to match the domain provided in the outgoing server column - the one starting with mail). Try changing the port number as well. I don’t know why the hostname you used for the testing thing worked, but try the one that’s actually provided to you in the docs you shared. 2. Why would you set your from address to a gmail account when you have a custom domain? Also, welcome back
  10. If Softaculous can bypass the file size limitations, install the application where you want it via Softaculous, then just replace its files with yours.
  11. It is kind of funny how you say you can help with coding for free but cannot even follow the instructions from Spooky …
  12. You’ve never provided us with anything besides “it does not work”, so we can’t provide you anything more then basic troubleshooting steps. If you’ve actually tried to resolve this yourself, and not quit as soon as you saw the error message, let us know what you have done, let us know what settings you have (Do hide sensitive information of course). The more information/detail = the better chance we can provide you with something actually useful.
  13. Not possible on free hosting unless you give them access to your entire account and change your password afterwards. Premium hosting allows you to create multiple FTP/PHPMyAdmin profile (I think)
  14. What error message you getting? What provider are you trying to use? Please provide more info
  15. Yes, your premium and free account use different control panels
  16. So have them move the free account to the premium one? I’m not quite sure what you want here
  17. For which part? Just the SSL generator, installer, or both? Do you just want the code, or do you want installation too? And would you rather have just the code/install, or also support for it when something changes with the panel and it needs to be updated? You can DM me if you are actually interested in paying for code and optionally service.
  18. For the CSR thing, just copy the code from the CSR tool into the SSL creator tool, and make a few small adjustments so the input goes to the CSR tool, and output from that does to the SSL creator tool For the script to install the ssl automatically, everyone who has code that does this is probably not going to share it for free as it was not easy to develop.
  19. You would have to write a script to generate the CSR code when the certificate is created, and another script to put the certificate in the control panel.
  20. No, using custom CSS in the panel is not illegal.
×
×
  • Create New...