Log in

View Full Version : whats vb2 codeing to vb3 codeing list


Joe Pimms
01-17-2005, 10:31 PM
hello again im whating to redo a vb2 hack i found on vb.org and i wanna know thats the codeing is from vb2 to now vb3
im wanting to know the new functions that replace the old vb2 code to vb3
please help im learning here lol

Joe Pimms
01-17-2005, 10:58 PM
can any one help me ?

Zachery
01-18-2005, 12:07 AM
Please wait at least 24 hours before bumping a post

Joe Pimms
01-18-2005, 12:33 AM
Since vB2 and vB3 are differntly coded, I need some help on what some of the functions turned to, as I am having trouble figuring them out. Here is what I've figured out so far.

doformheader = print_from_header
makehiddencode = construct_hidden_code
maketableheader = print_table_header
doformfooter = print_table_footer
cpheader = print_cp_header
makeinputcode = print_input_row
maketextareacode = print_textarea_row
makeradiocode = print_radio_row
makecheckboxcode = ?
makeuploadcode = ?

makeyesnocode = ?

makenavoption = ?

Zachery
01-18-2005, 12:40 AM
Since vB2 and vB3 are differntly coded, I need some help on what some of the functions turned to, as I am having trouble figuring them out. Here is what I've figured out so far.

doformheader = print_from_header
makehiddencode = construct_hidden_code
maketableheader = print_table_header
doformfooter = print_table_footer
cpheader = print_cp_header
makeinputcode = print_input_row
maketextareacode = print_textarea_row
makeradiocode = print_radio_row
makecheckboxcode = ?
makeuploadcode = ?

makeyesnocode = ?

makenavoption = ?
Try looking at any files with the name "functions" in them :)

Joe Pimms
01-25-2005, 12:39 AM
i know there are me so please people help me out

Since vB2 and vB3 are differntly coded, I need some help on what some of the functions turned to, as I am having trouble figuring them out. Here is what I've figured out so far.

doformheader = print_from_header
makehiddencode = construct_hidden_code
maketableheader = print_table_header
doformfooter = print_table_footer
cpheader = print_cp_header
makeinputcode = print_input_row
maketextareacode = print_textarea_row
makeradiocode = print_radio_row
makecheckboxcode = ?
makeuploadcode = ?

makeyesnocode = ?

makenavoption = ?

Andreas
01-25-2005, 12:46 AM
makecheckboxcode = print_checkbox_row
makeuploadcode = print_upload_row
makeyesnocode = print_yes_no_row
makenavoption = construct_nav_option


... but you could have found out this yourself by just looking at the files ;)

Joe Pimms
01-25-2005, 12:50 AM
where in the files would i look ?

Andreas
01-25-2005, 12:55 AM
includes/adminfunctions.php, admincp/index.php

Joe Pimms
01-25-2005, 01:02 AM
dose this also tell me vb2 codes to vb3 codes or do i have to guess ?

Andreas
01-25-2005, 01:09 AM
There are comments like

// ###################### Start makehiddencode #######################

So it should be pretty easy to find out.

Joe Pimms
01-25-2005, 01:15 AM
is that in every vb3 script ?

Dean C
01-25-2005, 02:12 PM
Joe what you're asking for would take someone here a few hours to compile. Just take a look around vB3 at how things work and you'll figure it out :)

Zachery
01-25-2005, 04:21 PM
Joe what you're asking for would take someone here a few hours to compile. Just take a look around vB3 at how things work and you'll figure it out :)
Hours? If it would have been hours i think it would have been released by Kier freddie scott and mike.

Joe Pimms
01-25-2005, 09:00 PM
hey i just wanna thank you KirbyDE, as i can see by looking in all the scripts and see the new changes to vb 3 from vb 2


There are comments like

// ###################### Start makehiddencode #######################

So it should be pretty easy to find out.