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

dhanamerdeka

Active member
Aug 29, 2020
414
194
43
East Java, Indonesia
sharer.my.id
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
414
194
43
East Java, Indonesia
sharer.my.id
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
212
94
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
414
194
43
East Java, Indonesia
sharer.my.id
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
414
194
43
East Java, Indonesia
sharer.my.id
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
212
94
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
414
194
43
East Java, Indonesia
sharer.my.id
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
212
94
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"
 

dhanamerdeka

Active member
Aug 29, 2020
414
194
43
East Java, Indonesia
sharer.my.id
That's not posible. Can you give me the link ?
Also search in google "google drive bandwidth limit"
that's not limit, that's is storage capacity on all googledrive version per-version, that's not even have information about limitation download/something like that
 

india220

Active member
Feb 7, 2019
212
94
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
414
194
43
East Java, Indonesia
sharer.my.id
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:
 

About us

  • Our 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 to make sure our community is one of the best.

Quick Navigation

User Menu