-
Content Count
65 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dog2puppy
-
This is a short little story about my journey through the making of my client area. About Me I'm almost 14 years old and I've been programming since 4th grade. This is one of my first fully completed projects that I got to a usable point. Special Thanks I just want to say thanks to @InfinityFree! You inspired me to create my own client area for fun when I saw yours and you've provided a free API client even when you cloud've kept it to yourself and sold licenses to profit from it. That's something most people probably wouldn't do. My Journey I started wi
-
Need Free Web Host For My Web Application!!!
Dog2puppy replied to silence00's topic in Free Hosting General
Does premium support C++? Wouldn't they need a VPS? -
Tutorial: how to get free SSL (major update)
Dog2puppy replied to hostronavt's topic in MyOwnFreeHost General
freessl.space sounds really neat! If I remember right, didn’t you mention a reseller api? How does the reseller api work?- 24 replies
-
- free ssl
- free ssl space
-
(and 2 more)
Tagged with:
-
I thought this was left over from when MyOwnFreeHost had a paid plan??
-
On domains that aren’t active a parking page is shown. After you add your domain it can take 72 hours for the DNS stuff
-
@Admin@Administrator MyOwnFreeHost and free hosting are down, including cPanel and MyOwnFreeHost panel.
-
Go to http://panel.myownfreehost.net and you should be able to sign in there with your details.
-
I was able to get the issue resolved through support. I just have to login as examplemyhost@mail.com instead of example+myhost@mail.com no idea if this impacts anything else
-
Did you use a email address with a + in it? I did that once and it broke the emailer and I had to contact support.
-
Seems to be happening for only me. I have tried logging into my account on other vPanels that are on a different domain.
-
When I log into my cpanel account at cpanel.website-me.ga, I get a glimpse of the vPanel, and I’m redirected again to the login page. I have tried multiple devices. This doesn’t happen for other hosts.
-
I was wondering if I can use Byet to test a url shortener, but not in production.
-
What exactly does the API send to the callback URL?
Dog2puppy replied to Ulti's topic in MyOwnFreeHost General
MyOwnFreeHost doesn't support Composer. -
What exactly does the API send to the callback URL?
Dog2puppy replied to Ulti's topic in MyOwnFreeHost General
Okay. I think taking the comments and doing var_dump on it and sorting the result in MySQL for later viewing is best. -
How To Use Auto login System In WHMCS by using MOFH API .....
Dog2puppy replied to Subhendu's topic in Free Hosting General
@Admin@AdministratorThis needs moved to MyOwnFreeHost General.- 3 replies
-
- auto login
- whmcs
-
(and 3 more)
Tagged with:
-
How To Use Auto login System In WHMCS by using MOFH API .....
Dog2puppy replied to Subhendu's topic in Free Hosting General
First you'll need to understand PHP, html, and js. Start by making a new page that will redirect you to vistaPanel. You'll need some php to get username and password. Pass those into two HTML form fields that are hidden. Use a little bit of JavaScript to auto submit the form, redirecting to the login page. The way you ingreate it into your own system is up to you.- 3 replies
-
- auto login
- whmcs
-
(and 3 more)
Tagged with:
-
What exactly does the API send to the callback URL?
Dog2puppy replied to Ulti's topic in MyOwnFreeHost General
What would the best way to see the comments? Something like a var_dump() but it would need to be stored so you could go in and see the result.