Previous Thread
Next Thread
Print Thread
Rate Thread
#57881 09/19/2004 10:40 AM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hello,

I have transfaired all my cgi and template files to another board because they whant all my hacks.

Everything works fine, but at the CP I get very often this error:

Fatal error:

(RequireCode) /www/httpd/htdocs/med-forum/cgi-bin/cp2_vars.cgi: Compilation failed in require at /www/httpd/htdocs/med-forum/cgi-bin/ubb_lib.cgi line 933.


Can you tell me what's wrong?

Thanks a lot
d-talk


Webmaster of d-talk & Kabel-Forum.com
Sponsored Links
#57882 09/19/2004 11:25 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
we can't tell you what's wrong unless we knew what that line, along with it's 5 before and 5 after lines were

#57883 09/19/2004 11:43 AM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Can you have a look at this board Ian? I can give you acces to ftp and board...


Webmaster of d-talk & Kabel-Forum.com
#57884 09/19/2004 11:45 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
no, I can't. too busy

#57885 09/19/2004 11:52 AM
Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Code
 



#endsub

sub RequireCode { # safely do a require()
# warn "RC: $_[0]";
return if exists $INC{$_[0]};
# Fake an untaint
$_[0] =~ m/^(.+)$/gs;
my $fn = $1;
eval { require $fn; };
die "(RequireCode) $fn: $@" if $@;
} #endsub

sub RequireCodeNoINC { # safely do a require() without regard to %INC
# warn "RCni: $_[0]";
That's the code at ubb_lib.cgi


Webmaster of d-talk & Kabel-Forum.com
Sponsored Links
#57886 09/19/2004 12:17 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
That doesn't help much, it probably means that one of the files we use requirecode to open is broken...

#57887 09/19/2004 7:54 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Where both forums the same version? Because if they where a version below or so and you gave them yours which is a version ahead it could mean license violation wink


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#57888 09/22/2004 7:58 PM
Joined: Sep 2004
Posts: 1
Junior Member
Junior Member
Offline
Joined: Sep 2004
Posts: 1
how can i run a game withe multihack?someone help me

#57889 09/22/2004 8:04 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
multihack is a program that helps install mods for your forums. it has nothing to do with games.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)