6,049 Topics

Member Avatar for
Member Avatar for J Greenie

This is the log. Thanks!!! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:20:06 AM, on 5/10/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16640) Boot mode: Safe mode Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Lavasoft\Ad-Aware 2007\aawservice.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\svchost.exe C:\Program Files\Trend Micro\HijackThis\HijackThis.exe R1 - …

Member Avatar for crunchie
0
207
Member Avatar for nnobakht

Hey guys, i have a XML file that i would like to validate using a XSD i have created. What is the best way to do that? i dont want to use C# (which is what the rest of the program which outputs the XML is wrriten in) is there …

0
77
Member Avatar for honkanen

I just finished installing Redhat 9 onto VMWare Workstation. I was able to install the VMWare tools but cannot seem to get into the x windows gui. I try to type in [B]startx[/B] but it returns with: [I](EE) Screen(s) found, but none have a usable configuration. Fatal server error: no …

Member Avatar for khess
0
163
Member Avatar for gibbygoo

I cleaned hundreds of nasties on this thing so far. (co workers son's laptop) I noticed that ctfmona.exe was running, so did a search and ran across this site. I did the combofix after running a scan with avg. So hopefully I am following procedure and am posting the contents …

Member Avatar for crunchie
0
279
Member Avatar for Nithya.G

iam having "users" as root node and some name as childnodes . how can i load that into dataset. xmlfile: [code=XML]<users> <gg>hgjhgs</gg> <nithya>ggsg</nithya> </users>[/code] i need to load it into a dataset . or i want to countthe childnodes

0
58
Member Avatar for dinilkarun

i am getting data from a database using VB and then parsing it onto an XML sheet. I find that i'm not able to put a string with number/space/any special characters as the first character for a node. Is there any way to escape this rule in XML? Please help

0
62
Member Avatar for YerayEnrique

Hi guys! Im writting to you cause for an "unknown reason" i've lost the file association that has to do with XML files on my Windows Vista, im talking about MSN Messenger saves convo's, now it opens them with Notepad which is VERY annoying since it lost the code. Does …

Member Avatar for scru
0
34
Member Avatar for Mithun.kamath

I am having a problem. I am trying to print the copyright symbol using echo command. But the copyright symbol should be placed in an xml tag. For instance this is my shell script code echo "<string>""3.15," © "Copyright 2008 My company Inc. All rights reserved.""</string>" when i copy this …

Member Avatar for anotheruser
0
99
Member Avatar for santoo

Hi, I have written a webservice and is working fine when tested usng a client application.Now I want to deploy my webservice on a server other than the development server.How can this be done.what are steps to be followed. thanks.

Member Avatar for ashleycameron
0
133
Member Avatar for neerajsharma

Hi! I'm Neeraj & my computer also was infected but now it's free from viruses. I don't have that Hijackthis. I've run Vundofix. exe & combofix.exe. But I think after executing combofix.exe some files are missing and that's why some application is not running. Even I downloaded Java 6 but …

Member Avatar for gerbil
0
165
Member Avatar for Nithya.G

iam having some elements in xmlfile , and i want to fill tat element's values in aspx file's dropdown. how to do. Ex: iam havin <font>Times New Roman</font> in xmlfile. now i should fill "timesNewRoman" in a dropdownlist . how to do.

Member Avatar for Nithya.G
0
76
Member Avatar for micksatana

hi, i'm really a newbie in xslt. i try to add string to a variable using concat (there is some how my xslt processor doesn't know string-join, but that's not the point here =P) this is some part of xml code [code=xml] <node0> <node1> <node1name>xxxx</node1name> <node2> <node3>01</node3> </node2> <node2> <node3>02</node3> …

Member Avatar for micksatana
0
1K
Member Avatar for nnobakht

Hey guys i have a xml file which looks like [CODE] <?xml version="1.0" ?> - <Booking> - <booking> - <required> <VoyageID>navid</VoyageID> <BookingNumber>omid</BookingNumber> <LoadPort>nariman</LoadPort> <DischargePort>mojedeh</DischargePort> </required> - <additional> <sepandar>sepandar</sepandar> <sepand>sepand</sepand> <manoucher>manoucher</manoucher> <nasrin>nasrin</nasrin> <homa>homa</homa> <parviz>parviz</parviz> <farhad>farhad</farhad> <giti>giti</giti> <marzbani>marzbani</marzbani> </additional> </booking> - <booking> - <required> <VoyageID>2</VoyageID> <BookingNumber>141</BookingNumber> <LoadPort>280</LoadPort> <DischargePort>419</DischargePort> </required> - <additional> <sepandar>558</sepandar> …

0
86
Member Avatar for Nithya.G

iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this …

Member Avatar for raj416
0
276
Member Avatar for fluffythebunny

I been seening ajax all over the place. The only time I have used is in the news feeds script I got from dynamic drive. The first question I have, is do you need to have a database dns sort of thing to be able to begin learning it. Where …

Member Avatar for KenK
0
116
Member Avatar for fluffythebunny

I am wanting to learn more about ajax. But I don't know if you need a database the server to be able to learn it. Since I don't have one of those. I am not sure if I should move on to something else. Where would be the best place …

Member Avatar for fluffythebunny
0
61
Member Avatar for karthikvela

Hi, Am new to scripting. :) Am trying to figure out whether can i use bash scripting to parse an xml file. Parsing is not just pulling out information according to the pattern but its more of a generic parsing. I should identify the xml hierarchy and pull of information. …

