vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade v1.0 Flash Games Development (https://vborg.vbsupport.ru/showthread.php?t=47198)

EvilLS1 04-16-2003 10:51 AM

Hmm.. I didn't notice the 46 point limit b/c I'm not good enough at the game to get out of the 30s. :D

Anyway, here's the fla file if anyone wants to adjust it.

EvilLS1 04-16-2003 11:04 AM

Quote:

Today at 01:34 AM DigitalDesktops said this in Post #711
i'm trying to modify Kill Kenny atm, but it redirects me to *ROOT*/proarcade.php not to *FORUMROOT*/proarcade.php.

this is the code i'm using:

PHP Code:

// set up vars to return
vpaver "100B2";
score score;
action "gameover";
game gamename;
score_loc location+"/proarcade.php";
// this needs to match the Admin CP value
// and should be between 0 and 31
hashoffset 5;
// do security shuffle to return newhash
subhash1 gamehash.substr(0hashoffset);
subhash2 gamehash.substr(hashoffset);
newhash subhash2.concat(subhash1);
// redirect back to vbProArcade
getURL(score_loc"_self""POST");
stop(); 

anyone know why this is happening?

I figured out where to place the code in order to make it forward to the correct page (forums/proarcade.php) but for some reason "score" doesn't work as the score variable.. It takes me to the scoreboard but no scores show up.

joecool 04-16-2003 11:41 AM

you might use the wrong hash ;)

joecool 04-16-2003 11:49 AM

Quote:

Yesterday at 02:15 PM drumsy said this in Post #689
No, I didn't do any other steps, as the only way I can install games is via an SQL query. I ran the Query directly from the Admin CP and it didn't work.
Ops i must have missed this post, sorry!
did the other query works for you? and do you have more then 6 members on you're board? i noticed that i added the 6th member as the king holder :P so if you dont have 6 members that might be you're prob :) that would be simple to fix ;)

MentaL 04-16-2003 11:51 AM

i need to find my flash cd O_o...... any1 seen it?

EvilLS1 04-16-2003 11:56 AM

Quote:

Today at 12:41 PM joecool said this in Post #722
you might use the wrong hash ;)

You mean variable? Theres only three in the game... score, knives, & lives.

Feel free to take a shot at it if you think you can make it work. ;)

drumsy 04-16-2003 12:31 PM

Quote:

Today at 07:49 AM joecool said this in Post #723
Ops i must have missed this post, sorry!
did the other query works for you? and do you have more then 6 members on you're board? i noticed that i added the 6th member as the king holder :P so if you dont have 6 members that might be you're prob :) that would be simple to fix ;)


I have 13,000+ members with an average of 200 on at a time. Still doesn't work.

drumsy 04-16-2003 12:35 PM

Quote:

Yesterday at 09:42 PM Alien said this in Post #716
drumsy: Question for ya... Have you tried the following:

...adding a game via admincp...

upload the thumbnail manually into your /graphics directory... add the game like usual, put in your local path of the game "c:\thumb-1.gif" for example... (same filename you put in your graphics directory earlier). Then after entering all the info like hash etc, click submit. Yes I know, the thumbnail will never upload but this step is NECESSARY because it creates something *somewhere*.

Then when done, go to your proarcade and you should see just the title, no icon or broken image at all. Go into phpmyadmin and go to "arcadegames" table, and browse. You should see down in the list the game you just added. In the column where the thumbnail should be should be blank. Add the name ONLY of what you uploaded into the /graphics directory and let me know if this works for you? If so, we have the same problem.

Now people might be asking themselves, well of course that should work if you put the thumbnail in there manually. Nope! If you do NOT put the name into the admin thumbnail textfield it will not work! This step is necessary even though it uploads NOTHING via the admincp for me, it still must create a note somewhere of the name. If you just add a game and don't fill in that field, and submit.. Then go to phpmyadmin and add the title in there it will *NOT* work. Odd eh? Would love to have this looked at. It's the only hack I can't get to work (without a workaround) out of 50 I just installed this week on a fresh vB 2.3.0. :(

