Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,855
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. https://tommy.heliohost.org:2083/frontend/paper_lantern/zoneedit/advanced.html
  2. Yeah, like wolstech already said the donation was $0.00 after paypal fees, and it has already been refunded to you. We give out invitations for donations to Heliohost not donations to paypal, sorry. It doesn't do us any good if the amount is too small for any of it to reach us.
  3. The reason I choose javascript is because the user can see that his username is in all lowercase as they type it. The php code also then uses strtolower() to convert if the javascript doesn't do it's job. I guess the problem is if a capital letter slips through both of those lines of defense the next php code just discards everything that isn't [a-z0-9] including accented characters and capital letters, and various letters in languages other than English. This is required because people could examine the source, and create a custom form post to the next page with whatever gibberish in the fields that they want. I suppose I could change it to strtolower([a-zA-Z0-9]) but that seemed redundant when I was writing it, but we've had several people lose characters on their username now.
  4. @roavia1, which browser did you use to create your account if you don't mind my asking? There is javascript on the username page that should convert capital letters to lowercase automatically, but if it isn't working properly or deleting letters it would be good to get it fixed. Invite sent to the gmail address.
  5. Here's why http://bybyron.net/php/tools/dns_records.php?domain=smtp.yandex.com&rec=A I whitelisted the result of typing 'ping -c 1 smtp.yandex.com' but since there are five A records that means your script will work about 20% of the time. Now that all 5 IPs are whitelisted it should work 100% of the time.
  6. Your link says connection established now.
  7. In case you're interested, the reason why our emails weren't ending up in your inbox has been discovered and fixed. See http://www.helionet.org/index/topic/27500-gmxcom-email/
  8. It probably has something to do with SNI and the fact that all of the domains are hosted on the same IP. If you got a dedicated IP it wouldn't happen. Heliohost.org and Helionet.org are hosted on the same IP too, and there were certain https URLs that would show the wrong site. It seemed fairly random to me, but I didn't put a lot of effort into figuring out the pattern. My guess is that it has to do with the order of the VirtualHosts in the httpd.conf.
  9. Just let me know the frequency and the url of the script. This was the plan. It was just an idea I've been kicking around with a fairly low priority since there were so many free options that do the same thing.
  10. Does it work now?
  11. I'm not sure exactly what you're describing or asking, but based on your align= and <center> examples I would recommend you check out CSS. It stands for Cascading Style Sheets, and it is the new way to make html look the way you want. Here's a link to get you started http://www.w3schools.com/html/html_css.asp You can do way more with CSS than you ever could with the old style of html tags, and ridiculous nested tables and whatnot.
  12. Try this http://wiki.helionet.org/Installing_an_SSL_Certificate_with_ZeroSSL It's free to have https on your site.
  13. Resent to the gmail address.
  14. https://giteshsshroti.tk/test.jsp http://new.giteshsshroti.tk/test.jsp
  15. We had another person with a gmx address that said he wasn't getting any of our emails either. I would contact gmx support and ask them why they aren't at least being delivered to your spam box. In the meantime is there another email address you would like to have your invitation sent to?
  16. If you don't remember how to do something just google it. It's not like I remember every single php function and the order and type of arguments that they take. When I'm trying to do something I just search for it. Do the same thing enough times and it will start to stick.
  17. Resent.
  18. I would recommend starting here http://www.w3schools.com/php/default.asp What do you mean by "neither of them worked"? Just copy/paste the example code into your editor and away you go.
  19. I don't know if there's a wiki link because I just came up with it off the top of my head. Why don't you do some of your own research to see if anyone has done it before? Like wolstech said it's not an original idea. It also depends a lot on what language you're going to use to script it.
  20. It would be possible to do this without even using cpanel api. You could create a default email address in cpanel. What this does is ANYTHING that anyone emails to your domain ends up in this inbox. So even if you don't create krydos@example.com and someone sends an email it would end up in default@example.com if that was your default address. Then you could write a script in php or something to create accounts for people. Then when they log in to your script it looks through the default email address that has everyone's emails and only shows the ones that line up with their username.
  21. Yes, GMX is being very odd. I tested some emails to my gmx.com account and it looks like if the email is properly signed with a valid dkim signature they refuse the email... PM sent with both links. The reason your forum username has a 2 is because you won't be able to create an account named opieantc again if it's already taken. Once your account is created let us know and we can remove the 2.
  22. You can try whitelisting no-reply@heliohost.org if you want. That's where the backup and the signup emails come from.
  23. You'll probably need to contact GMX support and ask them why your emails aren't going to your inbox. The emails from Heliohost are fully authenticated in every way with spf, dkim, dmarc and everything else. There really isn't any reason why any mail provider would refuse emails from us. If GMX lets us know what they think is wrong with our emails I'd be happy to comply though. Would you rather us send the backup link and the email validation link manually to you or would you rather use another email address?
  24. Which page is giving the 500 error?
  25. Oh yeah, I forgot about that. For some reason that particular url doesn't work without the www. in front. I should look into that sometime.
×
×
  • Create New...