Member Avatar for eggi
0
110
Member Avatar for dinilkarun

Hi, I am trying to save a Vb form values to XML, I am able to write to a XML, but i am not able to append more pages. I am using the following code: ' Save the current values. Private Sub SaveValues() Dim xml_document As DOMDocument Dim values_node As …

0
148
Member Avatar for asadii

I want to write a project using netbeans ide 6.0 to read a xml file and display its fields to user then user changes some fields and program updates xml file.How can do this By JAXB and Marshal\Unmarshal Commands. thnks

Member Avatar for asadii
0
64
Member Avatar for jino

Hi all, I have created an rss xml file and hosted in my website.. I am getting the file when i am opening my site in Internet Explorer, but i am getting this error message when i open the same rss feed in Mozilla firefox.... XML Parsing Error: xml declaration …

Member Avatar for jino
0
385
Member Avatar for Archigos

Below is code that I'm using that essentially creates fake *.avi files and puts them in a directory structure so that they can be later added into a database. The whole purpose of this is to be able to index the files without the risk of screwing up the originals. …

0
35
Member Avatar for The Dude

I couldnt do this!! [url]http://www.vidiLife.com/flash/flvplayer.swf?xml=http%3A%2F%2Fwww%2EvidiLife%2Ecom%2Fmedia%2Fplay%5Fflash%5Fxml%2Ecfm%3Fid%3DC24D70E3%252D5E6C%252D4584%252DA9D8%252DA%26f%3Dflash8%26embed%3Dtrue[/url]

Member Avatar for kdoiron
1
105
Member Avatar for dianaDetroit

hello, i have similar problem. I can't do anything to my desktop and in addition there is a flash object o it that wont dissaper. Here is a hijackthis log file, please help. Logfile of HijackThis v1.99.1 Scan saved at 11:04:32 PM, on 4/30/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) …

Member Avatar for crunchie
0
162
Member Avatar for musicmancanora4

Hey guys with regards to <xsl:value-of select="Catalog/Product_Type/Name"> how would i put that in a <h1> html tag which is defined in my css file. [code]<h1><xsl:value-of select="Catalog/Product_Type/Name"></h1>[/code] i get errors in xalan when i do that? The results of the value-of select i want it to be in a different font …

0
96
Member Avatar for oleidole85

I'm using GSoap with soap spec 1.1 and connect to a webservice. Everything works fine until I call the weservice to do some work that takes 3 minutes. I get a soap error after 2 minutes and the error is not known. If have GSoap timeout set in the klient …

Member Avatar for oleidole85
0
53
Member Avatar for aashanugraha

how can i calll a crystal report from a java swing program? can u pls send the answer with an exampl what are the jar files to be down loaded? and the xml files?? thanks in advance

