Jump to content
xisto Community

mrdee

Members
  • Content Count

    975
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mrdee

  1. I would like to set up a WAN between my home and my business partner's home.We live in the same town, about half a mile apart, and we both use Windows machines, although different OS'es (one uses Windows 7 Ultimate and one is on Windows XP).As far as I am aware, a WAN has to be set up over the Internet (please correct me if I am wrong, have used lots of LANs, both wired and wireless, but I am a novice when it comes to WANs), so, I don't know whether that would be a problem, but we both use different ISPs.Is it possible to make that WAN, eg. for sharing and exchanging files, even though we are with different ISPs?Since we are in the music and recording business, it might be that some reasonably big files need to be exchanged, eg. pdf files of whole music books, or hefty mp3 files with whole band arrangements and even video clips, which could come to several 100s of Mb.Also, if it is possible, how am I to approach it?Is there any special software needed to do the job, or will configuration alone do, just like with a LAN?If anyone has some useful advice, I would love to hear from them, all help will be very much appreciated.
  2. Of course.Sorry for the crappy language used trying to explain, it is just because I am not very familiar with all the functions and parts of Adobe Photoshop that I have sometimes difficulty explaining things.Anyway, thank you for the reply, and a screenshot is attached.
  3. Hello,I have recently started using Adobe CSS Photoshop version 12, it runs on a machine with Windows 7 Ultimate, Intel Celeron E1500 2.20 Ghz processor, 2 Gb RAM and 1 Tb hard drive. The graphics card is a NVIDIA GeForce 7050.The problem I am experiencing is the following:Whenever I open a graphics file (whehter it be JPG, BMP, PNG, GIF or any other existing file), on my main working space a square appears that looks like a chessboard, just like when working with animated GIFs, in other words, a layer raster.On the right, under the tab "Layers", the drop down menu says "Normal", and then underneath, I get "Layer 0", "Layer 1", or only the former one, depeniding on how many layers there are (I guess).Sometimes, when I double click on one of those layers, the picture appears as it should be seen, sometimes it does not.I seem to remember that, in older versions of Photoshop, when an image was opened, the picture just appeared on screen as it was.I am no expert at all in working with Photoshop, certainly not the newest version, so, has anyone here got more experience than I do, and/or has anyone come across the same problem yet?Have I got to change any of my settings to solve this problem?I would appreciate it very much if someone could give me some good advice, as the problem is not only highly annoying, it also stops me from editing and adjusting image files.Thank you in advance to the people who can help.
  4. Hi,I was wondering if someone could help me with the following:I use Windows 7 Ultimate, and sometimes, when I try to copy a file from one folder to another on my hard drive, a window pops up telling me I need Administrator privileges to do so.The thing is, I DO have full Administrator privileges, but I must add, the file I am trying to copy is on a backup drive (drive D:\) and needs to be copied to the main hard drive (drive C:\).Can anyone tell me how I can change things so the file recognises I am an administrator?Thank you very much in advance.
  5. Thanks, Little Asterisk. Any advice and help regarding HTML5 is more than welcome. However, since it is a sort of "newborn baby", which is bound tocome across teething trouble soon, and since the web browsers do not fully support it yet (IE not at all, it seems), I am taking this time as an opportunity to learn to use HTML5, because the things I have seen in previews look very promising, it also look like you will be able to save yourself a lot of disk space and bandwidth not having to use Flash and all that. Nevertheless, the URL I posted here is nothing but a test page. I would certainly not post pages on a server yet using only HTML5, and run the risk of half of my visitors not being able to see them. Also, at the time of writing this, a lot of the HTML5 commands (or rather, their outcome) do not make a lot of sense to me. An example: This puts the text "My website" at the top in big, bold letters. I wonder what that <header></header> tag can do to help, you still have to format your text inside the tags (in this case, they used <h1></h1>). When I tried to put ordinary text within <header></header> tags, it came out as, well, ordinary text. You would expect a tag like that to let you type in text, and to display it as some sort of header, wouldn't you? The same goes for things like <nav></nav> and <article></article>, only to mention a few. What is the use of having special tags, if they don't do anything, and inside them, you still have to format everything as you did in HTML4 and the likes. It looks to me like they are just glorified comments, or tags, just made to tell you what a certain area of your code does (or is supposed to do). Anyway, like I said, HTML5 is promising much, so I have began to test and am waiting until it really takes off.
  6. Well, yes, Little Asterisk (thanks for interrupting ), your advice is quite useful, I contacted support of the makers of Coffeecup (my HTML Editor), and it looks like they themselves are not really familiar with HTML5 themselves. However, they referred me to a similar site as the one you got the code from (or maybe the same one, would have to check), and I used that code to make my video work. Strangely enough, when I looked back at the support ticket this morning, I go to their own link, and it looks like they have changed the code or something, because it is not working properly anymore, which it did yesterday. The best one is, evrything works in Firefox (have not tried other browsers yet, apart from IE8), but Internet Explorer won't have it, I have to click on the "Download" links to see the film. It sends me straight to the Flash version, which at the moment is not working, probably because of an error in my script (no expert on Flash). You can have a look at the test page here: http://forums.xisto.com/no_longer_exists/ Mind you: I use Firefox, and it works perfectly in it. Finally, here is the code I used to make it work: <!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="generator" content="CoffeeCup HTML Editor (https://coffeecup.com/)"> <meta name="created" content="Wed, 07 Jul 2010 10:27:51 GMT"> <meta name="description" content=""> <meta name="keywords" content=""> <title>Videotest</title> <style type="text/css"> <!-- body { color:#000000; background-color:#FFFFFF; } a { color:#0000FF; } a:visited { color:#800080; } a:hover { color:#008000; } a:active { color:#FF0000; } --> </style> <!--[if IE]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body><!-- "Video For Everybody" v0.4.1 by Kroc Camen of Camen Design <camendesign.com/code/video_for_everybody> =================================================================================================================== --><!-- first try HTML5 playback: if serving as XML, expand `controls` to `controls="controls"` and autoplay likewise --><!-- warning: playback does not work on iPad/iPhone if you include the poster attribute! fix coming from Apple in OS4.0 --><video width="640" height="360" controls preload="none"> <!-- MP4 must be first for iPad! --> <source src="SV_A0010.mp4" type="video/mp4" /><!-- WebKit video --> <source src="SV_A0010.ogg" type="video/ogg" /><!-- Firefox / Opera --> <!-- fallback to Flash: --> <object width="640" height="384" type="application/x-shockwave-flash" data="flowplayer-3.1.5.swf"> <!-- Firefox uses the `data` attribute above, IE/Safari uses the param below --> <param name="movie" value="flowplayer-3.1.5.swf" /> <param name="flashvars" value="image=Pics/vl_leeuw.jpg&file=SV_A0010.mp4" /> <!-- fallback image. note the title field below, put the title of the video there --> <img src="Pics/vl_leeuw.jpg" width="640" height="360" alt="*BLEEP*" title="No video playback capabilities, please download the video below" /> </object></video><!-- you *must* offer a download link as they may be able to play the file locally. customise this bit all you want --><p> <strong>Download Video:</strong> Closed Format: <a href="SV_A0010.mp4">"MP4"</a> Open Format: <a href="SV_A0010.ogg">"OGG"</a></p> </body></html>Like I said, the only thing not workingis the Flash version, a bit difficult for me to grasp without a full example.
  7. Hi, It seems like HTML5 is beginning to take off. I received the latest update of my HTML Editor (Coffeecup), which now seems to support HTML5. However, after reading thorugh the PDF document about HTML5 and CSS3 that came with it, and trying out a simple command, it does not seem to do what it promises at all. I used the <video></video> command to try and display a video on a web page and laid it out as follows: I obviously uploaded the video file to my server. However, when I tried to run that page, In IE8, I saw a link "Download this movie", and when I clicked on it, the film clip played externally. In Firefox, a square came up that showed the controls for a second and then they disappeared, only to leave me with a dark gray square with a faint, big X in the middle. In Google Chrome, a small portion of what looked like a "Play" button appeared, but nothing further happened. I know that not all browsers are fully ready for HTML5 yet, but I had expected a bit more from it, also, examples that some specialised sites put on display DO seem to work. Can anyone help me further in telling me whether my browser is at fault or whether my code is wrong? Thank you in advance.
  8. For a while now I have been experiencing something odd when surfing one particular site.This happens in all browsers I have tried (Google Chrome, Firefox and IE8):when I surf to http://www.kvo.be/, the site either loads very slowly, but more often than not, it loads only partly, or the taskbar just says "Loading", and a blank screen just stays up. Related to that site, there is also a forum, it has a different URL, but I think it is hosted on the same web space, the forum is at http://forums.xisto.com/no_longer_exists/, and on the forum, the same thing happens.I have asked a number of people, and according to them, everything runs normally, apart from one, who seems to be experiencing the same glitch.The funny thing is: although I am not aware of an IP ban or anything (they don't ban on a normal website anyway, sometimes they do on a forum, but that is not the case here), when I use a proxy, to have an anonymous IP address, both sites run fairly normally and I can surf the site and use the forum normally.Does that phenomenon ring any bells with anyone, or should the owners of the site/forum get in touch with their hosting company?Also: I have only began to experience that problem a few days ago.My ISP provides me with a dynamic IP address.Can anyone shed some light on this, please?Thank you in advance.
  9. Yes, hope you can be successful in doing this. At the risk of being flamed and being called impatient: be honest now, how long is it since the MyCents features have come to a standstill? I think everyone will agree when I say "far too long"?? My invoice has just gone off and I am still in credit, however, after next month, that will no longer be the case, I will still be above zero, but I will not have enough credit to keep my hosting going. I think this is really getting beyond a joke now! Come on, people, get this sorted, you don't want to lose a bunch of customers, do you?
  10. Thank you, web_designer.Although the crash was a one-off (touch wood), the link you sent me is still very handy to remember, because some days Firefox seems to run more stable than others.
  11. Hi truefusion,Thank you for your reply.The solution you suggested was not possible, when right-clicking, there is only "Run as Administrator", nothing like "Stop running as Administrator" or anything similar.However, your reply got me thinking, and when I went into Properties, the possibility was there under the "Compatibility" tab."Run as Administrator" was checked, but greyed out, but underneath was a button saying "Change settings for all users", and hey Presto, when I clicked it, the option came up not greyed out.So, thanks for putting my brain into gear.
  12. Hi,I have a small, though sometimes annoying problem.I was browsing in Firefox, and all of a sudden a window popped up (Firefox had probably crashed) which suggested to run Firefox as Administrator.I was busy with something else at the time (that is also why I don't remember the full details of how it happened, because I was only half paying attention), and because of that reason I clicked "Yes".What happens now is, of course, every time I start Firefox, the UAM prompt comes up, asking me if I want to allow Firefox to make changes to my system.Also, when I click on a hyperlink in an email now, it works, and I am sent to the place of that hyperlink, but a window pops up saying there was an error writing to the program.My question is:How can I undo running Firefox as administrator?I know I can move the slider in the Account section of the Control Panel, but then it won't give me a prompt for any program any longer, and I would like some security.So, has anyone got a solution as to how I can run Firefox in normal mode again?By the way, as the title says, I use Windows 7 Ultimate.Thank you in advance for any suggestions.
  13. Well, Simpleton,my ticket is not about MyCents, I do realise they probably get thousands of tickets about that.It is about things on my hosting that stopped working.And, TomCol, it is frustrating when you see how effective support used to be and what it has become nowadays, and, in case you were wondering, i always try to help where I can (even with my limited knowledge in certain areas) on the forum, just because I like to be helped myself, I try to help others when there are posts about problems I think I can help with.
  14. Point taken, simpleton.However, that is not really the way to go about things, is it?There are people relying on their MyCents credits, I am lucky I still have enough credit to last me for about 3 months, but not everyone is so fortunate.This also brings me to another point which concerns Xisto (slightly off-topic, but.....):Lately it has come to my attention that it takes an incredible long time for the Xisto team to reply to support tickets, I submitted a ticket about a cron job not working on 11 May, there was a reply on 14 May, the problem was not yet solved so, in a follow-up, I subbmitted some additional information and information about steps taken to diagnose and/or trying to solve the problem, it is 19 May today, not a single reply has been received, I can remember the times when things were quite different at Xisto.
  15. OK,maybe it is great to see, but the question is, when is it going to start working again?My credit has not changed for over a week now, even though I have submitted posts.The same for the limitation they (temporarily) put on our number of posts, I thought it was the intention to submit posts to earn credits, but that has been limited too.Well, I guess, it doesn't make much difference if your credits do not get updated anyway.
  16. I was wondering if this is a new feature too:It keeps saying above the Reply box:"You can make 25 more posts today".Why is that?I thought it was the intention to post in order to gather MyCents.Have they put a restriction on that now?
  17. In case someone is able to help me with this (the problem is, I don't know what is good or bad), here is the HiJackThis log file: Logfile of Trend Micro HijackThis v2.0.4Scan saved at 05:42:46, on 08/05/2010Platform: Windows 7 (WinNT 6.00.3504)MSIE: Internet Explorer v8.00 (8.00.7600.16385)Boot mode: NormalRunning processes:C:\Windows\system32\taskhost.exeC:\Windows\system32\Dwm.exeC:\Windows\Explorer.EXEC:\Program Files\Trusteer\Rapport\bin\RapportService.exeC:\Program Files\Logitech\Logitech WebCam Software\LWS.exeC:\Program Files\AVG\AVG9\avgtray.exeC:\Program Files\Syncrosoft\POS\H2O\cledx.exeC:\Program Files\Common Files\Java\Java Update\jusched.exeC:\Program Files\Pinnacle\Shared Files\Programs\USBTip\USBTip.exeC:\Program Files\HP\HP Software Update\hpwuschd2.exeC:\Windows\Samsung\PanelMgr\SSMMgr.exeC:\Program Files\UVC Video Camera\UVCSti.exeC:\Program Files\UVC Video Camera\EffectDir\UVCTray.exeC:\Windows\System32\DeltaIITray.exeC:\Program Files\iTunes\iTunesHelper.exeC:\Program Files\Nero\Nero 10\Nero BackItUp\NBAgent.exeC:\Program Files\Logitech\Logitech Vid\Vid.exeC:\Program Files\Windows Live\Messenger\msnmsgr.exeC:\Program Files\Spybot - Search & Destroy\TeaTimer.exeC:\Program Files\Smileycons\smileycons.exeC:\Program Files\WinSent Messenger\winsent.exeC:\Program Files\HP\Digital Imaging\bin\hpqtra08.exeC:\Program Files\FreePOPs\freepopsd.exeC:\Program Files\IVT Corporation\BlueSoleil\BlueSoleil.exeC:\Program Files\Common Files\Logishrd\LQCVFX\COCIManager.exeC:\Program Files\IVT Corporation\BlueSoleil\BlueSoleil VoIP Plugin.exeC:\Program Files\HP\Digital Imaging\bin\hpqSTE08.exeC:\Program Files\Yahoo!\Messenger\ymsgr_tray.exeC:\Program Files\HP\Digital Imaging\bin\hpqbam08.exeC:\Program Files\HP\Digital Imaging\bin\hpqgpc01.exeC:\Program Files\Lavasoft\Ad-Aware\AAWTray.exeC:\Program Files\Mozilla Firefox\firefox.exeC:\Program Files\Trend Micro\HiJackThis\HiJackThis.exeR1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = https://www.msn.com/en-ca/?ocid=NEFLS000 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://forums.xisto.com/no_longer_exists/ - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = https://www.msn.com/en-ca/?ocid=NEFLS000 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = https://www.msn.com/en-ca/?ocid=NEFLS000 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = https://www.msn.com/en-ca/?ocid=NEFLS000 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = https://www.msn.com/en-ca/?ocid=NEFLS000 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant = R0 - HKLM\Software\Microsoft\Internet Explorer\Search,CustomizeSearch = R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.localR0 - HKCU\Software\Microsoft\Internet Explorer\Toolbar,LinksFolderName = O2 - BHO: (no name) - {02478D38-C3F9-4efb-9B51-7695ECA05670} - (no file)O2 - BHO: HP Print Enhancer - {0347C33E-8762-4905-BF09-768834316C61} - C:\Program Files\HP\Digital Imaging\Smart Web Printing\hpswp_printenhancer.dllO2 - BHO: WormRadar.com IESiteBlocker.NavFilter - {3CA2F312-6F6E-4B53-A66E-4E65E497C8C0} - C:\Program Files\AVG\AVG9\avgssie.dllO2 - BHO: Spybot-S&D IE Protection - {53707962-6F74-2D53-2644-206D7942484F} - C:\PROGRA~1\SPYBOT~1\SDHelper.dllO2 - BHO: (no name) - {5C255C8A-E604-49b4-9D64-90988571CECB} - (no file)O2 - BHO: Windows Live ID Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:\Program Files\Common Files\Microsoft Shared\Windows Live\WindowsLiveLogin.dllO2 - BHO: Java(tm) Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files\Java\jre6\bin\jp2ssv.dllO2 - BHO: Bandoo IE Plugin - {EB5CEE80-030A-4ED8-8E20-454E9C68380F} - C:\Program Files\Bandoo\Plugins\IE\ieplugin.dllO2 - BHO: HP Smart BHO Class - {FFFFFFFF-CF4E-4F2B-BDC2-0E72E116A856} - C:\Program Files\HP\Digital Imaging\Smart Web Printing\hpswp_BHO.dllO4 - HKLM\..\Run: [LogitechQuickCamRibbon] "C:\Program Files\Logitech\Logitech WebCam Software\LWS.exe" /hideO4 - HKLM\..\Run: [AVG9_TRAY] C:\PROGRA~1\AVG\AVG9\avgtray.exeO4 - HKLM\..\Run: [H2O] C:\Program Files\SyncroSoft\Pos\H2O\cledx.exeO4 - HKLM\..\Run: [sunJavaUpdateSched] "C:\Program Files\Common Files\Java\Java Update\jusched.exe"O4 - HKLM\..\Run: [uSBToolTip] C:\PROGRA~1\Pinnacle\SHARED~1\Programs\USBTip\USBTip.exeO4 - HKLM\..\Run: [hpqSRMon] C:\Program Files\HP\Digital Imaging\bin\hpqSRMon.exeO4 - HKLM\..\Run: [HP Software Update] C:\Program Files\HP\HP Software Update\HPWuSchd2.exeO4 - HKLM\..\Run: [samsung PanelMgr] C:\Windows\Samsung\PanelMgr\SSMMgr.exe /autorunO4 - HKLM\..\Run: [uVCSti] "C:\Program Files\UVC Video Camera\UVCSti.exe"O4 - HKLM\..\Run: [RunUVC] "C:\Program Files\UVC Video Camera\EffectDir\UVCtray.exe"O4 - HKLM\..\Run: [M-Audio Taskbar Icon] C:\Windows\system32\DeltaIITray.exeO4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\QTTask.exe" -atboottimeO4 - HKLM\..\Run: [iTunesHelper] "C:\Program Files\iTunes\iTunesHelper.exe"O4 - HKLM\..\Run: [AdobeAAMUpdater-1.0] "C:\Program Files\Common Files\Adobe\OOBE\PDApp\UWA\UpdaterStartupUtility.exe"O4 - HKLM\..\Run: [switchBoard] C:\Program Files\Common Files\Adobe\SwitchBoard\SwitchBoard.exeO4 - HKLM\..\Run: [AdobeCS5ServiceManager] "C:\Program Files\Common Files\Adobe\CS5ServiceManager\CS5ServiceManager.exe" -launchedbyloginO4 - HKLM\..\Run: [NBAgent] "C:\Program Files\Nero\Nero 10\Nero BackItUp\NBAgent.exe" /WinStartO4 - HKCU\..\Run: [Logitech Vid] "C:\Program Files\Logitech\Logitech Vid\vid.exe" -bootmodeO4 - HKCU\..\Run: [msnmsgr] "C:\Program Files\Windows Live\Messenger\msnmsgr.exe" /backgroundO4 - HKCU\..\Run: [spybotSD TeaTimer] C:\Program Files\Spybot - Search & Destroy\TeaTimer.exeO4 - HKCU\..\Run: [Messenger (Yahoo!)] "C:\PROGRA~1\Yahoo!\MESSEN~1\YahooMessenger.exe" -quietO4 - HKCU\..\Run: [smileycons] C:\Program Files\Smileycons\smileycons.exeO4 - HKCU\..\Run: [WinSent Messenger] "C:\Program Files\WinSent Messenger\winsent.exe"O4 - HKUS\S-1-5-19\..\Run: [sidebar] %ProgramFiles%\Windows Sidebar\Sidebar.exe /autoRun (User 'LOCAL SERVICE')O4 - HKUS\S-1-5-19\..\RunOnce: [mctadmin] C:\Windows\System32\mctadmin.exe (User 'LOCAL SERVICE')O4 - HKUS\S-1-5-20\..\Run: [sidebar] %ProgramFiles%\Windows Sidebar\Sidebar.exe /autoRun (User 'NETWORK SERVICE')O4 - HKUS\S-1-5-20\..\RunOnce: [mctadmin] C:\Windows\System32\mctadmin.exe (User 'NETWORK SERVICE')O4 - Startup: FreePOPs.lnk = C:\Program Files\FreePOPs\freepopsd.exeO4 - Global Startup: BlueSoleil.lnk = C:\Program Files\IVT Corporation\BlueSoleil\gprs.exeO4 - Global Startup: HP Digital Imaging Monitor.lnk = C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exeO8 - Extra context menu item: Append Link Target to Existing PDF - re http://forums.xisto.com/ Files\Common Files\Adobe\Acrobat\ActiveX\AcroIEFavClient.dll/AcroIEAppendSelLinks.htmlO8 - Extra context menu item: E&xport to Microsoft Excel - re http://forums.xisto.com/O9 - Extra button: Blog This - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files\Windows Live\Writer\WriterBrowserExtension.dllO9 - Extra 'Tools' menuitem: &Blog This in Windows Live Writer - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files\Windows Live\Writer\WriterBrowserExtension.dllO9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~1\MICROS~3\Office12\REFIEBAR.DLLO9 - Extra button: Show or hide HP Smart Web Printing - {DDE87865-83C5-48c4-8357-2F5B1AA84522} - C:\Program Files\HP\Digital Imaging\Smart Web Printing\hpswp_BHO.dllO9 - Extra button: (no name) - {DFB852A3-47F8-48C4-A200-58CAB36FD2A2} - C:\PROGRA~1\SPYBOT~1\SDHelper.dllO9 - Extra 'Tools' menuitem: Spybot - Search & Destroy Configuration - {DFB852A3-47F8-48C4-A200-58CAB36FD2A2} - C:\PROGRA~1\SPYBOT~1\SDHelper.dllO10 - Unknown file in Winsock LSP: c:\program files\common files\microsoft shared\windows live\wlidnsp.dllO10 - Unknown file in Winsock LSP: c:\program files\common files\microsoft shared\windows live\wlidnsp.dllO15 - Trusted Zone: http://forums.xisto.com/no_longer_exists/ - DPF: {0067DBFC-A752-458C-AE6E-B9C7E63D4824} (Device Detection) - http://forums.xisto.com/no_longer_exists/ - DPF: {8100D56A-5661-482C-BEE8-AFECE305D968} (Facebook Photo Uploader 5 Control) - http://forums.xisto.com/no_longer_exists/ - DPF: {8714912E-380D-11D5-B8AA-00D0B78F3D48} (Yahoo! Webcam Upload Wrapper) - http://forums.xisto.com/no_longer_exists/ - DPF: {A8F2B9BD-A6A0-486A-9744-18920D898429} (ScorchPlugin Class) - http://www.sibelius.com/errors/not_found.html - DPF: {D27CDB6E-AE6D-11CF-96B8-444553540000} (Shockwave Flash Object) - http://forums.xisto.com/no_longer_exists/ - DPF: {E2883E8F-472F-4FB0-9522-AC9BF37916A7} - http://forums.xisto.com/no_longer_exists/ - Protocol: linkscanner - {F274614C-63F8-47D5-A4D1-FBDDE494F8D1} - C:\Program Files\AVG\AVG9\avgpp.dllO18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:\Windows\system32\Skype4COM.dllO20 - AppInit_DLLs: avgrsstx.dll c:\progra~1\bandoo\bndhook.dll O21 - SSODL: GenericFilter - {c2888b90-56de-4f88-97d8-37029f2204f0} - C:\Program Files\Common Files\GenericFilter\GenericFilter.dllO23 - Service: Adobe LM Service - Adobe Systems - C:\Program Files\Common Files\Adobe Systems Shared\Service\Adobelmsvc.exeO23 - Service: Apple Mobile Device - Apple Inc. - C:\Program Files\Common Files\Apple\Mobile Device Support\AppleMobileDeviceService.exeO23 - Service: AVG Free E-mail Scanner (avg9emc) - AVG Technologies CZ, s.r.o. - C:\Program Files\AVG\AVG9\avgemc.exeO23 - Service: AVG Free WatchDog (avg9wd) - AVG Technologies CZ, s.r.o. - C:\Program Files\AVG\AVG9\avgwdsvc.exeO23 - Service: Bandoo Coordinator - Discordia Limited - C:\PROGRA~1\Bandoo\Bandoo.exeO23 - Service: BlueSoleil Hid Service - Unknown owner - C:\Program Files\IVT Corporation\BlueSoleil\BTNtService.exeO23 - Service: Bonjour Service - Apple Inc. - C:\Program Files\Bonjour\mDNSResponder.exeO23 - Service: iPod Service - Apple Inc. - C:\Program Files\iPod\bin\iPodService.exeO23 - Service: Lavasoft Ad-Aware Service - Lavasoft - C:\Program Files\Lavasoft\Ad-Aware\AAWService.exeO23 - Service: Process Monitor (LVPrcSrv) - Logitech Inc. - C:\Program Files\Common Files\LogiShrd\LVMVFM\LVPrcSrv.exeO23 - Service: @C:\Program Files\Nero\Update\NASvc.exe,-200 (NAUpdate) - Nero AG - C:\Program Files\Nero\Update\NASvc.exeO23 - Service: NVIDIA Display Driver Service (nvsvc) - NVIDIA Corporation - C:\Windows\system32\nvvsvc.exeO23 - Service: Rapport Management Service (RapportMgmtService) - Trusteer Ltd. - C:\Program Files\Trusteer\Rapport\bin\RapportMgmtService.exeO23 - Service: SBSD Security Center Service (SBSDWSCService) - Safer Networking Ltd. - C:\Program Files\Spybot - Search & Destroy\SDWinSec.exeO23 - Service: ServiceLayer - Nokia. - C:\Program Files\PC Connectivity Solution\ServiceLayer.exeO23 - Service: Start BT in service - Unknown owner - C:\Program Files\IVT Corporation\BlueSoleil\StartSkysolSvc.exeO23 - Service: SwitchBoard - Adobe Systems Incorporated - C:\Program Files\Common Files\Adobe\SwitchBoard\SwitchBoard.exe--End of file - 11372 bytes The thing is, I cleaned up with Spybot, with Ad-Aware, even in safe mode, but still Google links send me to advertising sites, and I still keep getting an error 90072EFE while trying to download Windows Updates.Could someone please help?Thank you so much. Notice from rvalkass: Added Code tags around the log file.
  18. Thanks, truefusion.However, HijackThis is a program that just lists the present settings, with no help on what is good or bad, and you have to be quite advanced in order to remove things safely.Another thing I noticed regarding my problem: it seems like Windows Update is not working properly either.By the way, I use Windows 7 Ultimate.
  19. Hi,for a few days now, something very annoying has been happening to me when surfing:When I type (In both Firefox and IE) a question in the Google search box, the google page opens with possible answers to my question, but when I click on one of the answers, most of the time, instead of being sent to the page on whose link I clicked, I get sent to advertising sites, or in the beat case, to ask.com, where my original question re-appears and, like on Google, yields a number of possible answers.Another thing that sometimes happens too is that, when I surf to a certain site, when the page opens, a new page opens automatically too, and yes, obviously, in that new window there is an advertising site opening.Is my machine being hijacked by spyware, or viruses?Every AVG virus scan comes back clear, I have ran Spybot Search and Destroy a number of times, and on one occasion quite a list of infections was removed, but after that, Spybot only found one, and that was cleared every time.Has anyone had any similar experiences?Can anyone advise me on how to fix this problem, as it is very annoying that I can't search in Google properly anymore?If anyone knows a remedy, please let me know, as this is driving me up the wall.Thank you in advance.
  20. It looks like I found the solution: it seems like every next film you put on your page, you simply have to add a number after the word 'player'. Hence: <div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div> becomes <div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player1", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div> and then for every subsequent film the number goes up by 1.
  21. Yes, that is a very cool program too. However, the things they both (Flowplayer and Moyea) have in common are that it is quite difficult to put two separate films on the same website (in a different player window, that is), and that the help files and tutorials are not very clear (some parts of it might as well have been written in Chinese).
  22. I know, sometimes you have to check the obvious first. But yes, I did upload all the necessary files.
  23. Can I have some help please? I use Flowplayer Media player on my website. I want to put more than one player on my page, using different film clips, obviously, the visitor to the site will not look at more than one at the same time. Now, the explanation about multiple players looks extremely complex to me, and I don't need any CSS stuff anyway, so why is it not working when I have <script src=http://vlaanderen-flanders.org.uk/flowplayer-3.1.4.min.js"></script> in my head tags and then the following within the <body></body> tags: <div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div> then some other media in between (not using flowplayer), and then: <div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div>the first video plays with no problem, but in the second one, all I get to see when I put the mouse over the place of the video is a yellow square, and in the status bar, I see the URL of my .flv file, when I click on the yellow square, a screen comes up offering me to download the .flv file. Can anyone tell me where my mistake is? Is there really no simpler way to put more than 1 film on a site than the one explained? Please help, the simplest solution will do. Thanks in advance.
  24. The problem is resolved now. Just like for routing my email to Google Apps, to change the URL, I didn't have to set the CNAME record at my domain provider's site, but in my own CPanel in the Simple DNS Editor. But thank you for your replies.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.