Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBengine Details »»
vBengine
Version: 1.00, by el3m3nt el3m3nt is offline
Developer Last Online: Oct 2002 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-10-2002 Last Update: Never Installs: 76
 
No support by the author.

Latest Version: 1.1

Yesterday evening i wrote this hack instead of studying math . Actually the code is not really difficult, but the hack itself can make many things much easier.

First feature: you can create new php-files thru your admin cp. You can choose if you wanna include the header and footer template and if you wanna create a new template for the content.
Screenshot 1: http://partylife.ch/misc/vbengine1.jpg

Second feature: The script reads all files in your forum and admin directory and you can choose one for editing. So you can edit every file thru the admin cp. This can be usefull for changing small things. You can also choose if you want a backup of the file you are editing.
Screenshot 2: http://partylife.ch/misc/vbengine2.jpg
Screenshot 3: http://partylife.ch/misc/vbengine3.jpg


Installation
Everything is clearly explained in the readme file.


Download
Voil?: http://partylife.ch/misc/vBengine1.1.zip


Note!
I'd really like to get every feedback you guys can give me. Also post bugreports and suggestions to improve this script. If you have installed this hack, pls click on the install button to receive updates thru email. Thank you .

Show Your Support

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

Comments
  #42  
Old 04-19-2002, 02:29 PM
el3m3nt's Avatar
el3m3nt el3m3nt is offline
 
Join Date: Jan 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ehm.. have u added the template 'engine" to the style you use (or all style you use)?
Reply With Quote
  #43  
Old 04-19-2002, 03:41 PM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I followed each example. I MAY have done it wrong, I will go and re read it when I get out of work. Thanks.
Reply With Quote
  #44  
Old 05-03-2002, 02:02 AM
Fallout2man Fallout2man is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, I was wondering, would it be possible for you to add the feature to modify files in the mod directory, and the ability to select between the root forum, admin, and mod directories when creating PHP files? I've been trying to do some of these myself by modifying the code, but none of my tweaks, save adding extensive security checks for unauthorized users, have worked.
Reply With Quote
  #45  
Old 05-03-2002, 09:07 PM
GOD-Dblade GOD-Dblade is offline
 
Join Date: Apr 2002
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok....well i installed this hack then edited the config file....everything went fine...then i was Adding a new hack....the Failed log ins hack and edited the member.php file fine..then i went to the Index.php file and edited it in the admin index...just adding a url and i got a error like this.
Warning: SAFE MODE Restriction in effect. The script whose uid is 48 is not allowed to access ./global.php owned by uid 504 in /home/virtual/site2/fst/var/www/html/forums/admin/index.php on line 4
Reply With Quote
  #46  
Old 05-04-2002, 10:27 PM
Fallout2man Fallout2man is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure you've CHMOD 0777'd all of your PHP files in the root, admin, and mod directories, as well as the directories themselves, and the root forum directory. That might fix the problem.
Reply With Quote
  #47  
Old 05-07-2002, 09:34 PM
Lotus Ims's Avatar
Lotus Ims Lotus Ims is offline
 
Join Date: Dec 2001
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Truly a wonderful hack, works perfectly. Thank you so much

Clicking the install button....now
Reply With Quote
  #48  
Old 05-09-2002, 10:32 AM
BrAinZ's Avatar
BrAinZ BrAinZ is offline
 
Join Date: Dec 2001
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this useful Hack.

Only problem on my board is that we are still running on Version 2.03

I don't know anything about PHP, but I used my logical skills and it seeems to work if you add this to the index.php

<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("VBengine"); ?>
</table>
<a href="engine.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add File </a> |
<a href="engine.php?s=<?php echo $session[sessionhash]; ?>&action=edit"> Edit Files </a><br>
</td></tr>
Reply With Quote
  #49  
Old 05-12-2002, 05:39 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This has to be one of the most useful hacks out there! Excellent job man

Now I don't have to shift from CuteFTP to my Admin panel when installing a hack, I can do it all from my admin Not to mention when I'm at school or another computer without CuteFTP I can easily gain access to my files when making updates!

Only question is, with the "create php file" feature, can you specify what directory this file is going in? Or is it always the default forum/ directory?

Once again, great hack!
[high]* Velocd clicks install button[/high]
Reply With Quote
  #50  
Old 05-12-2002, 09:55 PM
Fallout2man Fallout2man is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Velocd
This has to be one of the most useful hacks out there! Excellent job man

Now I don't have to shift from CuteFTP to my Admin panel when installing a hack, I can do it all from my admin Not to mention when I'm at school or another computer without CuteFTP I can easily gain access to my files when making updates!

Only question is, with the "create php file" feature, can you specify what directory this file is going in? Or is it always the default forum/ directory?

Once again, great hack!
* Velocd clicks install button
*points to my feature request*

Yes, It's always in the default dir. If we could read the mod dir, and save to either the mod, forum, or admin dir, then the script would completely eliminate the need for FTPs, except for graphics.
Reply With Quote
  #51  
Old 05-13-2002, 04:44 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well you can never eliminate the use of an FTP, hence the name "file transfer protocol". FTP will always be used to mass upload files and quickly to a web server. even if someone made a vbadmin integrated uploading hack, nobody would use it cause its just crappy uploading through http. Although maybe simple php files would be nice to upload through admin...hmmmmmmmmmmm..

anyway, wth am I going with this discussion..and why?
/me needs sleep -.-
Reply With Quote
Reply


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 12:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04546 seconds
  • Memory Usage 2,307KB
  • 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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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