Jump to content

steelmanronald06

Staff Alumni
  • Posts

    2,006
  • Joined

  • Last visited

1 Follower

About steelmanronald06

  • Birthday 03/24/1988

Contact Methods

  • AIM
    NetGeekRonald (RIP AIM)
  • MSN
    (Is this still a thing?)
  • Website URL
    http://www.ronaldsteelman.com
  • ICQ
    (Blast from the past)
  • Yahoo
    (The days of online chatrooms)
  • Skype
    Ronald.Steelman

Profile Information

  • Gender
    Male
  • Location
    Dallas, TX

Recent Profile Visitors

5,306 profile views

steelmanronald06's Achievements

Advanced Member

Advanced Member (4/5)

1

Reputation

  1. *sigh* I see my old teammates have messed around with the forum software and the Topic Solved mod is no longer in place. Oh well, back to the old school way of doing things! Topic Solved! :-)
  2. HA! You'd think that after searching "php determine windows drive letter", "php windows drive letter" and about 20 other combos that that solution would have been of the TOP results! Thanks! Much appreciated.
  3. In order to use the disk_total_space() function in PHP, you must supply the directory that it should look to. For unix this is pretty simple because I just have it look to / and get the total disk space. I'm using a conditional statement to determine Unix or Windows system. What I haven't been able to determine, is the Windows Drive Letter. For my windows server, I know I can just put in C: and it works. This has to be user independent. After reading through different articles on google, and even an enhancement request on php.net where someone contributed code that would create a function to do this, I still have been unable to find a method that will determine the root drive letter of a Windows Server. Any insight to a PHP function, a home-brew function, or an article on this topic is greatly appreciated. Two days of no results has me slightly frustrated, haha!
  4. How are you creating the calendars? Have you looked into Google Domains and using the Google API to give each user his/her own calendar? Then all they must do is download Google Sync. Other than that you're going to have to (A) learn how to develop web based applications for the blackberry, or (B) set up a BES. If you don't have a blackberry you're probably going to have a hard time with this...so you might want to post in the Freelance and see if you can find a blackberry developer to do this for you.
  5. Okay, so that made the SQL statement valid. Here is what I'm dealing with. If I put the sql code directly into the console method in my controller (you can see this because I left the code but commented it out), it works fine and inserts the data into the database. However if I move the SQL over to a method within the model class, create a method in the controller class to call that model method and then call that controller method within the console method, it only outputs a blank page. Here is a pastebin of both of my classes. Controller is listed first then the model. The main method I'm using is the console method within the controller. http://pastebin.com/R1YPxKDJ Any advice/direction would be great. I feel like it is something small, but I'm just not seeing it. No errors are outputting and no errors are being written to my error log.
  6. Using codeigniter and having an issue: $sql = "LOAD DATA LOCAL INFILE '".$_SERVER['DOCUMENT_ROOT']."/junk/2010-07-19_ddna_current_APJ.csv' INTO TABLE `pulled_openx_clicks` FIELDS TERMINATED BY '\\t' ENCLOSED BY '\"' ESCAPED BY '\\' LINES TERMINATED BY '\\n' IGNORE 1 LINES"; $data['MyError'] = $this->db->query($sql); Any insight on this would be great. Also note that where i'm doing terminated by for fields and lines, it is using \\t and \\n. I did have this set to \t and \n, but then the error read like this:
  7. LOL, so do I. I'd love for business to explode and us to get enough money to get ahead even if we don't need to be at the time. I'd rather be ahead than struggling behind.
  8. We plan on getting the dedicated fiber when 1 of 3 things happen: 1) From monitored usage we see that the current line is getting to bogged down 2) We get enough clients that we build a second server 3) Business explodes and we have the money to throw into it without regard to other factors.
  9. Oh. I meant unlimited bandwidth usage per month. down is 6.5 and up is either 6 or 5.5. I don't remember which one we purchased. i think we changed the package slightly, but can't remember 100%.
  10. This board if for coding help only. Please read the rules. If you have a problem with soome code not working, or giving an error, you may post that. However, this post seems like it would be best suited for Freelancing.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.