Member Avatar for jwenting
0
49
Member Avatar for sam aspin

Hi, can anybody shed any light on what I'm doing wrong here... I'm trying to acheive an XML that looks like the following: [code] <tshirt Name="Stussy NY Posse T-Shirt Yellow"> <variant size="small"> <productID>10</productID> <dimensions length="34" /> </variant> <variant size="medium"> <productID>11</productID> <dimensions length="45" /> </variant> <variant size="large"> <productID>12</productID> <dimensions length="50" /> …

0
70
Member Avatar for santoo

Hi, this is my xml fragment [B]<?xml version="1.0" encoding="ISO-8859-1"?> <Table xmlns="urn:UMS-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance/UMS_APP.xsd"> <Row> <APP_ID>skumar</APP_ID> <APP_NAME>1</APP_NAME> <APP_DESC>Sample test application 2</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>10</APP_ID> <APP_NAME>Test3</APP_NAME> <APP_DESC>sample test</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>11</APP_ID> <APP_NAME>Test4</APP_NAME> <ACTIVE>true</ACTIVE> </Row> </Table> [/B] this is the xsd schema file for validating the above xml [B]<?xml version="1.0" encoding="utf-8"?> <xs:schema …

0
86
Member Avatar for celia05es

Hello, I have a js function that calls a AJAX function. Then, if the return code is correct, another AJAX function is called. It works perfectly with Mozilla but I am having a problem with Explorer... the 2nd AJAX call is not performed!!! I have put an alarm after the …

Member Avatar for digital-ether
0
164
Member Avatar for tubatsimoloi

Hi everyone, My name is Tumelo. I live in Pretoria, South Africa. I'm a certified Microsoft Professional, and currently working as a network controller in a very small business. The reason why i joined this community is because i want to know about what other IT professional s do in …

Member Avatar for zandiago
0
213
Member Avatar for eranga262154

Hi all, Here is the structure of my XML file. [CODE]<?xml version="1.0"?> <data> <key>468</key> <name>pal</name> <option>10</option> </data>[/CODE] I want to read the option tag value, then increment it by 4 and write it to the same location. So at the end XML file content like this. [CODE]<?xml version="1.0"?> <data> <key>468</key> …

Member Avatar for eranga262154
0
111
Member Avatar for lech0030

Hello, I have this very simple batch file that contains one command: xsltproc -o output.html stylesheet.xsl input.xml When I double-click the batch file, everything works fine. However, the batch file doesn't work when I execute it from my vb.net application: [code=vb.net] Dim p As New System.Diagnostics.Process p.StartInfo.FileName = "[I]path[/I]\go.bat" p.Start() …

Member Avatar for Jx_Man
0
279
Member Avatar for manojkumar2004

Hi all, instead of using the web service(soap calls).... I want to write some c# implementation of the wsdl file... any idea how to proceed ??

Member Avatar for tgreer
0
76
Member Avatar for bala24

Hi, I have this data in the database and pre-defined template slides on the web server. What I need to do is to get the data from the database and to create a ppt from the available slides by populating content in them. Can anyone suggest me how this can …

Member Avatar for bala24
0
104
Member Avatar for atplerry

i am currently doing a wap site for a university project and i just wanted to know how to connect my site to my to a database basically SQL server, i understand that this may be a simple problem to solve, i am just unsure as to how i can …

0
90
Member Avatar for hacker9801

Hey all. I'm making an online game. It uses XML maps, and I was wondering... what's the best way to transfer an XML file over a socket? I want my server to send an XML map whenever it's requested, but I dunno how I'd get the xml from the other …

Member Avatar for Salem
0
161
Member Avatar for JiggyMF

I have the following problem. [I]Some misc info about the project:[/I] I send a request to one of our customer's webservice, which replies me with an XML document. Using this XML document i generate a simple report. This report is generated in HTML, we have chosen not to use crystal …

0
68
Member Avatar for Texpert

Hi, I am developing this app using ASP.NET 2.0, SQL Server 2005 express and VS 2005 express edition. All I am trying to do is use Login Web controls provided in ASP.NET 2.0 for my user login pages. When I go to ASP.NET configuration and click on Security tab I …

