Log in

View Full Version : php script


Bombowiec89
08-14-2008, 07:26 PM
Hi, can someone do this for me php scripts so that I can use it through vBulletin TASKS,
to implement a command mysql

for example = UPDATE `mysqldatabase`.`user` SET `usertitle` = 'TEST' WHERE `user`.`userid` =1 LIMIT 1 ;

Opserty
08-14-2008, 08:09 PM
No one is going to do it for you. You can however learn for yourself.

If you know PHP & MySQL you can start by checking out the articles section.

For editing user information you will need to use the DataManagers (See: Data Managers (http://www.vbulletin.com/docs/html/data_managers))

vBulletin Code Standards (http://www.vbulletin.com/docs/html/codestandards) may also be helpful.