-Jason


Jason, I will have to try this later in the day. Thanks for looking into this for me! :)

Daniel

DigitalDesktops 04-16-2003 12:44 PM

Quote:

Today at 12:56 PM EvilLS1 said this in Post #725
You mean variable? Theres only three in the game... score, knives, & lives.

Feel free to take a shot at it if you think you can make it work. ;)


the file is corrupt, i can't open it.

The Wedge 04-16-2003 01:00 PM

Quote:

Yesterday at 09:06 PM Jakor Sevel said this in Post #699
And wedge, I think i've converted some pretty decent games. All my members on my board love the new games. I could've converted a lot of bad games.

I've tried to convert several awesome games, but I can't seem to find the right scene for it. Like this one I just found which many would like, it's called Kill Kenny. You dodge the knives your friends drop at you. Maybe you wouldn't like it but I know a lot of people would, since they're such southpark fans and I know a lot of people loved Kenny. however, I can't seem to find the right place to put the code, i can't find the last screen from the game some reason. Dunno why though.

Then there was VR_Squad game, but the file had a bad .fla some reason. Then there were a few others, but I can't get them working.

Besides, if you want quality games, go find somewhere to download em. Most the good games from flashkit have been done already.

Joe, i just saw the prob, i think it divides it by 10.


i've played the south park game before and if im sure you can only get a certain max score but anyway, i think that people dont really care about game quality anymore, i think that they just want to code anything just so they coded something, i know my first game i coded was a bad game, but im sure some people stil linstalled it and thought it was a great game, im just saying that like a month ago, people wouldnt just post any darn game they looked for quality in a game not just to code anything... did i make sense?

DigitalDesktops 04-16-2003 01:05 PM

i convert only decent games, except for X-ball since it was my first game. :p

joecool 04-16-2003 01:09 PM

Quote:

Today at 08:31 AM drumsy said this in Post #726
I have 13,000+ members with an average of 200 on at a time. Still doesn't work.
Have you tryed any of the other games? i need to know if you get the same error in all of them ;)

joecool 04-16-2003 01:10 PM

Quote:

Today at 08:44 AM DigitalDesktops said this in Post #728
the file is corrupt, i can't open it.
Some fla files can only be opend by flash5 and some with flasMX ;) (it might not be the fla file itself)

joecool 04-16-2003 01:13 PM

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

Extra note about this game:
This is one of those games that those german boards have, but that one doesn't work on vbProArcade 2.0 (this one does) and that one doesn't save the score if you finnich the game (this one does)

and for those of you who dont like crappy games, DON'T DOWNLOAD THIS, simple as that ;)

drumsy 04-16-2003 02:06 PM

Quote:

Today at 09:09 AM joecool said this in Post #731
Have you tryed any of the other games? i need to know if you get the same error in all of them ;)

I have installed all games that are provided with a Query and all have worked. It's only when I've tried to install yours do I have problems. Could part of the problem be that I'm pulling your query from notepad (which may parse incorrectly) and I've pulled all others from this board?

Could you possibly post the query in it's original format to here? :)

joecool 04-16-2003 03:12 PM

Quote:

Today at 10:06 AM drumsy said this in Post #734
I have installed all games that are provided with a Query and all have worked. It's only when I've tried to install yours do I have problems. Could part of the problem be that I'm pulling your query from notepad (which may parse incorrectly) and I've pulled all others from this board?

Could you possibly post the query in it's original format to here? :)

I have released 8 games here, i need to know if this happends to all of them or only to 1 of them ;)

and it would be nice to know if anyone else have tested to run any of my Query.

joecool 04-16-2003 03:13 PM

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

joecool 04-16-2003 03:25 PM

Quote:

Today at 10:06 AM drumsy said this in Post #734
I have installed all games that are provided with a Query and all have worked. It's only when I've tried to install yours do I have problems. Could part of the problem be that I'm pulling your query from notepad (which may parse incorrectly) and I've pulled all others from this board?

Could you possibly post the query in it's original format to here? :)

here is the new one for Zapper, try if it works for you ;)

PHP Code:

INSERT INTO arcadegames VALUES (NULL, 'per', 'Zapper', 'Rescue the human body. ', 'zapper.swf', 'zapper.gif',  'GIF89a???2'4???            V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJBf(___111MMM   +++dddn^^^BBB?fL:::qqq{{{?2!!!?_=`sss???w/"""}___??????hhhAAA*XXX??????GGG???HHHTTTUUU?III[[[JJJ555333hS>---lo+?EEEjjj???I6)g666???...w_G???;CCClll???777444222???????b???oXB]ggg???|||<<<"Z!v?iL```aCC?Jmmm?FFF???pXB???C?SSSUD3?44iOO@(???:22 77S=.]]]?C?>>??????)        ???܂4????//??[=???s@@yDD?NN0!?????????8ttt???WWW";;;?;;OOO???OAAx_G888Q"???????44?66????JJp9www?????997zzzQQQrrr?????????{bJ˵?????+??????^%???????????ZZZ??????^9nnnoooKKK?fM?11gR>h?>>>VVV***??p=RRR???mR?6???!??,??    H? ??*<诡Ç6"Jlب?ŋ?>t?J?Bj(С?:?5>\b$?t?1%???? T??@???G??<8x<h ?C&?<?????!T }    ?EM<e?@P(???E8???O?]???!ʊ?/??? .?E?t4?!$ ?R?UK2?N0???y?߳K:?8PlK?C???'gvnP??C???hp?????̹??ՓJ?9??????5r???W?C??Rҍ?)'??D"?Ɗ?1:^e?XDp ]????ɲ???q??J?E9?P? ??cdF;?|?܁2֜?K.??I<???F7$?l?q6? bZ???QFd??o?s?&??<?CJ4ɴ?    3?02?'-?HPJ??p?h???l?? x??/???;?J @)%?V ?6?p?%?m\&?C?? ,0>% %??Lnd????C? ?? ~??8^?P?    ?\P"H? ?8??|0?f????<?B?+4???P?Yw:T? ??C `?    .?? ?6j?CgL@?0  )?? n0 C??Y@ô `?~ ? ???_?>?Q>?l 3??3( ? ? 4^?1?(l?????-?|??    [Ԍ%t?.??b?????E????#/???0?;', 1, 1, 1, 'king-zapper.gif',  'GIF89a ??#*???!?, ???? ytJ?3:?~?RB~`??G;', 'Zapper Champion', '', '$point', 5, '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="380">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param name=loop value=false> \r\n<param name=menu value=false> \r\n<param name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="380">\r\n</embed>\r\n</object>');


NuclioN 04-16-2003 03:36 PM

joecool, i can't open zapper.zip. File corrupt.

joecool 04-16-2003 03:46 PM

Quote:

Today at 11:36 AM NuclioN said this in Post #738
joecool, i can't open zapper.zip. File corrupt.
I have re upload it now :)

MentaL 04-16-2003 04:14 PM

Quote:

Today at 04:12 PM joecool said this in Post #735
I have released 8 games here, i need to know if this happends to all of them or only to 1 of them ;)

and it would be nice to know if anyone else have tested to run any of my Query.


your games .. the ones i use. work fine for me.. without no query's

joecool 04-16-2003 04:26 PM

Yeh i know they work without the query ;) what i need to know if anyone have tested it with the query (and if it worked)

MentaL 04-16-2003 04:51 PM

hm.. how about this

http://www.flashkit.com/movies/Scrip...8272/index.php

drumsy 04-16-2003 04:52 PM

Hmmm, the Zapper query doesn't work for me either! :(