Member Avatar for majestic0110
0
181
Member Avatar for metalx1000

I'm new to Python and even new it GUI with Python. I'm using Glade to create my GUI. My problem is that when I click a button in My GUI inter face the GUI freezes until the process is complete. I'm been told that I need to use "threading" to …

Member Avatar for metalx1000
0
208
Member Avatar for abz258

I am making an online portfolio/social community. My. Index page is going to be a flash interface, just like this[URL="http://www.airtightinteractive.com/projects/tiltviewer/app/"] link[/URL] but the problem is that I want create a script that overtime a user upload or change their profile image, it generate an xml code so the flash can …

Member Avatar for Fungus1487
0
71
Member Avatar for SAMSEIED

Hi I have no clue why I am not able to color the <p> </p> portion of this website. This code: p { Color: red;} should make all paragrahps red color, but I have no clue why it does not work Here is the entire code below: [code=HTML]<!DOCTYPE html PUBLIC …

Member Avatar for MidiMagic
0
177
Member Avatar for irtiza

Hey Guys.....I am new in web development and this was supposed to be my first Servlet but I am getting java.lang.ClassNotFoundException: servlets.HelloWorldServlet Now in my Apache tomcat folder C:\apache-tomcat-6.0.16\webapps\ServletExamples I have the WEB-INF folder.....which has the web.xml.... Web.xml is something like this... [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee …

Member Avatar for sinan.yumak
0
104
Member Avatar for gerardo1976

Hi, I'm trying to understand why my pc is running slow. I've already checked for viruses with avg 7.5 and spybot, with no virus found. I'll post a hilackthis to see if someone could find something wrong with my register, etc. I'm not confident enough to remove things from my …

0
61
Member Avatar for kanjali

HI, I need to append new tags to the existing xml document. PLease review this code , string txt = TextBox1.Text.ToString(); XmlDocument doc= new XmlDocument(); doc.LoadXml(txt); XmlElement el = doc.CreateElement("property1"); el.SetAttribute("name1", "C1"); el.InnerText = "This row is being appended to the end of the document."; doc.DocumentElement.AppendChild(el); doc.Save(txt); This code will …

0
108
Member Avatar for Islandstone

I'm having trouble running my compiled program on other computers. The script is a wxPython GUI app that creates a task bar icon. The script works perfectly on my computer both standard, in the pdb and compiled. But on two other computers it gave two different errors. The first one …

Member Avatar for Islandstone
0
328
Member Avatar for eee25

Hi, We have to migrate W2K3 64-bit from W2K and it seems SQL Server 2000 (32-bit) XML services is not working on 64-bit OS. The url is something like that: [url]http://64bitserverIIS/APPL/TEMPLATE/userList.xml[/url] The error message is herebelow in IE: %1 is not a valid Win32 application. I could not find the …

Member Avatar for eee25
0
129
Member Avatar for loboman

April 13, 2008 I have a web-site that is a Google Map mash-up and I place my markers by listing them in the body right after the map loads (in a load function). I convert my data from a spreadsheet to xml and then use a program to write the …

Member Avatar for ~s.o.s~
0
122
Member Avatar for shaikh_mshariq

Hello To Every One I have transformed xml document using servlet now i need to know how can i transform xml document using jstl. I have found this code very often but it doesn't work with a relative or absolute url. I need to pass parameters dynamically. [CODE]<c:import var="xml" url="<%=xmlFile%>" …

Member Avatar for jwenting
0
135
Member Avatar for nishanthaMe

Hi all I am running a chat server on port 5222 at localhost and it accepts xml from the clients. So I am going to develop my chat clients using javascripts hence I would like to know, how I connect to specific port at localhost and sending xml to the …

Member Avatar for plazmo
0
114
Member Avatar for gops

public class myMutableTreeNode extends DefaultMutableTreeNode { // tree nodes rendered as JTable } public myWin extends Jframe() { // constructor top = new myMutableTreeNode(); jTree1=new JTree(top); .................................. // nodes are added to tree and rendered as jtable // On “save” menu option, I want to save this Jtree1 using XML …

0
59

The End.