View Full Version : Custom PHP app -> template module
caedas
02-10-2008, 06:34 PM
I am wanting to create a new module from a PHP app that we have on our site. However, I have no idea on where to start with this. I am confident I could write the necessary PHP code...that is, if I were just making it on a blank HTML display, but I have no idea where to put it, and I am not 100% sure that is the case (don't know if more code is added to add to a new module).
Any help would be much appreciate!
caedas
02-11-2008, 04:24 PM
Sorry to bump, but this is driving me a little crazy lol..
bobster65
02-11-2008, 04:41 PM
Why not create a php module instead. write your custom php file, ulpoad it to the /modules directory then create a new php module and include your file that you just uploaded.
caedas
02-16-2008, 03:38 AM
This is what I want to do. However, I am not sure how to cross the databases. They share the same character name, but I don't know how to get information based on that exactly.
bobster65
02-16-2008, 09:42 AM
This is what I want to do. However, I am not sure how to cross the databases. They share the same character name, but I don't know how to get information based on that exactly.
You just need to put a custom DB connection to the other database into the script (or write a seperate connection script file and then include it).
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.