Moderator: Kick Ass Dukes
When will any form of this be available for download. I have a couple people who would like to assist in making it better,.. .how can they get their hands on the script>?
Please let me know what you need help doing. We are excited about this project and would like to get our hands on the source code ASAP!
include ($_SERVER['DOCUMENT_ROOT'] . "/ribbons/includes/ur_config.inc.php");
include ($_SERVER['DOCUMENT_ROOT'] . "/ribbons/includes/ur_functions.inc.php");include ($_SERVER['DOCUMENT_ROOT'] . "/Forum2/Ribbons/includes/ur_config.inc.php");
include ($_SERVER['DOCUMENT_ROOT'] . "/Forum2/Ribbons/includes/ur_functions.inc.php");$ribbon_directory_name = "ribbon_sets";$path_to_ribbon_sets = $site_path . $ribbon_directory_name . "/";$ribbon_directory_name = "ribbon_sets/";$path_to_ribbon_sets = $site_path . $ribbon_directory_name;SOTG Marine wrote:Super duper buggy.... not going all so well.
So I checked it out, and found that lines 23 and 24 looked like this:
- Code: Select all
include ($_SERVER['DOCUMENT_ROOT'] . "/ribbons/includes/ur_config.inc.php");
include ($_SERVER['DOCUMENT_ROOT'] . "/ribbons/includes/ur_functions.inc.php");
This made no sense, considering my root folder where I put the files was:
Forum2/Ribbons/
So, I changed the code to say this:
- Code: Select all
include ($_SERVER['DOCUMENT_ROOT'] . "/Forum2/Ribbons/includes/ur_config.inc.php");
include ($_SERVER['DOCUMENT_ROOT'] . "/Forum2/Ribbons/includes/ur_functions.inc.php");
And now I get these errors:
Warning: opendir(http://www.sotg.us/Forum2/Ribbons/ribbon_sets): failed to open dir: not implemented in /home/content/s/o/t/sotgu003/html/Forum2/Ribbons/includes/ur_functions.inc.php on line 52
Warning: asort() expects parameter 1 to be array, null given in /home/content/s/o/t/sotgu003/html/Forum2/Ribbons/includes/ur_functions.inc.php on line 69
Warning: Invalid argument supplied for foreach() in /home/content/s/o/t/sotgu003/html/Forum2/Ribbons/includes/ur_functions.inc.php on line 71
This is where I'm stuck...
include ("includes/ur_config.inc.php");
include ("includes/ur_functions.inc.php");
Return to General Discussion - UltimateRack
Users browsing this forum: No registered users and 2 guests