Jump to content

<<< 12Oz Computer Tech Support SuperThread >>>


Mainter

Recommended Posts

This forum is supported by the 12ozProphet Shop, so go buy a shirt and help support!
This forum is brought to you by the 12ozProphet Shop.
This forum is brought to you by the 12oz Shop.
ok the mySQL fixed itself... but its doing it again..

 

how can i open up more connections?

 

----------

{

$this->persistency = $persistency;

$this->user = $sqluser;

$this->password = $sqlpassword;

$this->server = $sqlserver;

$this->dbname = $database;

 

$this->db_connect_id = ($this->persistency) ? mysql_pconnect($this->server, $this->user, $this->password) : mysql_connect($this->server, $this->user, $this->password);

 

if( $this->db_connect_id )

{

if( $database != "" )

{

$this->dbname = $database;

$dbselect = mysql_select_db($this->dbname);

 

if( !$dbselect )

{

mysql_close($this->db_connect_id);

$this->db_connect_id = $dbselect;

}

}

 

return $this->db_connect_id;

}

else

{

return false;

}

}

-----------------------

 

the stuff in pink is whats pulling up the initial error...

 

 

huh ?

 

Maybe yer host is limiting conenctions...u have left many persistant you will need to close these old ones somehow .

Link to comment
Share on other sites

Guest R@ndomH3ro

What is a good way to make sure a bad driver is gone????

 

My creative is not connecting and I uninstalled and reinstalled and it still no working.

 

 

7Hx, m07h3RfUx0R3r5!!

Link to comment
Share on other sites

My room mate downloaded a CD from bittorrent and his computer is a fucking MESS now.

 

I've tried all the spyware adaware proggies, but whenever they get to the file it straight freezes.

 

Norton also crashes.

 

I also can't get to it through explorer as it makes the system crash when the file is touched.

 

There's gotta be a way to get rid of it, through DOS maybe?

 

I've been a mac user for almost 2 years now, so id be lost as a motherfucker toying with DOS again.

 

Any ideas?

 

Could I simply get a 3rd party program to delete it? I know exactly where it's at, but I've never seen a virus behave like this.

Link to comment
Share on other sites

My room mate downloaded a CD from bittorrent and his computer is a fucking MESS now.

 

I've tried all the spyware adaware proggies, but whenever they get to the file it straight freezes.

 

Norton also crashes.

 

I also can't get to it through explorer as it makes the system crash when the file is touched.

 

There's gotta be a way to get rid of it, through DOS maybe?

 

I've been a mac user for almost 2 years now, so id be lost as a motherfucker toying with DOS again.

 

Any ideas?

 

Could I simply get a 3rd party program to delete it? I know exactly where it's at, but I've never seen a virus behave like this.

 

 

 

 

whoa there tiger! WHOA! WHOA! WHOA!

 

ok, what you neeeeeed to do is download the following:

google these, i'm too lazy atm.

 

spyware blaster

spybot search and destroy

firefox

avg free (get rid of norton)

 

 

install all, update. reboot and press F8 to get to the boot screen.

boot to safe mode. run spybot and then correct all probs. click "immunize"

after it runs its scan and finishes up. run spyware blaster, enable all protection.

run avg antivirus. booyah!

 

 

 

eastbay: umm, you go gorilla.

Link to comment
Share on other sites

The thing is though, did you use them while in safe mode? Safe mode should make it so that file doesn't do its crashing shit when its touched by one of the progs.

 

 

you know what? you're the man

 

http://youtube.com/watch?v=SYe7JmZqkWE

 

 

thanks for covering that shit on the quickness. i was trying to encourage after school to go ahead and take care of bidness with those proggies.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...