vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Vb Sql Runner (https://vborg.vbsupport.ru/showthread.php?t=50634)

colicab-d 03-22-2003 01:11 PM

Vb Sql Runner
 
1 Attachment(s)
Hi all this is my first hack for vb. I was getting sick of having to load up PhpMyadmin to add all the extra queries a lot of the newer hacks need to work.

So I made an admin tool that helps this out a little. Im testing it at the moment and will release it tonite if i get the time.

Anyway heres a screenie to show you all what ive got.

I will add features as i think of them until then..

Xenon 03-22-2003 01:16 PM

oh looks nice :)

and much more comfortable as the Admin CP sql query hack by FireFly :)

colicab-d 03-22-2003 01:20 PM

doh is there one already! aw poop

ahwell i may aswell start on my vbpage creator. Its gonna allow folk to instantly add pages to there forum that are permission protected via admin cp by adding there php or html code and submitting it (along with a file name)

and then making www.site.com/forum/filename.php


but i may aswell finish this.. just for the hell of it

filburt1 03-22-2003 01:37 PM

Quote:

Today at 10:20 AM colicab-d said this in Post #3
doh is there one already! aw poop

ahwell i may aswell start on my vbpage creator. Its gonna allow folk to instantly add pages to there forum that are permission protected via admin cp by adding there php or html code and submitting it (along with a file name)

and then making www.site.com/forum/filename.php


but i may aswell finish this.. just for the hell of it

Eh, pretty simple to do that anyway:
PHP Code:

<?
require("./global.php");
cpheader();

// your code

cpfooter();
?>

And that error_reporting nonsense if you write bad code :)

Dean C 03-22-2003 02:45 PM

Wow it does sounds nice with the ability to add tables etc ... :)

- miSt

Chris Gwynne 03-22-2003 03:12 PM

I just create all my pages from templates using my own hack. :)

shovel 03-22-2003 03:21 PM

Quote:

Today at 10:16 AM Xenon said this in Post #2
oh looks nice :)

and much more comfortable as the Admin CP sql query hack by FireFly :)

Don't forget me Stefan. :p [[Revamp] DB Query Hack v1.5]

Edit:
colicab-d, I'd be glad to pass you the old version of the DB Query Hack by FireFly and myself. :)

colicab-d 03-22-2003 10:32 PM

sure mate send it my way i,ll see what i can do with it.

as for my other hack i dont intend it to just be heres a case of some code use it to make pages, its gonna be so that u into put a pages html etc and it will create that new file on the server but with the permissions for viewing set like your forums.

its all for lazy folk and peeps who dont have php know how etc

Dean C 03-23-2003 08:21 AM

Shame, im lazy and have php know how and still would like it ;)

- miSt

shovel 03-24-2003 10:29 AM

^^ No kidding. :p (j/k)


All times are GMT. The time now is 02:51 AM.

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.00981 seconds
  • Memory Usage 1,728KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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