Remove this Banner Ad

CGI scripts

  • Thread starter Thread starter Bucks
  • Start date Start date
  • Tagged users Tagged users None

🥰 Love BigFooty? Join now for free.

Bucks

All Australian
Joined
Sep 18, 2001
Posts
859
Reaction score
1
Location
Victoria Park
Other Teams
Collingwood
Anyone know why when i preview my file (cpanel.cgi) it shows up as all scripts, and not the end product??

like scripts like:
print ("Content-type: text/html\n\n");
eval {
($0 =~ m,(.*)/[^/]+,) && unshift (@INC, "$1"); # Get the script location: UNIX / or Windows /
($0 =~ m,(.*)\\[^\\]+,) && unshift (@INC, "$1"); # Get the script location: Windows \

#substitute all require files here for the file

require "UltBB.setup";
require "mods.file";
require "Styles.file";
require "ubb_library.pl";
require "ubb_library2.pl";

and not the end result, which should be viewed.

anyone know?
 

Remove this Banner Ad

Remove this Banner Ad

🥰 Love BigFooty? Join now for free.

Back
Top Bottom