User Profile

Collapse

Profile Sidebar

Collapse
MOzgaf
MOzgaf
Last Activity: Feb 25 '13, 06:58 PM
Joined: Dec 1 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MOzgaf
    started a topic How to fix adapters connecting to internet.

    How to fix adapters connecting to internet.

    Hi all,

    I have a situation where the main computer running win7 cannot connect to the internet using any method.
    This includes wifi USB adapter or Ethernet LAN cable.
    This is not a router problem as all other computers and laptop connect to the wifi correctly.
    This is not a cable problem as the same cable was used with a laptop to confirm that it works.
    Device manager show Netgear USB adapter working properly...
    See more | Go to post

  • MOzgaf
    started a topic HDD data recovery

    HDD data recovery

    Hi all,
    I just lost control over my hard drive and it wont boot from it. I was able to boot from another disk. Now i want to recover any data that was on the first drive.

    What is the recommended software to recover data from HDD?

    I cannot open it and windows only wants to format it.

    Thank you in advance.
    See more | Go to post

  • MOzgaf
    started a topic XML syntax error
    in XML

    XML syntax error

    Hi,

    can someone take a look at this xml file. its for docx file and something went wrong at the end stage. I think a tag is missing, therefore is giving me error. please take a look and see if you can fix it with minimal damage.
    it says there is an error on line 478 col 0.

    Thank you in advance....
    See more | Go to post

  • Two hard drives with diffrent connections.

    Hi,

    I wanted to use an old hard drive I have on my new PC. The new PC has all SATA connections with the HDD and CD drive. The old Hard Drive has the old cable (ribbon). I have checked my mother board for a free slot of that kind of connection and there is. The only thing is will there be conflict between the two different connection types of the hard drives. Both of the HDD have XP on them.

    Thanks in advance
    See more | Go to post

  • MOzgaf
    replied to Water Cooling
    I am using the system for other cooling purpose not for PC.
    and yes I will be connecting several blocks in series if that make sense.

    I am just using the components that already exist into a diffrent project. I would like to know where can I buy them as parts not as a kit as I do not need the extra components in the kit.
    See more | Go to post

    Leave a comment:


  • MOzgaf
    started a topic Water Cooling

    Water Cooling

    Hi,

    I am looking for a water cooling system to cool a hot surface. I was looking into the already water cooling of PC. This is good but the kits are for PCs( one rad, one reservoir and one pump etc...) This is fine for a person that is only going to be cooling one processor, but I am looking to make several cooling surfaces. does anyone know where I can get parts , so that I can buy a reservoir and several cooling blocks. I just need...
    See more | Go to post

  • Change hidden field value when dropdown list changes

    Hi,

    The problem is I have a list that i want to send to other file(php) but I want to send two corresponding variables. I was wondering if this is easy with the hidden field.

    Code:
    <select id='myselect'>
        <option value='1'>A</option>
        <option value='2'>B</option>
        <option value='3'>C</option>
        <option value='4'>D</option>
    </select>
    ...
    See more | Go to post

  • Am sorry I didn't mean call as a html thing.but i want to send the value to a function then the select onchange="SOMEf unction()". this way when he drop list changes the new value is sent to this function.I am looking for a way to send 2 select values instead of just one like this.so i was thinking to use the submit button and 'call/name' which value i want to send.
    thank you for your interest.
    See more | Go to post

    Leave a comment:


  • collecting 2 values and sending them to a function.

    hi
    I forgot how to do this and how it is called.
    basically i wan to send 2 values from 2 different select tag to a submit button .
    eg.

    Code:
     Name1<SELECT  NAME="first_list" >
    <Option value="1" >Name 1</option>
    <Option value="2" >Name 2</option>
    </SELECT>
    <br /><br />
     Name2<SELECT  NAME="second_list"
    ...
    See more | Go to post

  • MOzgaf
    started a topic Why is activation email not sent-Joomla 1.7
    in CMS

    Why is activation email not sent-Joomla 1.7

    in joomla login module does not send activation email to users.why??

    it works with other components sending email or forms but not activation email.

    can anyone help thanks in advance
    See more | Go to post

  • MOzgaf
    started a topic How to bring up file browser dialog for flash?

    How to bring up file browser dialog for flash?

    hi is there some kind of way to bring up the file browser window in flash i can do it in html but cant find a way in flash.I want to send this value(location string) to a php file for uploading.I have seen it before its on this applet (http://www.element-it.com/multiple-file-upload/flash-uploader.aspx) but i don't need it to have that many options.

    this is what i want but in flash as2 if possible.
    Code:
    <input name="uploaded_file"
    ...
    See more | Go to post

  • MOzgaf
    replied to HOW to upload to two places?
    in PHP
    Thank you thew the code works fine. I used the copy()function as well dlite922. thanks
    See more | Go to post

    Leave a comment:


  • MOzgaf
    started a topic HOW to upload to two places?
    in PHP

    HOW to upload to two places?

    this is what i have so far but it uploads to the first location but not second.
    Code:
    $newname = dirname(__FILE__).'/upload'.$myvar;
    	  $newcopy = dirname(__FILE__).'/copy'.$today.$myvar;
          //Check if the file with the same name is already exists on the server
          if (!file_exists($newname)) {
            //Attempt to move the uploaded file to it's new place
            if ((move_uploaded_file($_FILES['uploaded_file']['tmp_name'],$newname)))
    ...
    See more | Go to post
No activity results to display
Show More
Working...