vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Add an option to remove games in your admincp.. (https://vborg.vbsupport.ru/showthread.php?t=64322)

EvilLS1 04-23-2004 10:00 PM

v3 Arcade - Add an option to remove games in your admincp..
 
This adds an option in your game settings that allows you to remove games and their scores from your database (doesn't remove news events).

Check the screenshot for a better description.

Note: If you have the Arcade Pass Hack installed you'll need to follow these instructions instead of those posted below.

MindTrix 04-24-2004 11:49 AM

Why would you want to remove a game? Your crazy!!!


:) Thanks for the addon, will be very useful, cheers

Red Blaze 04-28-2004 09:00 PM

Ah, this is what I wanted to find. Thanks. :D

Boofo 04-28-2004 10:34 PM

Quote:

Originally Posted by MindTrix
Why would you want to remove a game? Your crazy!!!


:) Thanks for the addon, will be very useful, cheers

Because not all games are created equal. ;)

Robert9 05-14-2004 07:32 PM

Quote:

Originally Posted by Boofo
Because not all games are created equal. ;)

I have a question, sorry for acting noob -_-

I am new to adding hacks.. I did everything, up to the last part in the Instructions manual. It told me to add phrase.

Do I just copy and paste that? Where do I put it?

If you understand what Im taling about, Please Respond. Thanks

edit : I found another thread on it, thanks

Wayne2k1.com 05-21-2004 08:33 AM

Thanks dude :)

*Installed*

msimplay 05-21-2004 09:28 AM

the last two instructions were a bit hard coz i have the arcadepass hack installed aswell
but i did get it working top job with this addon
and of course very useful :D

JTMON 05-24-2004 06:00 PM

Thanks a lot for this. Makes it so much easier than reupping the php to uninstall. Don't find an install button in this thread to click though....

legendarysk8er 05-28-2004 01:49 AM

Nice hack. Installed.

EvilLS1 05-30-2004 02:23 AM

Attached are special instuctions for those of you who have the arcade pass hack installed. I haven't tested it b/c I don't use the arcade pass hack but it should work.

msimplay 05-30-2004 08:19 AM

Quote:

Originally Posted by EvilLS1
Attached are special instuctions for those of you who have the arcade pass hack installed. I haven't tested it b/c I don't use the arcade pass hack but it should work.

thanks for that i know i installed the hack before u gave these instructions and it was a mega pain
so anyone else will find this much easier :)

EvilLS1 05-31-2004 12:27 AM

Quote:

Originally Posted by msimplay
thanks for that i know i installed the hack before u gave these instructions and it was a mega pain
so anyone else will find this much easier :)

Sorry it wasn't availible earlier to save you some trouble. :)

msimplay 05-31-2004 08:11 AM

Quote:

Originally Posted by EvilLS1
Sorry it wasn't availible earlier to save you some trouble. :)

still useful :D

Bryan Ex 06-15-2004 09:14 AM

Will this also pull any associated trophies from the postbit or do they get left behind?

EvilLS1 06-15-2004 11:19 PM

Bryan,
This removes the game and all of its scores from your database so yeah it will remove the trophies also. :)

Bryan Ex 06-16-2004 01:59 AM

Perfect >>> installed. Thanks very much.

Mickey19781978 07-07-2004 08:45 AM

nice one
I have it installed now
cheers and thanks loads

netrosearch 07-30-2004 11:36 PM

Hello,

I followed the instructions for those who have the arcade pass installed, and it worked, except it removed my game categories options.

I tired this, but it didn't work:

$menu .= "<tr onClick=\"document.getElementById('id')
.innerHTML = ".$games[shortname]."id;document.getElementById('descr')
.innerHTML = ".$games[shortname]."descr;document.getElementById('title')
.innerHTML = ".$games[shortname]."title;document.getElementById('cost')
.innerHTML = ".$games[shortname]."cost;document.getElementById('jackpot')
.innerHTML = ".$games[shortname]."jackpot;document.getElementById('increase')
.innerHTML = ".$games[shortname]."increase;document.getElementById('showaward')
.innerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled' )
.innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel' )
.innerHTML = ".$games[shortname]."playpanel;document.getElementById('active')
.innerHTML = ".$games[shortname]."active;document.getElementById('netplay')
.innerHTML = ".$games[shortname]."upbuttext;document.getElementById('categorytitle ')
.innerHTML = ".$games[shortname]."netplay;document.getElementById('removegame')
.innerHTML = ".$games[shortname]."removegame;document.getElementById('uptbut')
.innerHTML = ".$games[shortname]."upbuttext;\">

Any ideas? I have both the Arcade Pass & Game Categories hack installed.

