[Solved LOL] IMGBOX (NOT) DIED what the alternative?

  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Some of my project using IMGBox,
but now. this morning, i feels so sad because all of the gallery on imgbox and all of the image on my main project died
the image turned into this image
Screenshot (1648).png

so... now i searching new IMAGE HOSTING that's works like imgbox...
can you guys suggest me?
i think there's no hope for imgbox to continue their services anymore.... they will be closed soon i think....
so i need to move on and use another's free services....
 
Last edited:

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
yeah this is bad news on this morning
i woke up and check if there's any comment on my sites,
after a while i notice, people says "i can't see the picture"
and when i realize, all image from imgbox die....


now i still searching better alternative for this problem....
if you have the alternative too... let me know ok...
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Nevermind... Now the sites working again like always...
ahhh thanks god... they fixed it...
now i didn't need to replace Over 3000+ image on my main project lol
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
upto you, site belongs to me (only child po** images not allowed)
ok nevermind
thanks alot for suggesting that on first place, now IMGBox is already alive again, so i can comeback using it....

i see ur sites https://60mbanime.com/ suspended by googledrive
that's what you says on the sites... i think you should create some googledrive script that can hide the ID like... dl.nesia.my.id.... or you must create something like... "Multi Gsuite" to host that files
so when the one get ban, you still have the alternative link download like i did on sharer.my.id


some code already on github like so maybe you can continue your project when you do that....
last... thanks for ur suggestion earlier...
 

india220

Active member
Feb 7, 2019
218
95
28
60mbanime.com
ok nevermind
thanks alot for suggesting that on first place, now IMGBox is already alive again, so i can comeback using it....

i see ur sites https://60mbanime.com/ suspended by googledrive
that's what you says on the sites... i think you should create some googledrive script that can hide the ID like... dl.nesia.my.id.... or you must create something like... "Multi Gsuite" to host that files
so when the one get ban, you still have the alternative link download like i did on sharer.my.id


some code already on github like so maybe you can continue your project when you do that....
last... thanks for ur suggestion earlier...
Actually main domain has been banned due to all the google drive has been suspended.
Just copying the data from my updated backup

drive.png
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
i see... XD
on past i run anime sites too... but for now... i done with that.... to much work, and i didn't have any team to working with. so since i start this on 2016, i stopped it on last year.... and start doing other's project that i think more simple and not boring XD
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Actually main domain has been banned due to all the google drive has been suspended.
Just copying the data from my updated backup

drive.png
and btw i see your https://gigafilehost.com/
it's more like direct download by yuudrive or something like that? right?
i suggest if you still use the original script, to change the api,
because it will broke after 100+ visitor
the link will turn into 403
 

india220

Active member
Feb 7, 2019
218
95
28
60mbanime.com
and btw i see your https://gigafilehost.com/
it's more like direct download by yuudrive or something like that? right?
i suggest if you still use the original script, to change the api,
because it will broke after 100+ visitor
the link will turn into 403
Author is same but not yuudrive, no api request taken by user or admin (403 appeared after user google drive daily limit reached 750GB)
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Author is same but not yuudrive, no api request taken by user or admin (403 appeared after user google drive daily limit reached 750GB)
yeah... the script using
Code:
 function udud($id){
        $ch = curl_init("https://drive.google.com/uc?id=$id&authuser=0&export=download");
        curl_setopt_array($ch, array(
            CURLOPT_CUSTOMREQUEST => 'POST',
            CURLOPT_SSL_VERIFYPEER => false,
            CURLOPT_POSTFIELDS => [],
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_ENCODING => 'gzip,deflate',
            CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
            CURLOPT_HTTPHEADER => [
                'accept-encoding: gzip, deflate, br',
                'content-length: 0',
                'content-type: application/x-www-form-urlencoded;charset=UTF-8',
                'origin: https://drive.google.com',
                'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36',
                'x-client-data: CKG1yQEIkbbJAQiitskBCMS2yQEIqZ3KAQioo8oBGLeYygE=',
                'x-drive-first-party: DriveWebUi',
                'x-json-requested: true'
            ]
        ));

right?
=======
so how the googledrive limit works now on 2021?
they will limit the files after xxx download or after xxxGB reached?

i still searching the exact number of the limit on googledrive to make stable bypass on sharer.my.id
if you says 750GB... i think that's not...
 

india220

Active member
Feb 7, 2019
218
95
28
60mbanime.com
yeah... the script using
Code:
 function udud($id){
        $ch = curl_init("https://drive.google.com/uc?id=$id&authuser=0&export=download");
        curl_setopt_array($ch, array(
            CURLOPT_CUSTOMREQUEST => 'POST',
            CURLOPT_SSL_VERIFYPEER => false,
            CURLOPT_POSTFIELDS => [],
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_ENCODING => 'gzip,deflate',
            CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
            CURLOPT_HTTPHEADER => [
                'accept-encoding: gzip, deflate, br',
                'content-length: 0',
                'content-type: application/x-www-form-urlencoded;charset=UTF-8',
                'origin: https://drive.google.com',
                'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36',
                'x-client-data: CKG1yQEIkbbJAQiitskBCMS2yQEIqZ3KAQioo8oBGLeYygE=',
                'x-drive-first-party: DriveWebUi',
                'x-json-requested: true'
            ]
        ));

right?
=======
so how the googledrive limit works now on 2021?
they will limit the files after xxx download or after xxxGB reached?

i still searching the exact number of the limit on googledrive to make stable bypass on sharer.my.id
if you says 750GB... i think that's not...
That's not posible. Can you give me the link ?
Also search in google "google drive bandwidth limit"
 

india220

Active member
Feb 7, 2019
218
95
28
60mbanime.com
Please read after the storage limit..
"Individual users can only upload 750 GB each day between My Drive and all shared drives. Users who reach the 750-GB limit or upload a file larger than 750 GB cannot upload additional files that day. Uploads that are in progress will complete. The maximum individual file size that you can upload or synchronize is 5 TB."
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Please read after the storage limit..
"Individual users can only upload 750 GB each day between My Drive and all shared drives. Users who reach the 750-GB limit or upload a file larger than 750 GB cannot upload additional files that day. Uploads that are in progress will complete. The maximum individual file size that you can upload or synchronize is 5 TB."
yeah... but i ask about download limit... not upload limit... :rolleyes:
 

dhanamerdeka

Active member
Aug 29, 2020
419
195
43
Isekai
resharer.org
Download limit depend on google drive packages (But they added restriction on 1 file can be download certain times in a day).
that's what i searching and asking for....
i searching for exact number so i can calculate it on my project.... if you don't know the exact number, then thanks....you helped me enough for this
 

Forum statistics

Threads
73,540
Messages
953,683
Members
282,144
Latest member
Aleeza

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu