MTU.Community

MTU.Community (http://forum.mtu.com/index.php)
-   Hoster Help (http://forum.mtu.com/forumdisplay.php?f=71)
-   -   replacing my hard drive (http://forum.mtu.com/showthread.php?t=12403)

prober December 6th, 2010 09:45 AM

replacing my hard drive
 
I believe my hard drive on the laptop that has my hoster program is going bad. If I replace the hard drive, will I have to purchase my Hoster program again? I have retired from the Dj and Karaoke business and just use the hoster program now and then for personal use.

Beavis December 6th, 2010 10:32 AM

Re: replacing my hard drive
 
no, why dont you clone your bad drive to a new one ? all it does is make an exact copy of your drive. its plug and play.

ddouglass December 6th, 2010 01:54 PM

Re: replacing my hard drive
 
If you have any of the version 4 then you can remove it and then re-install on new drive.
If it is an older version then submit a Support email Ticket in the Support section of the MTU web page to have them reset your registration code.

billyo December 6th, 2010 03:45 PM

Re: replacing my hard drive
 
Quote:

Originally Posted by Beavis (Post 104773)
no, why dont you clone your bad drive to a new one ? all it does is make an exact copy of your drive. its plug and play.

why would you clone a bad drive ? , if you cloned the same bad drive, you'll still have the same bad drive.it would be better to just start fresh, re-install .

Beavis December 7th, 2010 10:07 AM

Re: replacing my hard drive
 
a bad drive is not a corrupt drive. its probably just old. he said it was going bad. if he clones it it will take about 30 minutes and nothing will change. he just keeps on rolling with a new and larger drive.

when i say clone, i mean copy.

i use nortons ghost.

prober December 7th, 2010 10:55 AM

Re: replacing my hard drive
 
thanks for the information. Originally, I was getting a lot of "not responding" on programs. I don't remember the Hoster ever failing though. Recently, I can here the motor on the hard drive laboring when running. The laptop is 4 years old and has been used a lot, that is why I believe the hard drive is going bad and will replace it. I had a computer geek look at the "not responding" issue and he came up with nothing. Lately, this issue has been mimiumal.

Aidan December 10th, 2010 08:03 AM

Re: replacing my hard drive
 
Hi All,

Hope you can help....
I purchased new hard drive to transfer all KMA files, system would not read.
So rebuilt song data all went well, tracks playing fine, however I now cant import new disc..... Clicked on import track, there was no brand or disc id Categories.
This following error is appearing....
app name..hoster.exe app ver..3.3.1.6 mod name..hoster.exe mod ver..3.3.1.6 offset..0009a5b0
I have read that I might need to reinstall hoster could you please help, as I have a big gig tonight and need to load one certain song.
Thanks in advance

Aidan:f:?:f



<FORM id=canvasInsert method=post name=canvasInsert action="">Post Response

<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%"><TBODY><TR class=rowback><TD style="BORDER-LEFT: #cccccc 1px solid"><INPUT id=b onclick="insertCode(mesg, 1)" value=B type=button name=b> <INPUT id=i onclick="insertCode(mesg, 2)" value=I type=button name=i> <INPUT id=u onclick="insertCode(mesg, 3)" value=U type=button name=u> <INPUT id=c onclick="insertCode(mesg, 5)" value=Code type=button name=c> <INPUT id=q onclick="insertCode(mesg, 6)" value=Quote type=button name=q> </TD></TR></TBODY></TABLE><TABLE border=0 cellSpacing=0 cellPadding=0 width="100%"><TBODY><TR class=rowback><TD style="BORDER-LEFT: #cccccc 1px solid" colSpan=2>
http://forum.mtu.com/spellchecker/images/spellcheck.png
<TEXTAREA accessKey=spellchecker/spell_checker.php style="WIDTH: 98%; HEIGHT: 200px" id=mesg class=textareamed title=spellcheck_icons name=mesg></TEXTAREA>

</TD></TR><TR class=rowback><TD style="BORDER-LEFT: #cccccc 1px solid">Attach </TD><TD vAlign=top align=right>Close ticket <INPUT id=close value=1 type=checkbox name=close></TD></TR><TR vAlign=top><TD><INPUT id=attached type=hidden name=attached></TD><TD></TD></TR><TR vAlign=top><TD>
</TD><TD></TD></TR></TBODY></TABLE>
<INPUT id=respond value=Submit type=submit name=respond> <INPUT id=rnd value=9533610 type=hidden name=rnd> </FORM>
<SCRIPT language=JavaScript>var publicLink = 'http://mtu.com/kb';var ticketID = '27417-8510120732';var catID = '1';var attachLinkBase = 'attach.php?id=' + ticketID + ( ticketID == 0 ? '&d=' + catID : '' ) + '&file_col=';var attachLink = attachLinkBase;//open related information on ticket.phpfunction openInfo(tagID){ var x = document.getElementById(tagID); if(x.style.display == 'block'){ x.style.display = 'none'; }else if(x.style.display == 'none'){ x.style.display = 'block'; }}//limit characters in formsfunction textCount(field, maxlimit) {if (field.value.length > maxlimit) field.value = field.value.substring(0, maxlimit);}//confirm close of ticket//give reason for closing ticketfunction openMe() { window.open("close.php?tid=" + ticketID,"new_win","height=230,width=250,scrollbars=no,toolbar=no,resizable=no");}//view other tickets submitted from emailfunction lastFive() { window.open("email.php","new_win","height=230,width=600,scrollbars=no,toolbar=no,resizable=no");}//open new windowvar win=null;function NewWindow(mypage,myname,w,h,scroll,pos){if(pos=="random"){LeftPosition=(screen.availWidth)?Math.floor(Math.random()*(screen.availWidth-w)):50;TopPosition=(screen.availHeight)?Math.floor(Math.random()*((screen.availHeight-h)-75)):50;}if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:50;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:50;}if(pos=="default"){LeftPosition=50;TopPosition=50}else if((pos!="center" && pos!="random" && pos!="default") || pos==null){LeftPosition=0;TopPosition=20}settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no';win=window.open(mypage,myname,settings);if(win.focus){win.focus();}}function CloseNewWin(){if(win && win.open){win.close()}}window.onfocus=CloseNewWin;//insert myValue into myField that is selected//uses a selection set with beginning and endfunction insertAtCursor(myField, myValue) { if (document.selection) { myField.focus(); sel = document.selection.createRange(); sel.text = myValue; } else if (myField.selectionStart || myField.selectionStart == '0') { var startPos = myField.selectionStart; var endPos = myField.selectionEnd; myField.value = myField.value.substring(0, startPos) + myValue + myField.value.substring(endPos, myField.value.length); } else { myField.value += myValue; }}//insert 'BB' code//uses a selection set with beginning and endfunction insertCode(input,type){ var selectedText; var replaceString; //browser detection var bname = navigator.appName; if(bname != "Netscape"){ if(window.getSelection){// mozilla selectedText = window.getSelection(); //alert(selectedText); }else if(document.getSelection){// also mozilla selectedText = document.getSelection(); //alert(selectedText); }else if(document.selection){// IE selectedText = document.selection.createRange().text; //alert(selectedText); }else{ //alert("Still not working!!"); } if (type == 1) { replaceString = ""+selectedText+""; }else if (type == 2) { replaceString = ""+selectedText+""; }else if (type == 3) { replaceString = ""+selectedText+""; }else if (type == 4) { replaceString = "[link]"+selectedText+"[/link]"; }else if (type == 5) { replaceString = "[code]"+selectedText+"[/code]"; }else if (type == 6) { replaceString = "
Quote:

"+selectedText+"
"; } if (input.setSelectionRange){ var selectionStart = input.selectionStart; var selectionEnd = input.selectionEnd; input.value = input.value.substring(0, selectionStart) + replaceString + input.value.substring(selectionEnd); if (selectionStart != selectionEnd) setSelectionRange(input, selectionStart, selectionStart + replaceString.length); else setCaretToPos(input, selectionStart + replaceString.length); } else if (document.selection){ var range = document.selection.createRange(); if (range.parentElement() == input){ var isCollapsed = range.text == ''; range.text = replaceString; if (!isCollapsed){ range.moveStart('character', - replaceString.length); range.select(); } } else input.value += replaceString; }}}//find and replacefunction setSelectionRange(input, selectionStart, selectionEnd){ if (input.setSelectionRange) { input.focus(); input.setSelectionRange(selectionStart, selectionEnd); } else if (input.createTextRange) { var range = input.createTextRange(); range.collapse(true); range.moveEnd('character', selectionEnd); range.moveStart('character', selectionStart); range.select(); }}function setCaretToPos (input, pos){ setSelectionRange(input, pos, pos);}function selectString (input, string){ var match = new RegExp(string, "i").exec(input.value); if (match){ setSelectionRange (input, match.index, match.index + match[0].length); }}function replaceSelection (input, replaceString){ if (input.setSelectionRange){ var selectionStart = input.selectionStart; var selectionEnd = input.selectionEnd; input.value = input.value.substring(0, selectionStart) + replaceString + input.value.substring(selectionEnd); if (selectionStart != selectionEnd) setSelectionRange(input, selectionStart, selectionStart + replaceString.length); else setCaretToPos(input, selectionStart + replaceString.length); } else if (document.selection){ var range = document.selection.createRange(); if (range.parentElement() == input){ var isCollapsed = range.text == ''; range.text = replaceString; if (!isCollapsed){ range.moveStart('character', - replaceString.length); range.select(); } } }}//set the display of the child.elements to nonefunction closeNav(){ if (!e) var e = window.event; if (e.target) var tg = e.target; else if (e.srcElement) var tg = e.srcElement; while (tg.nodeName != 'DIV') tg = tg.parentNode; var nextSib = tg.nextSibling; while (nextSib.nodeType != 1) nextSib = nextSib.nextSibling; var nextSibStatus = (nextSib.style.display == 'none') ? 'block' : 'none'; nextSib.style.display = nextSibStatus;/* var x = document.getElementsByTagName('div'); for (var i=0;i<x.length;i++) { if (x[i].className == 'content') x[i].style.display = 'none'; } */}//switches the display from block to none//display is set to none by defaultfunction clickNav(e){ if (!e) var e = window.event; if (e.target) var tg = e.target; else if (e.srcElement) var tg = e.srcElement; while (tg.nodeName != 'DIV') tg = tg.parentNode; var nextSib = tg.nextSibling; while (nextSib.nodeType != 1) nextSib = nextSib.nextSibling; var nextSibStatus = (nextSib.style.display == 'none') ? 'block' : 'none'; nextSib.style.display = nextSibStatus;}//flip the text onClickvar clicks = 0;function flipText(obj, originalText, clickText) { if(clicks == 0) { obj.innerHTML = clickText; clicks = 1; }else{ obj.innerHTML = originalText; clicks = 0; }}//switches the display from block to none//display is set to none by defaultfunction clickNav(e){ if (!e) var e = window.event; if (e.target) var tg = e.target; else if (e.srcElement) var tg = e.srcElement; while (tg.nodeName != 'DIV') tg = tg.parentNode; var nextSib = tg.nextSibling; while (nextSib.nodeType != 1) nextSib = nextSib.nextSibling; var nextSibStatus = (nextSib.style.display == 'none') ? 'block' : 'none'; nextSib.style.display = nextSibStatus;}//set the display of the child.elements to nonefunction closeNav(){ var x = document.getElementsByTagName('div'); for (var i=0;i<x.length;i++) { if (x[i].className == 'content') x[i].style.display = 'none'; }}//set the display of the child.elements to blockfunction openNav(){ var x = document.getElementsByTagName('div'); for (var i=0;i<x.length;i++) { if (x[i].className == 'content') x[i].style.display = 'block'; }}//flip the text onClickvar flip1 = 0;function flipText1(obj, originalText, clickText) { if(flip1 == 0) { obj.innerHTML = clickText; flip1 = 1; }else{ obj.innerHTML = originalText; flip1 = 0; }}var flip2 = 0;function flipText2(obj, originalText, clickText) { if(flip2 == 0) { obj.innerHTML = clickText; flip2 = 1; }else{ obj.innerHTML = originalText; flip2 = 0; }}var flip3 = 0;function flipText3(obj, originalText, clickText) { if(flip3 == 0) { obj.innerHTML = clickText; flip3 = 1; }else{ obj.innerHTML = originalText; flip3 = 0; }}//swap images on the ticket view//simple if statement//admin sectionfunction swapImg(id){if (document.getElementById(id).src == adminLink + "/template/ticket_corner.gif"){ document.getElementById(id).src = adminLink + "/template/ticket_corner_closed.gif" }if (document.getElementById(id).src == adminLink + "/template/ticket_corner_closed.gif"){ document.getElementById(id).src = adminLink + "/template/ticket_corner.gif" }}function swapImgp(id){if (document.getElementById(id).src == "admin/template/ticket_corner.gif"){ document.getElementById(id).src = "admin/template/ticket_corner_closed.gif"}if (document.getElementById(id).src == "admin/template/ticket_corner_closed.gif"){ document.getElementById(id).src = "admin/template/ticket_corner.gif" }}function radioCheck() { if(document.search.ft_off.checked) { document.search.ft_on.checked=false document.search.ft_word.checked=false } if(document.search.ft_on.checked) { document.search.ft_word.checked=false document.search.ft_off.checked=false } if(document.search.ft_word.checked) { document.search.ft_off.checked=false document.search.ft_on.checked=false }}//search for <div> tags to list//add <div class="label"> to parent node/element//add <div class="content"> to child/sibling node/elementvar x = document.getElementsByTagName('div');for (var i=0;i<x.length;i++){ if (x[i].className == 'label') x[i].onclick = clickNav;}</SCRIPT>

Roy Dennis December 10th, 2010 08:49 AM

Re: replacing my hard drive
 
Sounds like you have moved more than just your KMA folder.
The data for importing songs is in the Bucket.mbd file, make sure that is still in your Hoster folder. Check your external hard drive and see if you have accidentely moved some of the other files to it, only the KMA folder needs to be moved.
If all else fails I would think reinstalling would correct this problem.

Aidan December 10th, 2010 09:47 AM

Re: replacing my hard drive
 
Hi Roy,

Thanks for your quick response, I have this for 5 years and never a problem untill 2 months ago when some of my songs wouldnt play, error kept coming up on the main play screen, so I thought I would change the hard drive as it is getting on a bit.
I have tried looking for the Bucket file in all files c,d and g.. cant find it, must be somewhere as the rest of my songs are playing.
When I am loading up new disc I have another error on screen as follows:
Import folder G:\hoster karaoke song\cannot be found. the default folder will be used!
I have taken all files out of the hard drive apart from the KMA and put back said files to the c: drive

Any other ideas you might have would be very welcomed.
Thanks Aidan

Roy Dennis December 10th, 2010 10:15 AM

Re: replacing my hard drive
 
I'm a bit confused by your statement.
1 Have you replaced the internal Hard Drive C ?
2 Why is the external hard drive G ?

Your Hoster program must be installed on your C drive with all the original files. Your external drive only holds your song files, in your case KMA files. Normally the external drive letter would be E and your internal Rom drive D as in your post.
When you plug an external usb drive into your computer it automatically gives it a drive letter, if you plug other things into the computer before your hard drive it may switch the drive Volume #. Then Hoster can't find the files again.
If you have your original installation file I would try and re-install Hoster to the C drive. Then plug your external hard drive in to the computer before booting up and always try to connect it to the same usb port each time you use it. After booting up with no other usb Ports used check from explorer what volume it has allocated the external drive and rebuild the database to that volume.

Aidan December 10th, 2010 10:38 AM

Re: replacing my hard drive
 
Hi Roy,

I am glad your confused as I have gone past that now.:e
Hoster is in the c: drive however Bucket.mbd is not, the only bucket in there has a key icon beside it.
Where would I find my original installation file?
With regard to the hard drive I always use the same port, I use to run with 2 hard drives and now with 1 1xTB drive.
If I wanted to reinstall, would this be the best option which would include the up grade as my system is over 5 years old know.
I am sorry that I cannot explain this any better than I am doing,

Thanks Aidan

Roy Dennis December 10th, 2010 11:18 AM

Re: replacing my hard drive
 
First off if you have a Bucket file there that must be it, you are not seeing the .mbd as you probably have view extensions box ticked not to show.
You can sort this by Clicking on the Tools Tab above the open folder then select "Folder options" from the next window select the "View Tab" then scroll down the list till you see "Hide extensions for known file types" and un-tick this box then press Apply & OK. This won't solve your present problem but it will show the full file name.

To find if you still have your original installation file on your computer try this: assuming your running XP go to Start/Search from the window select "All files and folders" In the top box enter "hoster3" in the bottom box select drive C then press search. It may take a time but if you saved it originally it will find it. If it finds a few select the version your latest one, it should have a setup.exe following the file name.
If you can't find it then I'm afraid you will have to upgrade to a new version as the early versions aren't available for download.

In your original post you said you keep getting an error coming up, just putting your kma files on an external hard drive is unlikely to cure this if the problem is your internal hard drive failing. Probably need to replace that to cure your original problem.

Aidan December 10th, 2010 11:28 AM

Re: replacing my hard drive
 
Thanks Roy, I will give all that a try tomorrow as I am gigging soon and dont want to loose anything else.
I will let you know what happens and thanks for taking the time to help

Aidan

ddouglass December 10th, 2010 01:23 PM

Re: replacing my hard drive
 
By the way the extension is MDB not MBD.

Lonman December 10th, 2010 07:29 PM

Re: replacing my hard drive
 
However if you are only importing one song, you can manually enter the data to get the song imported.

stublack December 14th, 2010 05:31 AM

Re: replacing my hard drive
 
Just an idea when you import your new songs make sure the drive and folder selected is the same where your KMA files are stored.

Aidan December 14th, 2010 07:30 AM

Re: replacing my hard drive
 
Hi All,

Thanks so much for all your responses, I think I have made a huge blunder and deleated files I shouldnt have,with regard to importing songs, as mentioned before my hoster program is over 5 years old now so I think it is time for an upgrade.
I am going to purchase the new system, as thank god I am quite busy and havent the time to spend sorting it out.
Thanks again

Happy Christmas

Aidan


All times are GMT -4. The time now is 09:51 PM.

Powered by vBulletin® Version 3.7.1
Copyright ©2009 - 2025, Jelsoft Enterprises Ltd.
The contents of this forum are copyrighted by Micro Technology Unlimited, 2000-2008. Use of any material from these Forums is prohibited without written agreement from MTU.