Page 1 of 1

games mod ? can next version have that mod...

PostPosted: Fri Mar 16, 2007 3:55 pm
Author: Gattsu
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

i was saw some cool mod...
it was really simple to install flash games on that portal...

i dont know the name of mod =(

but,,,
here i was see that mod...

[code]http]

so if you can take a look ...

thanx <img>

Re: games mod ? can next version have that mod...

PostPosted: Fri Mar 16, 2007 5:28 pm
Author: Helter

PostPosted: Sat Mar 17, 2007 1:29 am
Author: Gattsu
yes :D


thanx !

Re: games mod ? can next version have that mod...

PostPosted: Sat Mar 17, 2007 11:01 am
Author: Helter
yes, many ppl have it working on 141. You have to be a little creative on some of the code finds.

example, it may ask you to find something like this

FIND

if( isset($HTTP_GET_VARS['mark']) || isset($HTTP_POST_VARS['mark']) )
{
$mark_read = ( isset($HTTP_POST_VARS['mark']) ) ? $HTTP_POST_VARS['mark'] ];
}


and you may not be able to find it, so widen your search to

if( isset($HTTP_GET_VARS['mark'])

repeat the search to be sure there are not more than one instance of the code

if there is another instance, add more of the find code till you find only one instance, unless the instructions tell you there is more than one instance