corsacrazy 04-16-2003 05:08 PM

zapper.zip is empty mate ! maybe the game is too big to attach ? or u havnt a8ted long enuf for it to attach or u hav correctled the problem now ! if so then all people that got the corrupt zapper.zip need to clear templ files and re download ! ;)

joecool 04-16-2003 05:44 PM

Quote:

Today at 12:52 PM drumsy said this in Post #743
Hmmm, the Zapper query doesn't work for me either! :(

odd... i will see if i have messed it up or somthing :/ (i never use the query myself)

joecool 04-16-2003 05:45 PM

Quote:

Today at 01:08 PM corsacrazy said this in Post #744
zapper.zip is empty mate ! maybe the game is too big to attach ? or u havnt a8ted long enuf for it to attach or u hav correctled the problem now ! if so then all people that got the corrupt zapper.zip need to clear templ files and re download ! ;)

The file has been re uploaded ;)

Alien 04-16-2003 06:56 PM

Yeah, let me know.. I want to get this fixed somehow and trying to isolate it.

-Jason

Quote:

Today at 08:35 AM drumsy replied after a bottle of vodka in Post #727
Jason, I will have to try this later in the day. Thanks for looking into this for me! :)

Daniel


drumsy 04-16-2003 07:13 PM

Quote:

Today at 01:44 PM joecool said this in Post #745
odd... i will see if i have messed it up or somthing :/ (i never use the query myself)

This is the error:

Code:

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: INSERT INTO arcadegames VALUES (NULL, 'per', 'Zapper',
'Rescue the human body. ', 'zapper.swf', 'zapper.gif',  'GIF89a???2'4???                       
V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJBf(___111MMM 
+++dddn^^^BBB?fL:::qqq{{{?2!!!?_=`sss???w/"""}___??????hhhAAA*XXX??????GGG???HHHTTTUUU?III[[[JJJ555333hS>---lo+?EEEjjj???I6)g666???...w_G???;CCClll???777444222???????b???oXB]ggg???|||<<<"Z!v?iL```aCC?Jmmm?FFF???pXB???C?SSSUD3?44iOO@(???:22
77S=.]]]?C?>>??????)               
???܂4????//??[=???s@@yDD?NN0!?????????8ttt???WWW";;;?;;OOO???OAAx_G888Q"???????44?66????JJp9www?????997zzzQQQrrr?????????{bJ˵?????+??????^%???????????ZZZ??????^9nnnoooKKK?fM?11gR>h?>>>VVV***??p=RRR???mR?6???!??,??       
H? ??*<诡Ç6"Jlب?ŋ?>t?J?Bj(С?:?5>\b$?t?1%????
T??@???G??<8x<h ?C&?<?????!T }        ?EM<e?@P(???E8???O?]???!ʊ?/???
.?E?t4?!$ ?R?UK2?N0???y?߳K:?8PlK?C???'gvnP??C???hp?????̹??ՓJ?9??????5r???W?C??Rҍ?)'??D"?Ɗ?1:^e?XDp
]????ɲ???q??J?E9?P?
??cdF;?|?܁2֜?K.??I<???F7$?l?q6? bZ???QFd??o?s?&??<?CJ4ɴ?       
3?02?'-?HPJ??p?h???l?? x??/???;?J @)%?V ?6?p?%?m\&?C?? ,0>% %??Lnd????C? ?? ~??8^?P?       
?\P"H? ?8??|0?f????<?B?+4???P?Yw:T? ??C `?        .?? ?6j?CgL@?0
 )?? n0 C??Y@ô `?~ ? ???_?>?Q>?l 3??3( ? ?
4^?1?(l?????-?|??        [Ԍ%t?.??b?????E????#/???0?;', 1, 1, 1, 'king-zapper.gif', 
'GIF89a ??#*???!?, ???? ytJ?3:?~?RB~`??G;', 'Zapper
Champion', '', '$point', 5, '<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="500" height="380">\r\n<param name="movie"
value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param
name=loop value=false> \r\n<param name=menu value=false> \r\n<param
name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed
src="$vpa_gameurl"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="500" height="380">\r\n</embed>\r\n</object>');
mysql error: You have an error in your SQL syntax near '4???                       
V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJB' at
line 1

