Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
VBcheats Details »»
VBcheats
Version: 1.00, by micheal332001 micheal332001 is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 02-05-2006 Last Update: Never Installs: 28
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

Downloads for this modification have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found


VBcheats is a cheats database system for holding all you cheats in one place.

VBcheats has a lot of features for your vbulletin forum.

What the Users can do.
The users of your site will be able to view the cheats add cheats,
They can also view the cheats on the main vbulletin pages or they can view the cheats in a popup.

Admin cp
The admin can set the usergroups that can,
View the cheats
Add new cheats

VBcheats Settings
In the settings the admin can choose to have VBcheats on or off.

Approve New cheats
This is the simple part all this does is let you approve or reject a cheats a user submited.

View Edit cheats
In here the admin can
View the cheats he/she has on there site
Edit cheats
Delete cheats

View categories
the admin can view all the categories they have here
Edit them or delete them.
Deleting a categorie will delete all the cheats in that categorie.

Add categorie
Adding a categorie is very easy just enter in the name you want.


To Come In Next Release
PM admin on new cheats added
Rating/poll system for the cheats

Thats all i can think of right now if you have any questions please feel free to ask.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 05-11-2006, 10:43 PM
Rover416 Rover416 is offline
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Murty
Hey, just install this and vbjokes as well. and for some reason when i go into vbcheats, the very top heading says ': site name : - Main Jokes Page' as well as the navbar ladder thing. Any thoughts?
https://vborg.vbsupport.ru/showpost....1&postcount=18

  #83  
Old 05-12-2006, 01:35 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks alot
  #84  
Old 05-24-2006, 09:38 PM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

b4 i even get started, can you or sum1 plz clarify sumthing for me.
where do i do this part and how? see attached code:

PHP Code:
To do

Templates to add 2
Files to upload 1


First add this template
************************
template name    (  adv_portal_new_cheats  )
**********************************************

<
tr>
<
td class="alt1" align="center" colspan="2">Have you seen these new cheats?<br>
$newestcheats
</td>
</
tr>


Second Template to add (  cmps_new_cheats  )
*********************************************

<
tr>
          <
td class="$classalign="center" colspan="2"><a href="javascript:NewWindow=window.open('http://www.michealmilton.com/forums/vbcheats.php?do=viewcheatidpopup&cheatid={$newcheat['cheatid']}','newWin','width=650,height=600,left=0,top=0,
toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"
>$newcheat[cheatname]</a><br>$newcheat[platforum]</td></tr><tr>
          </
tr>

*********************************************************
File to upload   (  new_vbcheats  )
*********************************************************

Now to add the module to your cmps
********************************************************* 
  #85  
Old 05-25-2006, 08:09 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pumarjr
b4 i even get started, can you or sum1 plz clarify sumthing for me.
where do i do this part and how? see attached code:

PHP Code:
To do
 
Templates to add 2
Files to upload 1
 
 
First add this template
************************
template name adv_portal_new_cheats )
**********************************************
 
<
tr>
<
td class="alt1" align="center" colspan="2">Have you seen these new cheats?<br>
$newestcheats
</td>
</
tr>
 
 
Second Template to add cmps_new_cheats )
*********************************************
 
<
tr>
         <
td class="$classalign="center" colspan="2"><a href="javascript:NewWindow=window.open('http://www.michealmilton.com/forums/vbcheats.php?do=viewcheatidpopup&cheatid={$newcheat['cheatid']}','newWin','width=650,height=600,left=0,top=0,
toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"
>$newcheat[cheatname]</a><br>$newcheat[platforum]</td></tr><tr>
         </
tr>
 
*********************************************************
File to upload new_vbcheats )
*********************************************************
 
Now to add the module to your cmps
********************************************************* 
Here is what you have to do

First add this template to your style in admincp
************************
template name ( adv_portal_new_cheats )
**********************************************
PHP Code:
<tr>
<
td class="alt1" align="center" colspan="2">Have you seen these new cheats?<br>
$newestcheats
</td>
</
tr
Second Template to add ( cmps_new_cheats )
*********************************************
PHP Code:
<tr>
         <
td class="$classalign="center" colspan="2"><a href="javascript:NewWindow=window.open('http://www.michealmilton.com/forums/vbcheats.php?do=viewcheatidpopup&cheatid={$newcheat['cheatid']}','newWin','width=650,height=600,left=0,top=0,
toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"
>$newcheat[cheatname]</a><br>$newcheat[platforum]</td></tr><tr>
         </
tr
Add these templates to your style as these are the templates for the module you will use to show newest cheats on you main cmps page.
  #86  
Old 05-25-2006, 01:36 PM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when you say add a template, how do i accomplish that, do i create a file in note pad, paste in the code, and give it a .php extension?
  #87  
Old 05-25-2006, 02:08 PM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, so i uploaded the files that the instructions said to, then i went and edited the navbar like it said, then i pressed f5 to refresh the button on the left shows up, when i click on it it gives me a 404 error page not found, so then i went to styles and templates and added then new templates, but still, no go.

help plz
  #88  
Old 05-25-2006, 11:54 PM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any 1 plz, help!
  #89  
Old 05-26-2006, 12:02 AM
guwebby guwebby is offline
 
Join Date: Mar 2003
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway on this hack a feature can be added in to where in the UserCP we can set a profile field in a drop down menu to display all of the games and when a user selects one, it will display the game and any cheats with it on their profile page?
  #90  
Old 05-26-2006, 01:13 AM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

At least yours works, when i try to activate the board in the cp, i just get page cannot be displayed.
  #91  
Old 05-26-2006, 02:20 AM
pumarjr's Avatar
pumarjr pumarjr is offline
 
Join Date: May 2006
Location: Key West
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hell, if u can help me out, i'll donate to your cause
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:23 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.05335 seconds
  • Memory Usage 2,336KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete