Neodrive v2.6 - Support Multi Resolution

Misbah

New member
May 5, 2021
4
0
1
if you guys searching this files....
you can get it on github
and yeah...
i suggest to not using old googledrive sharer,
because some of google api's change
you will sure need to renew the code to make sure that work 100%

for mine i already implemented big change and some script due google update
sharer.nesia.my.id

you can search the files on github i repeat that twice...
after you get v2.6... change the script little bit and you will get all feature continue working like a normal

for now, googledrive sharer script rarely will approved by https://console.cloud.google.com/ so i strongly suggest you to make another script by your own that doesn't need any verified api's
how to create new page in neo drive
 

Misbah

New member
May 5, 2021
4
0
1
copy exsisting file, and then make new ones
There is some php configuration for new page and i don't know how to do it. help me in that.
Like
1.I added Contact Us in nav bar.
2. I created contact-us.php in system/view
3. i added it in page.php
but when I open it it says url not found
 

MovieNest

New member
May 17, 2021
9
0
1
India
www.google.com

xFlipperkast

New member
May 25, 2022
23
2
3
www.socialboosts.nl
hi what i heard that google updated the limit on copying the files from one drive to another drive, i have already one drive sharer gadrive.com, but its a old script which it cannot bypass the copying files limit, can you please suggest me how to bypass the limit hope you guys understand what i reqeusted thanks alot
 

codefatherng

New member
May 23, 2022
0
0
0
Ba


my friend, how to use it on nginx, i found there is .htaccess file and i tried conver it via nginx using https://winginx.com/en/htaccess

However it doesn't work, can you please share to help configure nginx's Rewrite rule ?
I used this and it worked:

server
{
listen 80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen [::]:80;
server_name drive.heppinn.id;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/drive.heppinn.id;
rewrite ^/login$ /login.php last;
rewrite ^/logout$ /login.php?action=logout last;
rewrite ^/profile$ /menu.php?s=profile last;
rewrite ^/upload-subtitle$ /menu.php?s=upload-subtitle last;
rewrite ^/subtitle-manager$ /menu.php?s=subtitle-manager last;
rewrite ^/copy-drive$ /menu.php?s=copy-drive last;
rewrite ^/upload-link$ /menu.php?s=upload-link last;
rewrite ^/upload-file$ /menu.php?s=upload-file last;
rewrite ^/shared-file$ /menu.php?s=shared-file last;
rewrite ^/file-manager$ /menu.php?s=file-manager last;
rewrite ^/user-manager$ /menu.php?s=user-manager last;
rewrite ^/upload-folder$ /menu.php?s=upload-folder last;
rewrite ^/subscene$ /menu.php?s=subscene last;
rewrite ^/broken$ /menu.php?s=broken last;
rewrite ^/setting$ /menu.php?s=setting last;
rewrite ^/page/terms-conditions$ /page.php?s=terms-conditions last;
rewrite ^/page/privacy-policy$ /page.php?s=privacy-policy last;
rewrite ^/page/copyright-policy$ /page.php?s=copyright-policy last;
rewrite ^/file/([a-zA-Z0-9]+)$ /download.php?id=$1 last;
rewrite ^/stream/([a-zA-Z0-9]+)$ /multi.php?id=$1 last;
rewrite ^/ajax/([a-zA-Z0-9]+)$ /ajax.php?ajax=$1 last;
rewrite ^/secure/([a-zA-Z0-9]+)$ /secure.php?id=$1 last;
rewrite ^/image/([a-zA-Z0-9]+)$ /secure.php?poster=$1 last;
rewrite ^/download/([a-zA-Z0-9]+)$ /mirror-download.php?id=$1 last;
rewrite ^/drivestream/([^/]*)/label/([^/]*)$ /drive-stream.php?download=$1&label=$2 last;
}
 

RDJ

Member
Apr 14, 2021
31
0
6
india
workingonit.com
im getting this problem how can i resolve this please someone suggest me
(

Not Acceptable!​

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.)


whenever i click on download its show's me this
Link
 

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