PDA

View Full Version : Problem MySQL


Clamsy
03-14-2002, 05:48 AM
Hy,

i have a Problem, i want to hack something. Thats not really the Problem, but the Problem will be the Changes in my SQL database. In The Hack will be as example:

run these two sql queries, they will create two fields under user and registration options.

INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder) VALUES (NULL, '6', 'New Thread on Registration', 'newregthread', '1', 'Post a new thread to the forum identified below when a user registers', 'yesno', '18')

INSERT INTO setting (settingid, settinggroupid, title, varname, value, description, optioncode, displayorder) VALUES (NULL, '6', 'Forum to post to for a new registration', 'newregthreadforumid', '1', 'The Forumid to post a new thread to when a user registers', '', '19')

So, i have never change my SQL Database before.

What must i do?

My Server is not at the same Place as myself.
Must i make a dump of my database?
if yes, how must i upload the dump in my database again?
Must i make chages in my really database?
But how will i get the database?
Is it possible to change something in this database about a HTML-php-cgi script???? if yes, how?

Please tell me, what i must do with this instructions in this hack!

Thanks a lot
Clamsy

Admin
03-14-2002, 09:53 AM
Read this thread: :)
http://vbulletin.com/forum/showthread.php?s=&threadid=18558