-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
My host doesnt have 8.4 even xampp is 8.3
-
Downloaded the new copy Stuck at the first Hurdle the install line 22 line 22 = private string $configFile { set { $this->configFile = $value; } } error is Parse error: syntax error, unexpected token "{", expecting "," or ";" PHP version 8.3 tried on 7.4 error still exists
-
Welcome onboad Ollie 🙂
-
That nearly worked 🙂 then I had another error Fatal error: Uncaught Error: Typed property Paginator::$return must not be accessed before initialization on line 110 which is for ($i = 1; $i <= $this->num_pages; ++$i) { $this->return .= ($i == $this->current_page) ? '<div class="pure-u-1-24 disabled"><a class="pure-button button-xsmall pure-button-disabled" href="#" disabled>'.$i.'</a></div>' : '<div class="pure-u-1-24"><a class="pure-button button-xsmall" href="'.$_SERVER['PHP_SELF'].'?page='.$i.'&ipp='.$this->items_per_page.$this->querystring.'">'.$i.'</a></div>'."\r\n"; } so back to square one After a long and tedious struggle i managed to fix the script
-
im not familiar with PDO but im getting this error on the tickets page as well as every other page that uses the paginator Fatal error: Uncaught Error: Typed property Paginator::$querystring must not be accessed before initializatio if ($_GET) { $args = explode('&', $_SERVER['QUERY_STRING']); foreach ($args as $arg) { $keyval = (array)explode('=', $arg); if ($keyval[0] !== 'page' and $keyval[0] !== 'ipp') { $this->querystring .= '&'.$arg; } } } its on line 71 which read as $this->querystring .= '&'.$arg; any help would be fab
-
This mod at the moment will show Videos for your users.. there is no user editor or creator at the moment its just a teaser to show your users whats instore any issues give me a shout But a mahooosive THANK YOU to #crazyelk for their help with installing the engine, It wasnt the easiest of jobs lol theatre.rar you can see this working on my test site once on the site click on theatre on the main menu. Click to view working
-
it created 3 files folder called composer inside that composer, composer.bat, composer.phar no autoload file just to add to this in my PHPMYADMIN folder there is a folder called vendor and in there their is the file called autoload.php <?php // autoload.php @generated by Composer require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit5a360facea79a6ba3440ba7eaed9051a::getLoader();
-
Yep installed on windows 11 laptop opened CMD typed in the composer command and was greeted with the Compser is installed but im not sure where i go from there
-
thank ya 🙂 Have I got a different copy to everyone else of the gRPG there mention of another file that doesnt exist $composer = dirname(__DIR__) . '/vendor/autoload.php'; if (!file_exists($composer)) { exit('Composer required.'); }
-
How do you install this engine i've uploaded all gRPG files to host downloaded something called composer what do i do with the composer part ???
-
im tryting to install it on Xampp but the INSTALL stops saying "Composer Required"
-
you mean this gRPG https://makewebgames.io/forum/40-generic-rpg/
-
was bored needed something to do
-
I did some mods a while ago lost them in HDD crash along with 14 years of work I might ask Dayo for a working copy so I can try my hand once again at GL mod creating
-
Youve hit the nail on the head with this.. I think MCC has come to the end of its run and until a more up to date version has been found then we will see the decline of this in the group.. Having said that GL engine from Dayo seems to be a firm favourite and is clinging on... There are so many factors why people have stopped posting or have lost interest in the forums and thats cos we age and move on. MCC and GL were front runners in the day but now everything is apps a quick buck if you will. I genuinly miss the old days of posting on here and getting instant responses.. But what you said above in the qyote is completly the truth the forum has become an Historic reference...
-
Im in the process of building a theatre for MCC here is what im doing it will allow users to grab videos from youtube or dailymotion I am working on a TIKTOK version but its kinda complicated to embed their player Screen Recording 2025-03-06 142958.mp4 more indepth view Screen Recording 2025-03-06 143707.mp4 Things im adding that are not in this video are 1 = User can Edit their Videos as well as staff, when a video is posted its status is pending for staff to view before releasing, if a user sends videos that are excluded more than 3 times by staff its an instant ban for that user and no more Videos can be created until ban is lifted. 2 = staff have full control of the video system and can change what can be uploaded example dailymotion and youtube or just dailymotion and so on, staff can edit videos as they see fit.. 3 = staff can remove videos or place back on pending WHEN I use the word EDIT I dont mean the Physical Video just the text that was used by the user
-
Explain more always up for a project
-
Ive never run a game always had a test site where i create my mods always on xampp i own wizwych.co.uk its a testing ground for NEAB at the moment but I still enjoy Mccodes its easy to work with and you can manipulate a script to create something else
-
To all the CE and MWG people of yorn this is me wishing you all avery festive and magical Xmas for 2024 and even brighter new year.. If you can remember the days of CE that puts us atleast 16 years of knowing one another and for that a Massive Merry xmas.... God bless
-
after reading further Im sorry Teetdog i take it back
-
That didnt seem to work unless i did the second part wrong ive managed to find a solution right click htdocs/ folder you want to CHMOD on (windows) go to security and you can give yourself (nobody else) read and write permissions