mysql error number: 1064


Date: Wednesday 16th of April 2003 12:52:36 PM
Script: http://www.honda-acura.net/forums/fo...dmin/query.php
Referer: http://www.honda-acura.net/forums/admin/query.php


Jakor Sevel 04-16-2003 07:43 PM

mentalrz, that's a good game and all, the only problem is you want a lower score, so in a way, the loser would be the winner. Too confusing i think.

joecool 04-16-2003 07:46 PM

Try This:

PHP Code:

INSERT INTO arcadegames VALUES (NULL, 'per', 'Zapper', 'Rescue the human body. ', 'zapper.swf', 'zapper.gif',  'GIF89a???2'4???            V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJBf(___111MMM   +++dddn^^^BBB?fL:::qqq{{{?2!!!?_=`sss???w/"""}___??????hhhAAA*XXX??????GGG???HHHTTTUUU?III[[[JJJ555333hS>---lo+?EEEjjj???I6)g666???...w_G???;CCClll???777444222???????b???oXB]ggg???|||<<<"Z!v?iL```aCC?Jmmm?FFF???pXB???C?SSSUD3?44iOO@(???:22 77S=.]]]?C?>>??????)        ???܂4????//??[=???s@@yDD?NN0!?????????8ttt???WWW";;;?;;OOO???OAAx_G888Q"???????44?66????JJp9www?????997zzzQQQrrr?????????{bJ˵?????+??????^%???????????ZZZ??????^9nnnoooKKK?fM?11gR>h?>>>VVV***??p=RRR???mR?6???!??,??    H? ??*<诡Ç6"Jlب?ŋ?>t?J?Bj(С?:?5>\b$?t?1%???? T??@???G??<8x<h ?C&?<?????!T }    ?EM<e?@P(???E8???O?]???!ʊ?/??? .?E?t4?!$ ?R?UK2?N0???y?߳K:?8PlK?C???'gvnP??C???hp?????̹??ՓJ?9??????5r???W?C??Rҍ?)'??D"?Ɗ?1:^e?XDp ]????ɲ???q??J?E9?P? ??cdF;?|?܁2֜?K.??I<???F7$?l?q6? bZ???QFd??o?s?&??<?CJ4ɴ?    3?02?'-?HPJ??p?h???l?? x??/???;?J @)%?V ?6?p?%?m\&?C?? ,0>% %??Lnd????C? ?? ~??8^?P?    ?\P"H? ?8??|0?f????<?B?+4???P?Yw:T? ??C `?    .?? ?6j?CgL@?0  )?? n0 C??Y@ô `?~ ? ???_?>?Q>?l 3??3( ? ? 4^?1?(l?????-?|??    [Ԍ%t?.??b?????E????#/???0?;', 1, 1, 1, 'king-zapper.gif',  'GIF89a ??#*???!?, ???? ytJ?3:?~?RB~`??G;', 'Zapper Champion', '', '$point', 5, '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="380">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param name=loop value=false> \r\n<param name=menu value=false> \r\n<param name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="380">\r\n</embed>\r\n</object>');


MentaL 04-16-2003 07:53 PM

couldnt u try to reverse the scoring system?

MentaL 04-16-2003 07:56 PM

btw.. when sum1 gonna fix pong?! i aint got flash installed...... and it only goes to 46 max.

joecool 04-16-2003 08:21 PM

Quote:

Today at 03:13 PM drumsy said this in Post #748
This is the error:

Code:

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: INSERT INTO arcadegames VALUES (NULL, 'per', 'Zapper',
'Rescue the human body. ', 'zapper.swf', 'zapper.gif',  'GIF89a???2'4???                       
V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJBf(___111MMM 
+++dddn^^^BBB?fL:::qqq{{{?2!!!?_=`sss???w/"""}___??????hhhAAA*XXX??????GGG???HHHTTTUUU?III[[[JJJ555333hS>---lo+?EEEjjj???I6)g666???...w_G???;CCClll???777444222???????b???oXB]ggg???|||<<<"Z!v?iL```aCC?Jmmm?FFF???pXB???C?SSSUD3?44iOO@(???:22
77S=.]]]?C?>>??????)               
???܂4????//??[=???s@@yDD?NN0!?????????8ttt???WWW";;;?;;OOO???OAAx_G888Q"???????44?66????JJp9www?????997zzzQQQrrr?????????{bJ˵?????+??????^%???????????ZZZ??????^9nnnoooKKK?fM?11gR>h?>>>VVV***??p=RRR???mR?6???!??,??       
H? ??*<诡Ç6"Jlب?ŋ?>t?J?Bj(С?:?5>\b$?t?1%????
T??@???G??<8x<h ?C&?<?????!T }        ?EM<e?@P(???E8???O?]???!ʊ?/???
.?E?t4?!$ ?R?UK2?N0???y?߳K:?8PlK?C???'gvnP??C???hp?????̹??ՓJ?9??????5r???W?C??Rҍ?)'??D"?Ɗ?1:^e?XDp
]????ɲ???q??J?E9?P?
??cdF;?|?܁2֜?K.??I<???F7$?l?q6? bZ???QFd??o?s?&??<?CJ4ɴ?       
3?02?'-?HPJ??p?h???l?? x??/???;?J @)%?V ?6?p?%?m\&?C?? ,0>% %??Lnd????C? ?? ~??8^?P?       
?\P"H? ?8??|0?f????<?B?+4???P?Yw:T? ??C `?        .?? ?6j?CgL@?0
 )?? n0 C??Y@ô `?~ ? ???_?>?Q>?l 3??3( ? ?
4^?1?(l?????-?|??        [Ԍ%t?.??b?????E????#/???0?;', 1, 1, 1, 'king-zapper.gif', 
'GIF89a ??#*???!?, ???? ytJ?3:?~?RB~`??G;', 'Zapper
Champion', '', '$point', 5, '<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="500" height="380">\r\n<param name="movie"
value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">\r\n<param
name=loop value=false> \r\n<param name=menu value=false> \r\n<param
name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed
src="$vpa_gameurl"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="500" height="380">\r\n</embed>\r\n</object>');
mysql error: You have an error in your SQL syntax near '4???                       
V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJB' at
line 1

mysql error number: 1064


Date: Wednesday 16th of April 2003 12:52:36 PM
Script: http://www.honda-acura.net/forums/fo...dmin/query.php
Referer: http://www.honda-acura.net/forums/admin/query.php



Ok i found what i think was wrong, so try this:

PHP Code:

INSERT INTO arcadegames VALUES (NULL, 'per', 'Zapper', 'Rescue the human body. ', 'zapper.swf', 'zapper.gif',  'GIF89a???2'4???            V!&&&?6:?Z$$$V=?aJ8?RN %?k,F?1)ÿ?x7"I)(({"rJBf(___111MMM   +++dddn^^^BBB?fL:::qqq{{{?2!!!?_=`sss???w/"""}___??????hhhAAA*XXX??????GGG???HHHTTTUUU?III[[[JJJ555333hS>---lo+?EEEjjj???I6)g666???...w_G???;CCClll???777444222???????b???oXB]ggg???|||<<<"Z!v?iL```aCC?Jmmm?FFF???pXB???C?SSSUD3?44iOO@(???:22 77S=.]]]?C?>>??????)        ???܂4????//??[=???s@@yDD?NN0!?????????8ttt???WWW";;;?;;OOO???OAAx_G888Q"???????44?66????JJp9www?????997zzzQQQrrr?????????{bJ˵?????+??????^%???????????ZZZ??????^9nnnoooKKK?fM?11gR>h?>>>VVV***??p=RRR???mR?6???!??,??    H? ??*<诡Ç6"Jlب?ŋ?>t?J?Bj(С?:?5>\b$?t?1%???? T??@???G??<8x<h ?C&?<?????!T }    ?EM<e?@P(???E8???O?]???!ʊ?/??? .?E?t4?!$ ?R?UK2?N0???y?߳K:?8PlK?C???'gvnP??C???hp?????̹??ՓJ?9??????5r???W?C??Rҍ?)'??D"?Ɗ?1:^e?XDp ]????ɲ???q??J?E9?P? ??cdF;?|?܁2֜?K.??I<???F7$?l?q6? bZ???QFd??o?s?&??<?CJ4ɴ?    3?02?'-?HPJ??p?h???l?? x??/???;?J @)%?V ?6?p?%?m\&?C?? ,0>% %??Lnd????C? ?? ~??8^?P?    ?\P"H? ?8??|0?f????<?B?+4???P?Yw:T? ??C `?    .?? ?6j?CgL@?0  )?? n0 C??Y@ô `?~ ? ???_?>?Q>?l 3??3( ? ? 4^?1?(l?????-?|??    [Ԍ%t?.??b?????E????#/???0?;', 1, 1, 1, 'king-zapper.gif',  'GIF89a ??#*???!?, ???? ytJ?3:?~?RB~`??G;', 'Zapper Champion', '', '$point', 5, '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="380">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]&username=$username&highscore=$highscore&bbtitle=$bbtitle">\r\n<param name=quality value=high> \r\n<param name=bgcolor value=#000000>\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="380">\r\n</embed>\r\n</object>');


joecool 04-16-2003 09:03 PM

I got a pm from mentalrz, he wanted more speed in Breakout 2 so here it is. People who dont want more speed in it doesn't need to d/l this version ;) and there is no extra stuff other then the swf file in this zip.

MentaL 04-16-2003 09:12 PM

once i got the source.. any clue how to edit it to run on pa.. and to change settings.

i suck at flash and i got flash 6 mx

DigitalDesktops 04-16-2003 09:35 PM

Quote:

Today at 02:10 PM joecool said this in Post #732
Some fla files can only be opend by flash5 and some with flasMX ;) (it might not be the fla file itself)
i can't open the .zip file. can someone repost it?

drumsy 04-16-2003 09:59 PM

Quote:

Today at 04:21 PM joecool said this in Post #753
Ok i found what i think was wrong, so try this:

Same error! :(

EvilLS1 04-16-2003 11:28 PM

Quote:

Yesterday at 01:44 PM DigitalDesktops said this in Post #728
the file is corrupt, i can't open it.
Digital,
Sorry about that.. I lost my connection while trying to post that and I guess it corrupted the file. I'll repost it when I get home tonight.. Its just the kill kenny game so I think you already have a copy of it anyway right?

EvilLS1 04-16-2003 11:36 PM

Quote:

Yesterday at 02:00 PM The Wedge said this in Post #729
i think that people dont really care about game quality anymore, i think that they just want to code anything just so they coded something, i know my first game i coded was a bad game, but im sure some people stil linstalled it and thought it was a great game, im just saying that like a month ago, people wouldnt just post any darn game they looked for quality in a game not just to code anything... did i make sense?
I have to disagree.. Sure some of the new games are cheezy but nobody is being forced to install them... and it is nice to have a selection no?

Actually, I really like a couple of the games that these guys have released lately. Squid hunter is one of my favorite games of all! :)

Most of the good games at flashkit.com have already been modified so we do need to start looking elsewhere.


All times are GMT. The time now is 11:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02776 seconds
  • Memory Usage 1,920KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete