frieling's Profile User Rating: -----

Reputation: 2 Apprentice
Group:
Members
Active Posts:
34 (0.02 per day)
Joined:
27-February 09
Profile Views:
2,487
Last Active:
User is offline Feb 09 2013 05:11 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
AMD
Favorite Gaming Platform:
PC
Your Car:
Chevrolet
Dream Kudos:
0

Latest Visitors

Icon   frieling has not set their status

Posts I've Made

  1. In Topic: Fade it not working with div

    Posted 9 Feb 2013

    I have been trying to get this working for 3 hours...and it was that small of a change. Thanks so much. I will post back when I need more help.

    P.S. thats a legit reason..
  2. In Topic: Fade it not working with div

    Posted 9 Feb 2013

    You specified using a span specifically. Why?

    But I did as you said, and changed it to onclick. Still not working. Do you need to see the css file?
  3. In Topic: Get mysql data after choosing name in combo box

    Posted 20 Mar 2012

    alright here is my new code:

    private void button1_Click(object sender, EventArgs e)
            {
                string sMySQLCon = "Server=teamserver;Database=projectsilva;Uid=**;password=**";
                MySqlConnection con = new MySqlConnection(sMySQLCon);
                try
                {
                    con.Open();
                }
                catch (Exception ex)
                {
                    MessageBox.Show(ex.Message);
                }
    
                MySqlCommand CMD = con.CreateCommand();
                string sChosenPerson = " ";
                MySqlDataReader reader = CMD.ExecuteReader();
                sChosenPerson = cmbFighters.SelectedItem.ToString();
                CMD.CommandText = "SELECT wins FROM fighters WHERE fighter_name = '" + sChosenPerson + "'";
    
                if (reader.HasRows)
                {
                    while (reader.Read())
                    {
                        label1.Text = reader["fighter_name"].ToString();
                        label2.Text = reader["wins"].ToString();
                        label3.Text = reader["loses"].ToString();
                        label4.Text = reader["ties"].ToString();
                    }
                }
            }
    
    


    its giving me an error saying it not properly initialized.
  4. In Topic: Get mysql data after choosing name in combo box

    Posted 19 Mar 2012

    Forgot all about where's. lol. Alright thanks, ill post back tomorrow and let you know how it works.

    Much appreciated!
  5. In Topic: Using UserAgents

    Posted 28 Sep 2011

    Well it works like a charm. Now I would like to put some extra stuff in it.

    Here is a line for example from the cfg file:

    pb_sv_protecttag 1 -{IC}- ;Expires 2011-05-30

    Where is a good reference to figureing out how to get the expired date from that line?

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Full Name:
Justin Frieling
Years Programming:
2
Programming Languages:
C#, PHP

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://firescommand.com
Xfire:
swordman444

Friends

Comments

frieling has no profile comments yet. Why not say hello?