Log in

View Full Version : help


sabret00the
04-07-2004, 12:26 PM
ok what it is, is that i wanna port my confessions script to vb3 so i can finish it and improve it however i'm not sure what's changed from vb2's way of doing things?

i.e. do i eval templates differently etc?

so as much advice/tuts along them lines as possible would be more than greatly appreciated.

also i was wondering 2 things, if i wanted to be able to search for something without indexing the table how would i go about doing that? and what's the best way to do it? i.e. can i just do something like

SELECT column FROM table WHERE "room"
"room"* = mentioned term/phrase

NTLDR
04-07-2004, 01:43 PM
gettemplate() becomes fetch_template(), dooutput() becomes print_output() once those are changed if its more of an addon then a hack most of it will probably work straight off. A large section of the work is probably renaming any vB2 functions you have used to there vB3 equivalent.

sabret00the
04-07-2004, 02:37 PM
thanks that was just what i was looking for :)

sabret00the
04-27-2004, 12:09 PM
just actually tested this and it worked perfectly, thank you so much Lee :)