Search found 34 matches

by dancore
Sat Jan 11, 2020 12:36 pm
Forum: Webhosting
Topic: Creating a php file on myBB is causing a php error.
Replies: 8
Views: 3649

Re: Creating a php file on myBB is causing a php error.

Thanks a bunch hiimcody1! I really appreciate it!
by dancore
Sat Jan 11, 2020 12:35 pm
Forum: Webhosting
Topic: Creating a php file on myBB is causing a php error.
Replies: 8
Views: 3649

Re: Creating a php file on myBB is causing a php error.

OMG hahaha you helped me figure this out! For future reference if anyone runs into this problem, I had {$mybb->settings[bbname]} the fix was {$mybb->settings['bbname']} basically just putting bbname in quotes
by dancore
Sat Jan 11, 2020 12:28 pm
Forum: Webhosting
Topic: Creating a php file on myBB is causing a php error.
Replies: 8
Views: 3649

Re: Creating a php file on myBB is causing a php error.

<html> <head> <title>{$mybb->settings[bbname]}</title> {$headerinclude} </head> <body> {$header} <br /> <table width="100%" border="0"> <thead> <tr> <th>Forum Rules</th> </tr> <tbody> <tr> <td>Our rules</td> </tr> </tbody> </table> {$footer} </body> </html>
by dancore
Sat Jan 11, 2020 12:02 pm
Forum: Webhosting
Topic: Creating a php file on myBB is causing a php error.
Replies: 8
Views: 3649

Re: Creating a php file on myBB is causing a php error.

Btw, if you right click the image and open it in a new tab it'll be easier to read.
by dancore
Sat Jan 11, 2020 12:01 pm
Forum: Webhosting
Topic: Creating a php file on myBB is causing a php error.
Replies: 8
Views: 3649

Creating a php file on myBB is causing a php error.

I'm getting this error: https://puu.sh/EYNqJ/61d70fdf2b.png Here is my rules.php: <?php define('IN_MYBB', 1); // (1a) require_once "./global.php"; // (1b) add_breadcrumb("Rules page", "rules.php"); // (2) eval("\$rules = \"".$templates->get("rules&qu...
by dancore
Mon Aug 19, 2013 10:23 pm
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Re: Uploading files to server problem

I have and there is no error. The lua works perfectly fine on a srcds, and I tested it on my friends server. My server just doesn't seem to register it.
by dancore
Mon Aug 19, 2013 12:17 pm
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Re: Uploading files to server problem

Anyone?
by dancore
Mon Aug 19, 2013 10:57 am
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Re: Uploading files to server problem

Ok yeah I've copied the files on my server, removed the old files I had, and place the server files in the correct directory. It works, everything is where it needs to be, but for some reason my server won't register that the files are there. There is no custom models, or materials. When I opened a ...
by dancore
Mon Aug 19, 2013 10:49 am
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Re: Uploading files to server problem

Good idea I will try that right now.
by dancore
Mon Aug 19, 2013 10:36 am
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Re: Uploading files to server problem

I would really appreciate some assistance. I'm 100% positive the lua works, I've tested it on a friends server with all my files in it, and it worked there. My server doesn't register that the files are even in there. I have no idea what to do.
by dancore
Sun Aug 18, 2013 10:54 pm
Forum: Garrysmod
Topic: Uploading files to server problem
Replies: 7
Views: 2014

Uploading files to server problem

I've had my server up for a little over a month, I've done updates on it daily. For some reason today it won't register the files I'm adding. It tells me the files are in the correct directory on ftp. I wrote most of the script, tested it singleplayer, lan and srcds all works perfectly fine but when...
by dancore
Sat Jul 13, 2013 11:51 am
Forum: Garrysmod
Topic: DarkRP walk and run speed help?
Replies: 6
Views: 6553

Re: DarkRP walk and run speed help?

Did you edit the run speed in game or the lua?
by dancore
Sat Jul 13, 2013 11:49 am
Forum: Garrysmod
Topic: I've looked everywhere and still have'nt found a solution
Replies: 35
Views: 7581

Re: I've looked everywhere and still have'nt found a solutio

I've tried downloading gmad to upload onto workshop, the prompt has failed on me... It was made by garry but it just doesn't seem to wanna work, any ideas on how to get the models up there?
by dancore
Fri Jul 12, 2013 11:35 pm
Forum: Garrysmod
Topic: I've looked everywhere and still have'nt found a solution
Replies: 35
Views: 7581

Re: I've looked everywhere and still have'nt found a solutio

For some reason it's still not working.. I know the models work, but it's not forcedownloading to clients.
by dancore
Fri Jul 12, 2013 10:18 pm
Forum: Garrysmod
Topic: I've looked everywhere and still have'nt found a solution
Replies: 35
Views: 7581

Re: I've looked everywhere and still have'nt found a solutio

Is this right? // Edit this to your liking. These values are very close to what I use // for my own servers. // Make sure the right people are banned exec banned.cfg exec banned_user.cfg // Name Of Server // General HL Cvars mp_fraglimit 0 mp_footsteps 1 mp_flashlight 1 sv_contact "your@email.a...