
roadmap
Members-
Content Count
152 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout roadmap
-
Rank
Distant Family
Contact Methods
-
Website URL
http://canibusmusic.com
-
ICQ
0
-
Hello, I am getting an error in my script and I was wondering if someone could view the code and possibly spply a solution. The error is below and the entire code. The error line is bold and underlined also. Thank in advance. >Fatal error: Cannot access empty property in (MY PATH) db_mysql.php on line 129 <?php class sqldb { var $scriptname = ""; //nama script ni var $user=""; var $pass=""; var $server=""; var $database=""; var $query_id = 0; // query id var $query_counter = 0; var $link_id = 0; var $use_persistent = "0"; var $insert_into = ""
-
I have been adding a few different scripts to my new site lately, some have gone well others contain errors. Here is the error i'm getting for my rating script: Here is the rate php below. The line in question is "$rate = round($lpoints / $lvotes,3);" if i'm not mistaken. I've tried changeing the number 3 to other numbers but that didn't fix it. Another one in my admin section is: Note: "mysiteusername" is actually correct and not mysiteusername. Here is a site with the script running: http://pickme.3x.ro/about.php
-
I tried that also but it didn't work.
-
Thanks for your help guys but it just isn't working. I've done everything the 2nd post said.
-
Here's one in action: http://www.ratemykitten.com/
-
Here is the error: It's suppose to create the database but won't. I've tried to do it with a db and then tried creating on then running it. Neither seems to work.
-
Thanks for the quick response. The values entered are the defaults and will be changed to the correct info.
-
Can someone show me how to properly set that up? Also, i'm suppose to run a installer but how can I set the db name if it hasn't been created yet?
-
Hello, I have this webring script I need some help in changing. I'm trying to get it to ask people who sign-up for it to ask for 468x60 banners and have the script display it. Can anyone figure this out for me? I don't know what to do. Here are the codes: config.php functions.php getcode.php goring.php index.php smtpmail
-
No, I messed up. I want the google info out and I want the bottom script in. The bottom banner rotation javascript would be in the block instead.
-
Below I have 2 scripts, I was wondering if some one could write the second script into the first one? I've tried but each attempt fails. The first is a google ad block for 468x60 ads the second is a javascript ad rotator.
-
Im using ipb 2.0 I checked the mods threads from the place I got it from. No one else had been having the problem. On one of my other boards I get the code when I try to post sometimes. That's a different site but it's hosted on TCH. Maybe it's a browser problem or something?
-
I was testing out my "toplist" mod for my forums and got that error.