The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ultimate Flash Platform v2.3.0 LITE Details »» | |||||||||||||||||||||||||||
Ulimate Flash Platform v2.3.0 LITE (short: UFP)
One year of development and again one year for adding Xtras Works on vB 3.6.x and vB 3.7.x 1st I have to say: sorry for my grammar Userrights there's only the Permission to use the UFP or not there is a generel NOPERMISSION for Guests Generell Features
Additional Features:
AdminCP Features
you will found a PHP file called: ufp_globalvars.php. I don't want to implent those settings into the AdminCP. so here a few more settings like: min. and max. Category-Image Width/Height who is posting into the Forum (UFP) ... Asset / Credit works with the Asset-MOD or vBCredits sorry, I have no vBBux / vBPlaza - so I can't implement it if one of those MOD's installed, you will get:
i only convert convert ibProArcade (see READ.ME) Requirements Server: upload_max_filesize: min. 8M memory_limit: min. 32M PRO VERSION (actually v3.0.0) will have more Features
Supported Games in both Versions:
If you registered, you can found the DEMO here. The direct Link to my UFP is here and the Licence-Manager is here This version is simular the same as for vB 3.7 see her [edit 22.02.2009] implement vBbux/vBplaza (1.5.8) Support Download Now
Show Your Support
|
Comments |
#2
|
|||
|
|||
If you could make highscores save for gameboy games that would be amazing ^^ but I guess that would be breaking copyright laws having playable gameboy games on your site tho.
|
#3
|
||||
|
||||
Demo? SCreenshots?
|
#4
|
|||
|
|||
|
#5
|
|||
|
|||
Hi, got the pro version from your site...
Having problems with the skinning and the games.. The skin style is being stretched wider than the forum should be. I have the columns on one side to keep it less stretched for now, while finding out if there is a fix? Games: Altho they show in admincp, they arent not showing on the forum side as well as it stating no 0/0 games. That aside, when in the acp clicking on a game to see if plays, get Error Message saying "have no rights to play it" even tho permissions in user group manager are enabled. Credits: how do you set it so it actually uses the vbcredits? Thanks you |
#6
|
||||
|
||||
It does not appear to work as zipped. I get the error:
Fatal error: main() [function.require]: Failed opening required '/home/tk/public_html/board/admincp/modules/module_functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tk/public_html/board/admincp/ufp_admin.php on line 63 The file ufp_admin.php requires 3 files: PHP Code:
|
#7
|
|||
|
|||
I'm sorry. Think there was a Link to download the modules.
http://www.php-unlimited.com/ufp_modules.zip Try this here. |
#8
|
||||
|
||||
It looks like those are the (German?) modules. I believe this is causing no games to show because the categories don't match (e.g. Action vs. Aktion)?
Also, earlier versions of php are not compiled with the memory_get_usage function, so I'd recommend adding this to the beginning of your ufp_functions file: Code:
if( !function_exists('memory_get_usage') ) { function memory_get_usage() { //If its Windows //Tested on Win XP Pro SP2. Should work on Win 2003 Server too //Doesn't work for 2000 //If you need it to work for 2000 look at http://us2.php.net/manual/en/function.memory-get-usage.php#54642 if ( substr(PHP_OS,0,3) == 'WIN') { if ( substr( PHP_OS, 0, 3 ) == 'WIN' ) { $output = array(); exec( 'tasklist /FI "PID eq ' . getmypid() . '" /FO LIST', $output ); return preg_replace( '/[\D]/', '', $output[5] ) * 1024; } }else { //We now assume the OS is UNIX //Tested on Mac OS X 10.4.6 and Linux Red Hat Enterprise 4 //This should work on most UNIX systems $pid = getmypid(); exec("ps -eo%mem,rss,pid | grep $pid", $output); $output = explode(" ", $output[0]); //rss is given in 1024 byte units return $output[1] * 1024; } } } |
#9
|
|||
|
|||
edited:
fixed the german- the mod still doesn't work for vb 3.8.1- i keep getting -you don't have the rights to play this game- even though I do. It's a shame to . |
#10
|
|||
|
|||
Another uninstalled added to this thread.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|