vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Excuting SQL Query from AdminCP

Live-Prem
04-08-2007, 09:22 AM
Hi.

I'm sure there is some way of entering a special code into the "Execute SQL Query" part of the Maintainance tab in Admin Control Panel!

The special code can bring up users PMs that are stored in the database without fussing about with phpMyAdmin.

Any idea what the special code is, and how you alter it to find different users PM's etc?

Many Thanks!

Joeychgo
04-08-2007, 09:31 AM
what do you mean brin up user's pms? If you want to read PMs there is a hack for that on vb.org.

Live-Prem
04-08-2007, 10:12 AM
Yes, I have the hack installed, it does its job!

But I heard that you can run SQL Queries via AdminCP, which will bring members PM's, but you have to alter the UserID in the code, and message number in the PM box, and you can bring it up!

I am just generally interested as to what the code is, not too important though, as I've already got the hack!

It sounds plausible though!

John
04-08-2007, 10:33 AM
Some quick SQL code to view messages...

SELECT `message`
FROM `pmtext`
WHERE `fromusername` = 'username'
LIMIT 0 , 30


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum