![]() |
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
One of my friends just got a new script he wants to install, but since he has no clue how PHP/SQL work (just installed WinLAMP as an introduction) I've decided I'd write an installer script for this password-protection script. (Attachment 1)
As for my code, I'm getting odd errors.
) is attached (Attachment 2) and I would like some assistance.PS - I know that to install this script, all that's needed is modify 1 PHP and run 1 query, but I would also like to expand my knowledge about PHP, and have decided to write this script as a practice. Help would be greatly appreciated. ![]() No members have liked this post.
|
|
#2
|
||||
|
||||
|
The non-object error is referencing to this area of your code:
$query is not declared as an object from any class. I think you have your syntax mixed up, and are relating it to vBulletin's $DB_site. vBulletin uses a class that $DB_site is originated from, see includes/init.php and includes/db_mysql.php. Take a look at the mysql functions: www.php.net/mysql You need only run mysql_query() to run queries, no -> notation. Although, I highly recommend for non-vB uses, to find yourself a good MySQL class to work by. There are many out there, from simple to highly sophisticated, from sites like PHP's PEAR or Eclipse (OO library). Here is a simple example: http://www.sitepoint.com/forums/show...54&postcount=4 Or: http://www.sitepoint.com/forums/show...6&postcount=64 Although there are some critical design flaws in the code of that zip, and install.php. It's a good practice and standard not to combine HTML and PHP. Being this is for your friend, it's not that critical, but for larger projects I suggest getting a template engine like Smarty. And, in "dbinc.php", there is no reason to separate each code chunk with <?php and ?>, unless you are escaping to place HTML. ![]()
__________________
My OpenSource (as in do with them what you want no need to ask for permission) Scripts: 7/25/04 » Article Bot 1.1, vB3 Member Album 2.0, BB Code Functions, Advanced Search w/Member Conditions, Eggdrop IRC Manager, IRC Manager for mIRC, Existing Topics Check http://www.mozilla.org/products/fire...efox_80x15.png No members have liked this post.
|
||||
![]() |
«
Previous Thread
|
Next Thread
»
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBFOAF - Friend of a Friend exporter for vBulletin 3 | Cloud-Warrior | vBulletin 3.0 Full Releases | 9 | 29 Nov 2007 15:13 |
| vBFOAF - Friend of a Friend RDF metadata exporter for vBulletin 3.5 | Cloud-Warrior | vBulletin 3.5 Add-ons | 7 | 29 Nov 2007 15:12 |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Thread Tools | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 03:28.

) is attached (



