Direct Google Drive Download with Details - PHP Script

mei2020

Active member
Nov 23, 2020
181
29
28
Size 0MB
Your use vps or hosting.?
Only seen after being reminded :LOL:
Im using pointed domain, shared hosting nexbyet.

Not edit anyting except explained thing here
Still the same errors..

Upload all of this in 1 root folder u means?
allin.png

EDIT:
Solved ! Thanks for reminding me 😊
These parts divert me before
$this_file = "/main/";
$dw_file = "/d/";
-----------------------
$this_file = "/d/";
$main_file = "/main/";

Solutions:
*Leave the directory in its default state/ structure
*Use main domain root or subdomain root directory

If you're planning to host the file into subdir instead domain or subdomain just edit these part by adding /subdir.
$this_file = "/subdir/main/";
$dw_file = "/subdir/d/";
-----------------------
$this_file = "/subdir/d/";
$main_file = "/subdir/main/";
Note:
*Not nedded to edit the .htaccess rule
 
Last edited:

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