Littlebit 07-31-2004 03:27 PM

Quote:

Originally Posted by netrosearch
Hello,
I followed the instructions for those who have the arcade pass installed, and it worked, except it removed my game categories options.

Hi, I had something similar that happened with me after I installed the Arcade Pass and I accidently pasted over some of this hacks code, but I don't have the categories one so this may not be helpful to you.
But here's what is working for me at least with this hack and the pass hack ... maybe you can look at it without wrapping the code and peice in your category hack parts to make it go?
Code:

$menu .= "<tr onClick=\"document.getElementById('id').innerHTML = ".$games[shortname]."id;document.getElementById('descr').innerHTML = ".$games[shortname]."descr;document.getElementById('title').innerHTML = ".$games[shortname]."title;document.getElementById('cost').innerHTML = ".$games[shortname]."cost;document.getElementById('jackpot').innerHTML = ".$games[shortname]."jackpot;document.getElementById('increase').innerHTML = ".$games[shortname]."increase;document.getElementById('showaward').innerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled').innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel').innerHTML = ".$games[shortname]."playpanel;document.getElementById('active').innerHTML = ".$games[shortname]."active;document.getElementById('netplay').innerHTML = ".$games
 [shortname]."netplay;document.getElementById('removegame').innerHTML = ".$games
 [shortname]."removegame;document.getElementById('uptbut').innerHTML = ".$games[shortname]."upbuttext;\">


netrosearch 08-01-2004 05:30 AM

Well, I already tried piecing things in, and it just made other stuff not work. I'll give this a try though, thanks :)

RWDF1 11-12-2004 11:33 AM

Quote:

Originally Posted by Robert9
I have a question, sorry for acting noob -_-

I am new to adding hacks.. I did everything, up to the last part in the Instructions manual. It told me to add phrase.

Do I just copy and paste that? Where do I put it?

If you understand what Im taling about, Please Respond. Thanks

edit : I found another thread on it, thanks


I have the same probelm. Where do I add this phrase?

RWDF1 11-12-2004 11:40 AM

ok, I have found it works without adding the phrase, but out of intreast where do I add it?

EvilLS1 11-12-2004 06:45 PM

Quote:

Originally Posted by RWDF1
ok, I have found it works without adding the phrase, but out of intreast where do I add it?

In your admincp under "Languages & Phrases" click "Phrase Manager", then click "Add new Phrase".

CyberLiesh 11-27-2004 03:23 PM

Works great however for some reason I can't remove a couple of games.

3d netblaster
2d knockout

in fact I can't edit them either in cp so i realise this probably isn't an issue with the delete code but the end result is i can't remove - or even disable them - any ideas? Every other game added before and after those two are fine and I can edit options or delete as I like.

EvilLS1 11-27-2004 11:09 PM

Quote:

Originally Posted by CyberLiesh
Works great however for some reason I can't remove a couple of games.

3d netblaster
2d knockout

in fact I can't edit them either in cp so i realise this probably isn't an issue with the delete code but the end result is i can't remove - or even disable them - any ideas? Every other game added before and after those two are fine and I can edit options or delete as I like.

That is a bug with v3arcade. Games titles that start with a number will cause problems. Just rename those games (with phpmyadmin) so that the first charecter isn't a number and you'll be able to edit & remove them. For example, change "3d netblaster" to "netblaster 3d".

Detomah 12-10-2004 11:17 AM

Great hack, no idea why I hadn't installed it sooner. >.<

Little tricky adding it with certain other hacks such as category and test game in CP, but a little tweaking of one of the bits of replace code and it works fine. :)

calvinnguyen 12-13-2004 09:07 AM

install it! thanks EvilLS1

nguyenvuan 01-13-2005 03:47 PM

I had categoris and I can install your add-on. Please help me!

Thanks

EvilLS1 01-13-2005 07:57 PM

Quote:

Originally Posted by nguyenvuan
I had categoris and I can install your add-on. Please help me!

Thanks

I don't have the catagories hack on my forum so I have no way of knowing what needs to be changed. However, I think someone posted instructions for making them work together at http://v3arcade.com . Just search for this hack on that forum.

organik81 03-24-2005 12:08 AM

........................

Aeolian_X 06-17-2005 11:28 PM

What an excellent hack. Something I've been wanting for a while now. Thank you so much for your efforts.

**Clicks Install and Rocks On!**

Gutspiller 08-11-2005 07:37 PM

We need some instructions for those of us that have the category mod installed. :(


All times are GMT. The time now is 04:46 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.01769 seconds
  • Memory Usage 1,801KB
  • 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
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete