-
Posts
311 -
Joined
-
Last visited
Posts posted by MeTooIDK
-
-
Just now, YuLong said:
I used the recommended PHP 8.1 and MySQL 3.7, but when I got to the last step of the installation, I clicked on redirect to /admin and it said 404, I didn't find the name admin in the website directory I used the recommended PHP 8.1 and MySQL 3.7. But when I got to the last step of the install, I clicked on redirect to the /admin interface and it showed 404 and I couldn't find anything in the website directory for admin directory
你安装在哪个目录?
普遍是: <网域>/<Xera位置>/admin -
On 2/5/2024 at 6:43 PM, Satanic said:
how to use Vue.js from hosting panel?
just upload builded files to hosting?
-
17 minutes ago, Heb Cloud said:
i checked and normally my account is not suspended but can you say me how you found this info to be sure.
your website working fine. try clear dns cache
-
3 minutes ago, Heb Cloud said:
maybe you need activate windowscheck your account is suspended or not
-
iFastNet VPS is High price low spec. has anyone tried ifatsnet vps before?
-
On 11/19/2022 at 6:21 PM, Burke Knight said:
I have decided, thanks to a topic on one of my sites, to start this topic.
This is just for plain fun chatting, no support issues here.
Just have fun, post anything about anything, within reason and be sure to follow the site rules.How did he reply before i reply
-
Theres no subdomain choice.
-
3 hours ago, luluhoste said:
Bonjour
Peut on installé Roundcube sur l'hebergement gratuits ?
Merci pour vos réponses
---trad google---
Good morning
Can Roundcube be installed on free hosting ?
Thank you for your answers
i remember theres already has roundcube.
-
On 7/12/2023 at 2:40 PM, syed hasnat ali said:
Hello! I want just like infinityfree clientarea for MOFH, I tried xera, generatearea, mofhy+lite, but nothing actually worked fine. Is there a new free clientarea for MOFH that actually fully functional and working except MOFHY, GENERATEAREA & XERA
skill issue -
2 hours ago, mariah said:
My WHMCS credentials are not valid, anyone have any suggestions?
-
5 hours ago, mariah said:
Seems the Request to MOFH API isn't successful. Please Check your uname,password is working.
-
-
i think PHP 8 isnt possible on free hosting
-
-
1 minute ago, SpookyKipper said:
play roadblocks
no
-
On 7/23/2023 at 9:56 AM, SpookyKipper said:
theres used to be a chatbox on the front page, but it got removed
what should we talk about im bored rn
-
Easy to remember domain name. and free REST API ( please use reverse engine to know how to use REST API)\
"i.am-a.gay" shortlink is design for your friends
why?
you can
https://i.am-a.gay/<Your friend Name>
-
2 hours ago, syed hasnat ali said:
Hello! Freenom is currently not working. I want professional free domain. is there anyone else, except eu.org
do you want am-a.gay subdomain. i can give you one subdomain
-
12 hours ago, luluhoste said:
J'ai essayé Uiisc :
Résultat : A priori, c'est une copie de MOFHY (donc pas sécurisée), en plus, l'installation ne marche pas... En tout cas, pas facilement du tout ! J'ai essayé plusieurs camions pour l'installer, peaufiner le code... rien n'y fait, en plus il y a des erreurs partout !
Donc vraiment mauvais ! 😒
Utilisez ceci à la place : Xera, GenerateArea...
---trad google---
I tried Uiisc:
Result: Apriori, it's a copy of MOFHY (therefore not secure), in addition, the installation does not work... In any case, not easily at all! I tried several trucks to install it, tweak the code... nothing worked, plus there are errors everywhere!
So really bad! 😒
Utilisez ceci à la place : Xera, GenerateArea...
i think UIISC and MOFHY are different. i think they just structure are same like using same framework like codeigniter?
-
9 hours ago, SpookyKipper said:
yes, I used could be cause there is a chance, but not 100%
I like to play around stuff but not actually hunting any vulnerability or issues
Sonarcloud 🥰
-
11 hours ago, luluhoste said:
Bonjour
j'ai une petite erreur : comment la résoudre ?
J'ai cocher la case activer le captcha (Hcaptcha), mais sans avoir rentrer la clef... du coups je suis bloquer et je ne peut plus me connecter ...
---tard google---
Good morning
I have a small error: how to solve it ?
I checked the box to activate the captcha (Hcaptcha), but without having entered the key... suddenly I am blocked and I can no longer connect ...
You can login to PMA and edit setting to disable hCaptcha
-
On 7/20/2023 at 6:31 PM, SpookyKipper said:
It's the ftp server for your users to use, it's literally the same as ftpupload.net, but without a valid ssl since the ssl is only for ftpupload.net
Because of the SSL will not match on ftp.domain.tld, it is recommended to just use ftpupload.net
you just need CloudFlare. CloudFlare is everything. btw can CloudFlare proxy FTP Port?
-
-
8 hours ago, luluhoste said:
c'est quoi : "instance du gestionnaire de fichiers" ?
et que veut dire cela :
---trad google---
what is "file manager instance" ?
and what does this mean :
tutorial how to install monsta ftp:
Xera需要什么 PHP拓展吗?具体需要哪些?部署了最后是 404
in MyOwnFreeHost General
Posted
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php break;
}
if (!-e $request_filename){
rewrite .*$ /index.php?/$1 break;
}
}
试试看这个nginx.conf