Jump to content
[MUST READ] Forum Rules ×

InfinityFree

Senior Members
  • Posts

    151
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by InfinityFree

  1. 11 hours ago, PlanetCloud said:

    What I needed is message from email confirmation page other than success message such as :
    image.png
    And no I'm not planning to output a regular confirmation page.
    Some known message :

    • E-mail is not valid
    • Account Name is already in use
    • Please refresh the previous page, the captcha puzzle has allready been solved.
    • Security Code does not match, click back and try again !
    • Username cannot be less than 4 characters long
    • Password cannot be less than 6 characters long

    Registration flow will not be broken with this.

    So what are you going to do with this?

    You say that, but you don't even say what "this" is for. What are you trying to do here exactly? Are you trying to improve frontend validation before it's submitted? Are you going to proxy the forms through your own code so you can parse the regular confirmation page and show your own (spoiler: it won't work, I tried that already)?

  2. I would say I'm an experienced PHP developer (after all, you copied that line verbatim from my API client), but I can't find even a single one of the methods the client references in this code. I also can't find anything remotely related with installation or usage instructions.

    The idea of sharing software on GitHub is that other people can use it.

    You say it's in "beta testing" phase, but the idea of beta testing is that people can actually test it. If you want people to help test it, documenting at least something would help a lot to get people started.

  3. Eh, I don't understand what you're trying to do here, or what kind of information you need.

    You say you need "response code samples"? Which response codes are you referring to? Are you planning to parse the output of the regular confirmation page? Are you sure that getting access to the content of that page is even possible without breaking the registration flow?

  4. 16 hours ago, koostamas said:

    So I just created my free hosting account and migrated my website from an other free hosting service. My static html files are working, but all of my php files give a server http 500 error. I enabled display_error, but it still doesn't show anything. My php pages were working at the previous hoster and I didn't change anything since then. What could be the problem?

    Note that even though your PHP configuration may enable error messages, your script's code may cause them to be surpressed as well.

    Check if your script has some kind of debug mode which you can enable to show the error information.

    You could submit a support ticket to iFastNet, but they make it quite clear that they won't help with website development, so I don't think they can help you.

  5. On 7/29/2018 at 0:01 PM, Aqib said:

    I think that apache and nginx are separately used. They are two different softwares and are used differently not combinely

    Of course they are different softwares and they are used differently! Why else would you combine them if they didn't have their own strengths and purposes?

    Nope, you can combine them without any problem. You can relay HTTP requests through a theoretically infinite number of (different) HTTP servers.

    How do you think Cloudflare works? They also use nginx to serve web pages, and that works fine when put in front of another nginx or Apache server.

    16 hours ago, PlanetCloud said:

    Alright, thank you for the info.
    This mean we're safe from Slow Loris attack right?
    Since it's first handled by NGINX..

    I guess so. 

    On 7/29/2018 at 0:37 PM, PCTipsGR said:

    iFastNet is an exception :P

    In this regard, not really. It's pretty much standard practice if you want nginx's performance with mod_php and .htaccess support. In the world of free hosting, it's fairly common as far as I know.

    Heck, DigitalOcean has a really straight forward tutorial on how you can set this up on your own server: https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-16-04-server

  6. 7 hours ago, PlanetCloud said:

    What do you mean for every website?
    Do you mean that 1 site was using 2 software at once?

    Yep, exactly. Every web request is first handled by NGINX and then by Apache. NGINX is more performant, but only Apache can run .htaccess rules.

    3 hours ago, Aqib said:

    iFastNet is using Apache.

    .. and nginx.

  7. 4 hours ago, akhil said:

    For setting up the wpmu-defender plugin and for enabling some features. How can I find out what I am using?

    You can find out what software your hosting server uses by asking your hosting provider? That's not me, but I can tell you that both Apache and NGINX are being used for every website.

  8. On 5/19/2018 at 1:22 PM, PCTipsGR said:

    You may need it because the support for some reason would not be working, just like now with iFastnet Support (I have created ticket before 2-3 hours and still no response)

    What makes they think that if they don't respond to your ticket, they would respond to your forum post?

    Also, note that some issues take a bit longer to be handled because they require specialized staff. With most companies, L1/L2 support can be available 24/7, but specialized tech staff is only available Mo-Fr 9-5. 

  9. 12 hours ago, PCTipsGR said:

    Unfortunately @InfinityFree your suggestion didn't work, I tried it but the themes are not served at all, maybe Github doesn't allow it to be shown in other websites.

    If you believe this is a mistake, kindly inform us of what can we do.

    The code we used is: 

    
    <link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/PCTipsGR/VistaPanel-Themes/master/light/sprites/icon_spritemap.css">
    <link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/PCTipsGR/VistaPanel-Themes/master/light/styles.css">


     

    I wish I could try, but I can't seem to be able to save anything to the control panel ads.

  10. On 7/6/2018 at 10:06 AM, Aqib said:

    Contact Support https://support.ifastnet.com. As in free hosting you can't change these values

    Why contact support? Do you think they will change carefully chosen and enforced resource limits for you just because you ask nicely or your software says it's required?

  11. Oh, and one more suggestion: rather than using a very unreliable, free hosting account from a competing service, you can just link directly to the files on GitHub.

    Simply navigate to the file on GitHub and click the Raw button. Then copy that link and use it in the embed.

    GitHub has a fast, scalable, distributed system to serve the files. You don't need a PHP+MySQL hosting account to share static files.

    In short, GitHub can do everything for you. You're making it unnecessarily hard for yourself by combining it with Dropbox and a free hosting account.

  12. Looking good! I'll take a more in-depth look at it soon!

    Just two requests/suggestions:

    - Could you use GitHub's "Releases" feature to publish the downloadables, rather than use Dropbox? The releases function generates zip files for the repository at that state, but let's you upload custom downloadables as well. You can also add changelogs, and automatically notify anyone who has starred the repository, making it easy for other people to stay on top of updates.

    - If you update a particular theme, could you update it in-place rather than copy the folder with an "-UPDATED" suffix? Git is a version control system, which means it's designed to easily see what has been changed and view old versions of the software. So even if you replace the files with new versions, the old content is not lost. And if you use the releases functionality, it's easy for others to see exactly what changed between versions.

  13. 1 hour ago, PlanetCloud said:

    The nulled version in my case it worked but I only used it for debugging purposes (One of my friend is having trouble installing WHMCS on BYET with a LEGIT Lincense so I need a WHMCS to re-create the error).
    But since the Nulled WHMCS is encoded with ionCube, you can't tell if the Nulled WHMCS is sending data such as user account information or even worse, payment information to a hacker.

    Never trust something you get for free!
    Avoid nulled WHMCS and only use it for testing purposes if needed.

    Don't even use nulled software for testing purposes. If you know from the start that you will not be able to spend $16 per month on a license, ignore the software to begin with. WHMCS offers 30 day money back guarantee, so you can just buy their Starter license at $16 and try it out for a few weeks. If it doesn't work, just get your money back!

    Don't forget that cracked installations are usually very old versions, which may work differently from the latest WHMCS. And then exposing your reseller credentials and hosting accounts to what is likely to be malware is already extremely dangerous.

    And if you plan to spend $16 per month on the software already, why not spend a few dollars more to get good hosting for it? Free hosting has some limitations (like lack of InnoDB support) which means WHMCS is probably not going to work on it anyways. And whether you need to pay $16 or $20 per month doesn't matter that much.

  14. 4 hours ago, b32_21926574 said:

    Why can I upload my ".rars" files ?

     

    .RAR is a proprietary file format, which means the ability to create and extract .RAR archives is restricted to specific licensed (and generally expensive) software. That is why file managers can't support it: the .RAR creators won't let them!

    .ZIP is an archive standard which is in the public domain, so it's available pretty much everywhere. So you should use .ZIP instead of .RAR wherever possible.

  15. 3 hours ago, Ramboj686 said:

    Wait what we have to get permission for uploading files of with large size?

    Files larger than 10 MB cannot be uploaded in any way. This is the way the system was designed and (as far as I know) no exception will be made to that rule. You can try to contact support and ask them to increase it, but I'm pretty sure you're just wasting your own time and their time by doing so.

    If you need to upload a large zip file containing a script, just extract it on your computer and upload the extracted files. If you need to upload a large file so others can download it, use a specialized file sharing service (not a web hosting account) for that.

  16. 1 minute ago, Ramboj686 said:

    What do you mean by " is not actually hosted on free hosting" . I know it's hosted on Google Cloud Platform but how is that possible @InfinityFree?

    Just set it up like you would set up any other hosting service?

    But I can recommend setting up one domain for your main website (infinityfree.net in my case) and another domain for customers (epizy.com primarily, for me). Doing so gives you a lot more flexibility in hosting your own site and helps ensure that a phishing site slipping the net won't trash the reputation of your main site.

  17. What I forgot to add (and cannot add because of bad forum permissions): try setting your domain to Full SSL instead of Flexible SSL. All sites are SSL enabled by default, and many scripts (and .htaccess samples) don't like Flexible SSL because they don't consider the possibility of using HTTPS URLs without handling HTTPS themselves.

×
×
  • Create New...