Log in

View Full Version : Creating my own hack some Q ..


Ranma2k
08-31-2005, 07:04 AM
Hi All,

Well i was looking for a coder to do some vb hack scripting for my site (on vb 3.5.0) for $$ but i couldn't find any :( so i decided that i should do it myself.

but unfortunately I'm not familiar with the functions that VB uses .. so i have some Q. it could sound stupid but bear with me :nervous:



my hack will depend on the inputs from the members and there is several types of input

( pictures / text / even multiple choices )


so i was wondering how to create the following ( or what function that will create it ) ?


1- the WYSIWYG Text editor and what function process it to store the result in the database ?!
2- the Image upload functions and how does it store it ..

those are the important things to me for now it would really appreciate it if someone could help me out .

it would have been easy if we have some sort of documentation for the functions of VB
if it does exsist please point me to it ..


Thanks

Ranma2k
09-02-2005, 12:25 AM
Hi All,

Well i was looking for a coder to do some vb hack scripting for my site (on vb 3.5.0) for $$ but i couldn't find any :( so i decided that i should do it myself.

but unfortunately I'm not familiar with the functions that VB uses .. so i have some Q. it could sound stupid but bear with me :nervous:



my hack will depend on the inputs from the members and there is several types of input

( pictures / text / even multiple choices )


so i was wondering how to create the following ( or what function that will create it ) ?


1- the WYSIWYG Text editor and what function process it to store the result in the database ?!
2- the Image upload functions and how does it store it ..

those are the important things to me for now it would really appreciate it if someone could help me out .

it would have been easy if we have some sort of documentation for the functions of VB
if it does exsist please point me to it ..


Thanks

So ?!

Andreas
09-02-2005, 12:27 AM
it would have been easy if we have some sort of documentation for the functions of VB
if it does exsist please point me to it ..

Open any of the PHP Files, they are documented :)

Ranma2k
09-02-2005, 12:30 AM
Open any of the PHP Files, they are documented :)

can you just tell me what files contains the things i need ?!

And btw why don't we make an online documentation for the VB functions just like PHP

i'm willing to provide any help that requires ( Hosting / new license for fourms if needed . .etc )

the would really help developers alot :)

Andreas
09-02-2005, 12:36 AM
1) Not 100% sure, but I'd look in functions_editor.php.
If this does not contain all necessary stuff, take a look at how newreply/newthread/editpost.php are doing it.
For storing Threads/Posts => functions_newpost.php and class_dm_threadpost.php

2) You mean Attachments? class_upload.php and class_dm_attachment.php

Ranma2k
09-02-2005, 12:39 AM
1) Not 100% sure, but I'd look in functions_editor.php.
If this does not contain all necessary stuff, take a look at how newreply/newthread/editpost.php are doing it.
For storing Threads/Posts => functions_newpost.php and class_dm_threadpost.php

2) You mean Attachments? class_upload.php and class_dm_attachment.php

Thanks KirbyDE .

So any suggestion about the online Documentation for VB ?!


And btw why don't we make an online documentation for the VB functions just like PHP

i'm willing to provide any help that requires ( Hosting / new license for fourms if needed . .etc )

the would really help developers alot

Davidinh
10-11-2005, 12:08 PM
I hope is that you looking for
vbulletin document (http://www.vbulletin.com/docs/)

not only for doc online but also they have .chm file too