Log in

View Full Version : Vb Sql Runner


colicab-d
03-22-2003, 01:11 PM
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
Today at 10:20 AM colicab-d said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=371335#post371335)
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:

<?
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
Today at 10:16 AM Xenon said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=371332#post371332)
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 (https://vborg.vbsupport.ru/showthread.php?s=&threadid=41792)]

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)