Hacking [5.5.3 Support] Kafluke's All-in-One Self-Hosting Package 3.0

realg123

Well-Known Member
Member
Joined
Aug 9, 2010
Messages
239
Trophies
1
XP
467
Country
Canada
Anyone else having this similar issues as me?
- Originally the selfhosting was woking 100% then completely stopped
- I tried the android selfhosting as well, does not work
- Wiiubru and other sites were originally working maybe 30% of the time
- Now nothing works. Most times the site wont even load, at times video would attempt to load, but I get the "video wouldn't load" error

EDIT** Figured it out. Changed Wireless mode in my router from 801.11n to 801.11b
 
Last edited by realg123,

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
homebrew launcher 1.4 updated。

php code dont support 1.4
pls,update these codes
I'm not sure how much interest there is in this anymore with all the new stuff.

Does the new hbl 1.4 need a web code uodate? can we just link to an mp4?
 

geheim

Well-Known Member
Member
Joined
Jan 4, 2013
Messages
272
Trophies
0
XP
1,256
Country
Germany
Well, I can only speak for myself, but I'd be very interested in an updated version compatible with HBL 1.4 :) The MP4 linked on github doesn't have 100% sucess rate for me while your package does!
 
  • Like
Reactions: raphamotta

panamex

Well-Known Member
Newcomer
Joined
Oct 31, 2016
Messages
96
Trophies
0
Age
48
XP
237
Country
Mexico
your stuff rocks!! There are many people like me who just use the brazilian USB method without rednand, cwf, etc.....And still using your great app Kafluke!!!
 

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
your stuff rocks!! There are many people like me who just use the brazilian USB method without rednand, cwf, etc.....And still using your great app Kafluke!!!
All right all right. too much love from you guys ;) I'll take a look at 1.4 tonight. Prolly not gonna work on 5.3.2 or 5.4.0 pages tho. No reason to still be on those firmwares
 

dimok

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
728
Trophies
3
XP
2,635
Country
United States
Yeah so I'm not getting 100% with the HBL 1.4 mp4 but it works. The PHP doesn't work at all. Anybody know much about PHP? @dimok ?
@Cybernatus ?
Well the initial mp4 was adjusted in timing pretty well. You can adjust the timing inside the PHP code by increasing the sleep. I increased the delay before mp4 is loaded after its header inside the PHP and it was working almost every launch, like the old mp4/php combination for me. But just to be clear, the old version was never 100% success rate for me either.

Here is what you need to adjust:
this: https://github.com/dimok789/homebrew_launcher/blob/master/www/homebrew_launcher/payload.php#L149
and maybe this: https://github.com/dimok789/homebrew_launcher/blob/master/www/homebrew_launcher/payload.php#L160
 
  • Like
Reactions: Cybernatus

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
I'm struggling to compile this cause I'm an idiot. I tried making suggested changes in php but I'm not good at compiling. Anyone else want to give it a shot and then package it up for me? I'll test and then put it in a new AIo
 

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
This the error of anyone can help


  1. C:\HBL>make
    make[2]: `/c/HBL/sd_loader/sd_loader.elf' is up to date.
    linking ... homebrew_launcher.elf
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lcrt
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lcrt
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lcoreinit
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lproc_ui
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lnsysnet
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lsndcore2
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lvpad
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lgx2
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find -lsysapp
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/6.2.0/../../../../powerpc-eabi/bin/ld.exe: c:/devkitPro/libogc/lib/wii\libmad.a(frame.o): relocation R_PPC_EMB_SDA21 cannot be used when making a shared object
    c:/devkitPro/libogc/lib/wii\libmad.a: error adding symbols: Bad value
    collect2.exe: error: ld returned 1 exit status
    make[1]: *** [/c/HBL/homebrew_launcher.elf] Error 1
    make: *** [build] Error 2
 

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
okay so I changed the two lines in the code according to what Dimok said. I changed "1" to "2". I changed "1000" to "2000". I still someone to try and compile this though. I'm not a programmer. I've tried doing this on two different PC's in Windows 10. Maybe I'll build a Linux environment but that will be a while before I get around to it.

Any others out there want to try and change those two lines, compile and then send to me for testing? Or test yourself? Need some help from the community here. Once it's working stably I'll package into the AIO.
 

Madridi

Card Collector
Member
Joined
May 9, 2008
Messages
3,562
Trophies
2
Age
38
Location
Doha
XP
3,071
Country
Qatar
okay so I changed the two lines in the code according to what Dimok said. I changed "1" to "2". I changed "1000" to "2000". I still someone to try and compile this though. I'm not a programmer. I've tried doing this on two different PC's in Windows 10. Maybe I'll build a Linux environment but that will be a while before I get around to it.

Any others out there want to try and change those two lines, compile and then send to me for testing? Or test yourself? Need some help from the community here. Once it's working stably I'll package into the AIO.
I have been outside of the gaming scene since early October unfortunately. Barely have an internet connection until 15th Jan. I missed a lot in the WiiU scene and I don't even know what to read or start..

Anyway, for the HBL 1.4 release, what I can say that the initial issue was fixed by @::Phoenix:: iirc, @Cybernatus also did some work on it. As far as I know, @Cybernatus also added 1.4 to his website, so he probably got PHP working.

Anyway, I hope those 2 can help getting compatibility back to 100% :)
 
  • Like
Reactions: Cybernatus

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
I have been outside of the gaming scene since early October unfortunately. Barely have an internet connection until 15th Jan. I missed a lot in the WiiU scene and I don't even know what to read or start..

Anyway, for the HBL 1.4 release, what I can say that the initial issue was fixed by @::Phoenix:: iirc, @Cybernatus also did some work on it. As far as I know, @Cybernatus also added 1.4 to his website, so he probably got PHP working.

Anyway, I hope those 2 can help getting compatibility back to 100% :)
IOSU hax and rednand happened. But I'd just focus on Brazilian USB Method right now. You can bypass the webrowser entirely now with Haxchi. You will need to buy a certain DS game (Brain age) thought but it's worth it to have Homebrew Launcher in a channel instead of through the browser. So in conclusion my recommendation would be...

1. Learn Brazilian USB method
2. Install HomebrewLauncher as a channel (Haxchi)
3. ?
4. Profit

After you get good at that then you can venture into Rednand and all the new stuff in that area.
 
Last edited by Kafluke,

pladux

New Member
Newbie
Joined
Jul 30, 2014
Messages
2
Trophies
0
Age
38
XP
111
Country
Gambia, The
I had about 50% freezes when hosting this with nginx + php-fpm. Increasing the sleep time seemed to help. I set the "X-Accel-Buffering: no" header with an additional flush(). This effectively disables nginxs fcgi buffer and makes sure headers are send immediately. Success rate is 100% now.
 

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
I had about 50% freezes when hosting this with nginx + php-fpm. Increasing the sleep time seemed to help. I set the "X-Accel-Buffering: no" header with an additional flush(). This effectively disables nginxs fcgi buffer and makes sure headers are send immediately. Success rate is 100% now.
Would you mind sharing your payloads? I can test and put in new AIO
 
  • Like
Reactions: KiiWii

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87...