Jump to content
[MUST READ] Forum Rules ×

Nabeel

Senior Members
  • Posts

    17
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

806 profile views

Nabeel's Achievements

Newbie

Newbie (1/14)

  1. Don't use cloudflare as it interferes with mofh
  2. there are docs for api . other than that there are no docs . api.myownfreehost.net
  3. And in the paid plan they have smtp . And I have many subscription already so I don't want to buy this .
  4. You can only add spf , mx and cname records .
  5. they said : Hi there, php mail() sendmail is enabled but limited on free hosting and it allows the sending of Forum activation links and similar type of mails, any emails which are not registration activation emails or similar may not be delivered by PHPsendmail. why don't they enable email on mofh resellers ? I have to use improvmx for mail. and you don't even get smtp with improvmx .
  6. Is there any way that we can change [email protected] to a custom email or use our own smtp server to send the user activation email because [email protected] dosent encrypt the emails and it always ends in spam . Thanks !
  7. If you want to use cloudflare try enabling it from the vpanel
  8. You can youse improve mx it works with byethost .
  9. you can create your own sign up page with html & css and php and in the form add <form method=post action="https://order.<?php echo $yourdomain?>/register2.php"> and for captcha use this link https://ifastnet.com/image.php (because https is enabled on this domain and also because order.yourdomain.tld [whatever your domain is] does not have a ssl certificate ) example <td style="text-align: left;" colspan="21"> <font size="-1"><span style="font-family: Helvetica,Arial,sans-serif;"> <form method=post action="https://order.<?php echo $yourdomain?>/register2.php"> <table> <tr><th style="text-align: left;">Username<td><input type=text name=username size=30 value="" maxlength="16" onkeyup="return ismaxlength(this)"> <tr><th>&nbsp;<td>&nbsp; <tr><th style="text-align: left;">Password<td><input type=password name=password size=30 maxlength="25" onkeyup="return ismaxlength(this)"> <tr><th>&nbsp;<td>&nbsp; <tr><th style="text-align: left;">Email Address<td><input type=text name=email size=30 value=""> <tr><th style="text-align: left;"><td> <tr><th>&nbsp;<td> <tr><th style="text-align: left;">Site Category<td><select size="1" name="website_category"> <option>Personal</option> <option>Business</option> <option>Hobby</option> <option>Forum</option> </select> </td> <tr><th style="text-align: left;"><td> <tr><th>&nbsp;<td> <tr><th style="text-align: left;">Site Language<td> <select size="1" name="website_language"> <option>English</option> <option>Non-English</option> </select> </td> <tr><th>&nbsp;<td>&nbsp; <input type=hidden name=id value="<?PHP echo $id; ?>"> <tr><th style="text-align: left;">Security Code<td><img src="nk https://ifastnet.com/image.php?id=<?PHP echo $id; ?>"> <tr><th>&nbsp;<td>&nbsp; <tr><th style="text-align: left;">Enter Security Code<td><input type=text name=number size=30> <tr><th>&nbsp;<td>&nbsp; <tr><th colspan=2><input type=submit value="Register" name=submit> </table> </form>
  10. the login , header and footer files are a mess what should I do ? . any html code I add it breaks the whole css . (btw I am using tailwind css ). i customised my home page but i cannot find a way to customise other pages without a mess. (my website : unlimitedfreehosting.cf)
  11. I am using EINET ANAKE cms but there is no option to customise the home page can anyone help me please i am stuck with the default page . (Btw my website is unlimitedfreehosting.cf)
×
×
  • Create New...