- Jun 24, 2013
- 2,414
- 3,655
You can try hostblast , its 6$ a year.
Host Blast?
ha ha ha ha
Got to love these names.
The Bronze plan for $0.50 per month looks pretty good (for my purposes)
You can try hostblast , its 6$ a year.
Get a raspberry pi. Keep it switched off for half the day. For the rest of the day, host all of such clients in the single pi. Route through cloudflare, and add “i am under attack” mode in cf. They will keep begging for mercy. j/kClients who don't pay, don't deserve fast servers.
I'm going to move 1 particular client to the slowest, crappiest wordpress web host I can find and I need your help.
Any suggestions?
I need to think of security for my payment details.
Trusting a free server?
Honestly, there don’tClients who don't pay, don't deserve fast servers.
I'm going to move 1 particular client to the slowest, crappiest wordpress web host I can find and I need your help.
Any suggestions?
there's no rival for host malabar and the 0.55 package, and you go for india or singapore and your client can get a desi girl or some to push up the latency![]()
$4 a year with the coupon WHT20 .. It would be sloooow .. =)
What will this do? Make it load slow?Just add sleep(rand(6,9)); in header file of theme![]()
Yes it will add delay of 6-9 seconds on every request change it with any nunbers or just sleep(duration_in_seconds); is enough but it would be more fun to add random delayWhat will this do? Make it load slow?
Moving host is more of a work just go to appearance > theme editor, select theme edit header.php file and put “sleep(rand(min_seconds,max_seconds)); “ (without quotes and change values) right after <?php line at very beginning of the fileThis seems like the easiest solution.
I'll try this first.
If I can't get it to work, I'll move host
cheers!Moving host is more of a work just go to appearance > theme editor, select theme edit header.php file and put “sleep(rand(min_seconds,max_seconds)); “ (without quotes and change values) right after <?php line at very beginning of the file
Fee free to connect for any doubts![]()
Moving host is more of a work just go to appearance > theme editor, select theme edit header.php file and put “sleep(rand(min_seconds,max_seconds)); “ (without quotes and change values) right after <?php line at very beginning of the file
Fee free to connect for any doubts![]()
<?phpis this correct?
<?php
sleep(rand(min5seconds,max13seconds));
/**
* Header template.
<?php
sleep(rand(5,13));
/**
* Header template.
It will block the main thread though haha (with enough requests it can halt the whole server depending on how it is setup). Naughty<?php
sleep(rand(5,13));
/**
* Header template.
This will be lost if the theme updates in future.File edited successfully.
![]()