Top Solutions

Tags:Google Maps API, XHTML, XML

Building on this question:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23531323.html

Visit this page and you will see that Google says the driving distance is 237 miles...

Tags:element, xml, xmltextreader, attribute, string

Simple Question, but need it quickly.  My server application receives an xml string which I am trying
to read using XmlTextReader.  I am having a problem getting it to recognize an attribute and retrieving the data.
This is the latest I have...

Tags:count, xsl, xslt

I am writing a simple report given an XML file that is a fax log.  In each fax, there is a job code, and I want to give a summary of counts by job code.  I cannot figure out how to write that -- all I can manage is a total for all faxes.
...

Tags:xml, php, mysql

How can I make this xml feed pass validation.

http://beta.wwbn.com/xml1.php

Im not familiar with this so if anyone can help it would be great.

http://www.validome.org/xml/validate/

Tags:Microsoft, Visual Basic, vb6

Hi.
I have a VB6 function that takes an XML file and an XSD file as input parameters, (see code below: source:- http://www.nonhostile.com/howto-validate-xml-xsd-in-vb6.asp).

The function validates the XML file using the XSD and returns a...

I have an XML in the form of
<feedback>
    <fb_info>
        <fb_id>27006971</fb_id>
    </fb_info>
    <fb_responses>
        <fb_input_approve>
            <res_id>123</res_id>
        </fb_input_approve>
        <fb_response>
      ...

Tags:jquery, firefox

I am new to jquery and I have some code from a friend..

I want to add a criteria to the code below to accommodate

$(this)).attr("value")=="UnitedStates")

and

$(this)).attr("value")=="Canada")

a basic if then statement.

Thanks
...

Tags:WCF Services.

I have a requirement to build a wcf service which accepts large xml data as input and do the process of the bill and return xml with the processed data back to the called client.But when i am doing this thing i am getting a problem like the...

Tags:vbscript, date, modified, last, files

I have a VBScript that ive been working with , its shy of what I'd like to accomplish .  I would like to be able to specify in the .ini to only output files last modified after a particular date or not modified within x amount of days.  This...

Tags:SOAP, XML, PHP

Hi,

I'm trying to post SOAP request through curl but I'm getting "soapenv:Server.userExceptionorg.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.sibank1"....

Tags:vba, soap, xml, send

Hallo,

I would like to send a XML (subscribe.xml - see below) file to a WSDL using VBA in ACCESS 2007.
An username and password must be used
The WSDL replies with a XML file (see below)
Can you help me create this code?

Thanks, Marion
...

Tags:between, differnece, xsl, xslt, vs

A newbie here :o)

What is the differnece between XSL and XSLT - I know that XSLT is a subset language of XSL but am otherwise confused...

What would the following be:

<xsl:stylesheet version="1.0"...

 While parsing my WSDL I am getting the following error

    The prefix "wsdl" for element "wsdl:definitions" is not bound


Can someone please let me know the reason for the same.

Thank you

Tags:curl, soap

Hi, I am sending xml using cURL and today I ran into SOAP requirement for the first time. rather then implement something like nuSOAP and save myself some time. Is there any way to add the SOAP Elements using cURL.  Below is the soap header...

Tags:insert, image, xsl, img

Hi,
I'm trying to insert an image using xsl and grabbing the source from an xml document

<xsl:for-each select="Customers/Customer/Product">
   <img>
      <xsl:attribute name="SRC">
         <xsl:value-of select="Picture"/>
     ...

Tags:excel, query, command, change, parameter

Hello all.  I need to know if there is a way to dynamically pass a parameter value to the command text box in the "Edit OLE DB Query" window of Excel 2003 (working with SQL Server 2005 data).  This would NOT be using the Microsoft Query window...

Tags:xml, slash, forward

Hi,

I wonder how I encode a forward slash in xml.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  <Colors>
    <Color>black/white</Color>
  </Colors>

Thanks in advance!

Tags:xml, file, read, vb, script

Hi..All

 i have a  XML File Formate is

<Person>
<uid>501126729
<sn>Goyal</sn>
<givenname>Amit</givenname>
<initials></initials>
<uid>501126729</uid>
<mail>goyal.amit@aa.com</mail>
</uid>
<uid>500782504
<sn>Sakamuri</sn>...

Tags:Windows7 MSXML

I am trying to to figure out if MSXML 6.0 SP2 will run, or even install on Windows 7.

Does any know?  How can I find out what version (if any) will run under Windows 7?

I have seen it mentioned elsewhere on the web, that MSXML is...

Tags:VBA, Access, Infopath, MSXML2, DOMDocument

Hello Experts,

From within an existing Access form  and using VBA, I need to be able to modify and save data in an Infopath xml form.  From what I have researched so far, I think I should be able to programmatically load an xml document and...

Tags:VB Script, XMLDOM

I'm trying to write a script that will look at a XML file and check to see if an Element exists.  If it does exist then it looks at the child nodes to return the text of each of them.  Whenever I run the script though I get an error:

Line: 6...

Tags:excel, autofit, xsl

I have been surfing and hacking and I am definitly not a XML or XSL guy :(
What I need is the ability to make the column widths "AutoFitWidth"  -
Problem is I will never know how many columns there are or there names ahead of time!
Currently...

Tags:MSXML SERVER 2008

Hi!

Is there a way to install MSXML 4 & 6 on a server 2008 R2 with a 64 bit intel CPU?
Any ideas would be appreciated.

Tags:xml, escape, characters, special, file

Hi,
I am converting email files using PERL to xml file.
I escaped those special characters like <|>|&|"|' but I see there are other characters like foreign langagues.

How can I take care of this?
I tried  inserting them into the CDATA but...

Tags:encoding, xmlhttp

Hello all, ive been having strange problems using XMTHTTP to send XML messages to a server and back.  I have a page encoded in UTF-8:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

And my XML messages are UTF-8 encoded:...

Tags:xml, csv, convert, pipe, file

I am working with large xml files (ranging from 100mb to 1GB+), thus it is not really possible to load them into memory.. and the goal is to convert these files to a csv format, but pipe (|) delimited.


The XML file looks like this;


 ...

Good evening,

What is the equivalent of >= or <= in XSLT?  I have the following, but the syntax is bad:

<xsl:for-each select="products/product[category = 'Food' and Price <= 100]">

I can't find the answer from just Googling around. ...

i write a perl code as a web service client using SOAP::Lite, it works fine in most cases.
When the server throw out the messege: "There is an error in XML document (1, 431)"
and the inner explanation is "Input string was not in a correct...

Tags:actionscript, xml, Flash, Excel

Dear Experts,

I need to save data columns data from excel as the attached picture shows, to XML file, please Notice that I do not have an XML scheme, so how can I save it to XML file which will present the columns, each columns header and...

Tags:.NET, XML, XSLT

How can I decode this XSLT .. I got it from SharePoint. I need to figure a way to change the styles on this. How can I see the XSLT transformation to see the HTML structure coming out.


<WebPartPages:XsltListViewWebPart runat="server"...

Tags:invalid, character, found, text, error

The actual XML file
http://www.thevfamily.com/news/yh_xml/iraq.xml

ASP Link
http://www.thevfamily.com/news/?cat=iraq

I am just toying with XML and RSS Feeds.  The majority of this ASP is from a moreover RSS example I found a while back. ...

Tags:Microsoft, C#, DataSet WriteXML Method

I am trying to output a strongly typed dataset using the internal dataset.writexml method. The xml that is output is not valid because the root element is defined as "NewDataSet". Is there a way to write a dataset without the 'newDataSet' root...

Tags:html, xml, xslt, convert, using

Dear Fellow XML Developers:

I am trying to convert the following html code:

<html>

<hr>

  <p><em><a name="001.001.001"><small><font face="Verdana">Volume
  1, Book 1, Number 1:</font></small></a></em> </p>

  <blockquote>
   ...

Tags:MSXML, Internet Explorer 8, Exchange Web Service, Visual Basic

The following VB6 code works on some Windows XP computers, but not others. It worked fine with IE6 & IE7, but stops working in IE8 for about 70% of the computers tested.

Note: The Microsft XML, v6.0 (msxml6.dll) file is referenced.

 

On...

Tags:C#, Array, XML, Deserialization

I am working on adding a program interface with an XML API. I have constructed classes for each of the XML files the program returns and I am deserializing the XML to these custom objects for use elsewhere in the program. However, the program...

Tags:sharepoint, xml, export

I need help creating a script to pull specific data from a MS SharePoint list when requested via HTTP (Msxml2.ServerXMLHTTP).

I do not think I can use owssvr.dll directly, because the list contains sensitive information that I do NOT want to...

Tags:C#, Web service

I need my web service to log the SOAP/XML information into a flat file. Since the web service can be consumed by a third party, I cannot put the soap extension on the client.

How can I make the web service log the SOAP Request/Response? Do I...

Tags:vba, xml, parse, file

Hi,
I'm trying to load an Excel Worksheet with a bunch of info that resides in an xml file. the xml file is in the same path as the workbook and it's called "sample.xml". I haven't used any xml parser libraries in VBA so any help would be...

Tags:xml, convert, rss, file, url

I have a url of an RSS Feed and would like to get it on my computer in the format of an XML file.  How do you go about doing this?

Thanks

Tags:Apache, Apache FOP, 0.94

We are having problems with Apache FOP with respect to borders. If we try to have any borders around our tables. Apache FOP puts borders around every element that might be interprested as a cell. The result is what looks like an excel grid...

Tags:XSL, All

Could somebody please check this xsl sheet and tell me why I'm getting an error please?  I can't see what's wrong with it.

"The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML...

Tags:xml enum C#

Hi,

I am new to XML and am trying to figure out how to deserialize enums in my project.  I have a class called Town.  I have a static class with enumerators describing the town - has a Hospital, Professional sports team, etc.)  called...

Tags:literal, string, expected

Please excuse my ignorance, but I am new to XML.  I am trying to design a selling app using the eBay API, ASP, and XML.  I downloaded some sample code which is supposed to work out of the box, but I get an error which is:

The XML page cannot...

Tags:tomcat, download, free

i am deeloping a telephony system using voicent application. this application suports many programming laguage such as jaa, c++ c# etc. i am trying to develop a java application swhich i have to compile on a tomcat sever and run it to play the...

Tags:is an unexpected token. Expecting white space. Line 13, position 24.

Good Morning,
I am getting a is an unexpected token. Expecting white space. Line 13, position 24.
error  in my Web.config file.

I am attacning the code.

Thanks for help.  

An error occurred during the processing of a configuration file...

Tags:xml, oracle, file, insert

I am very new to XML and I have been reading lots of material related to parsing an XML file to insert data into an Oracle database (10g) ...but I'm not sure how to handle my current stumbling block.  I've found several 'close' references to...

Tags:office, mac, xml, excel

Hi all,

Hopefully I'm blind because I can't see an obvious way of importing an XML file into Excel 2009 for Mac.

In Excel 2003/2007 for Windows it's easy but not in Excel 2008 for Mac.

Can anyone help?  The XML file is a .GPX file from...

Tags:selectsinglenode, attribute, multiple

<DATA>
 <COMMENT>
  <ITEM NAME="guid" VALUE="{B37C9F3F-EFC1-42EB-9980-E5676C28020F}"/>
  <ITEM NAME="name" VALUE="Kancil Killer"/>
</COMMENT>
<COMMENT>
  <ITEM NAME="guid" VALUE="{B37C9F3F-EFC1-42EB-9980-E5676C28020F}"/>
  <ITEM...

Tags:XML, Error: -2146697208 The download of the specified resource has failed.

I am sending multiple XML requests to another server and at some point (which differs every time I run it), I will get "Error: -2146697208 The download of the specified resource has failed."  I have XML requests stored in a database and am using...

Tags:php, xml, rss

Hello,

I've come across some xml tags which have thrown me off a bit. They look like this:

<media:category label="Tags">Football, Soccer, Sports</media:category>

Now, my php code which turns everything into an array like so:

 
...

Tags:XML, DLL Resources, Multi-Image Printing

Hello Experts

The Windows Picture and Fax Viewer runs from the "Preview" or "Open" command for image file types:
rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1

When I "Preview" an image in the Windows XP (SP3 with...

I have given my code below.


Here is My XML

<Gross>
    <Amount Currency="USD">100</Amount>
<Gross>

My class is :

Class Gross{
    protected AmountType amount;
    //setters and getters for the above property
}

class...

Hello,

I have many sites in google reader. can I import them or move to windows live mail Rss feeds ?

Please help , thanks .

Tags:vbscript, xml, node

Hi

I got this xml script which I use in an activex vbscript on my ms sql server.

set xml = CreateObject("Msxml2.DomDocument")
    xml.async = false
    xml.SetProperty "ServerHTTPRequest", true
          xml.load sLink
Set NodeList =...

Tags:xml, Google Maps API, Markercluster, javascript

Hi, I'm trying to setup a google map with MarkerClusterer, the demo version on their site
markercluster example uses data from a json file, but I have my data stored in xml file.

I can get the data using the normal google maps method like...

Tags:xml, php

I need to run a php file that will open an xml file, search and replace text, then save the file. How would I go about this.

Tags:Error: There are no global element in the schema that can be the root.Please import from another file

Hello,
I've been trying to import a source definition using an XSD file that has been supplied to me.However when I try to import it, I am getting an error stating "Error: There are no global element in the schema that can be the root.Please...

Tags:usps, name

Experts..

I am down to the last piece of developing my online store.  I need to calculate shipping.  I have registered with USPS in order to use their free service to receive rate information.

Rate information must be sent in the form of an...

Tags:xml, invalid, characters

Hi all,

I am developing an application using XML to talk with legacy backend (mainframe), some old mainframe application may use some invalid characters (e.g. low value x'00') such that when these characters are exist in the tag value, the xml...

Tags:error, 80072f8f, 2147012721

A "msxml3.dll error '80072f8f' (System error: -2147012721)" error was returned when the codes below was run.

It has been working for a long while, but the above problem just surfaced.

AN EXTRACT OF CODES
<%
      strURL = strURL & "&fname=" &...

Tags:XML, C#, WinForm, Text Display, Read/Write XML

my application is using an XML file to store it configuration information and I am storing the location of that XML within the app.config file via this code:

<configuration>
  <appSettings>
    <add key="ConfigFileName"...

Tags:SharePoint 2010, InfoPath 2010, Nintex Workflow 2010

I am running a workflow with an action to request data from users. The users have to enter data via an infopath form. In this form I want to display data from the list items which the workflow is running on. To design workflows I am using 'Nintex...

Tags:applicationaccesschecks, child, element, get, name

Hi,

I've written an app that dumps COM+ configuration information to an XML file.

Here's a portion of the XML file.

<applications>
  <application>
    <name>XkJlCrdGeneral</name>
    <description />
   ...

Tags:Microsoft Excel

I'm making an XML file from some data in an excel spreadsheet. I'm using a VBA macro to do it. I basically build a big string called XMLFileText by tacking on the various values of different cells. I use the [CDATA ... ]] operator in XML so that...

How do you iterate through all the content controls?  I have a document with several RichText content controls but the process is not finding all the content controls within the document.  It appears that it is only finding content controls that...

So now I'm trying to use this MarkerClusterer with my google map.

but I'm not sure where I'm off, the js console is not giving me any errors. Attached is my code var markerCluster



Tags:cannot, value, parameter

The param the web service host is complainnig about is definately present in the call (I debugged the client script which calls the Ws- and sure enough the string param can be seen in the soap:body section of the SOAP request). For some weird...

Hi, I know C#, but not VB.  
How do I create the equivalent C# script for this VB Syntax?

Set xml Server.CreateObject("MSXML2.ServerXMLHTTP")

Thanks

complete function is here. but I can do the rest out, once I get the correct Objects....

Tags:Oracle PL/SQL

I want to retrieve data for 4 fields along with column name from Oracle table and create XML file. I use oracle 9i. How do I do that in PL/SQL procedure? A sample code would be appriciated.

Table Name: Check_Data
Columns: Payment_Date,...

Tags:vbscript

Hello,

I want to write a function that initially will print out values of my xml file. I only want to print a certain part of the document so I use a selectNodes() call with some xpath syntax that maybe incorrect. Here is my xml document...

Tags:Delphi, XML, ClientDataset, XMLTransformProvider

I have an simple XML file with 2 fields - Name and  Value.  I am looking to use this XML file like a database table i.e. locate values based on name, and update values based on name as well.  I have code that does all of this using a...

Tags:html, jasper, report

Hi experts,

I have a HTML code that is coming from the database of my application, it is rendering HTML tags in the PDF report. The HTML consists of valid tags. How to properly parse and export PDF report without HTML tags being displayed. At...

Tags:xml, format, date

I need to format the date in an XML Response. It is returned in the following format YYYYMMDD, and I'd like to have it display as MM/DD/YYYY.

I have the following code in place in the XSL file, and if I replace

value-of...

Tags:xml schema, Schema XSD

Hi, I'm running into a snag implementing foreign keys in my XML schema.

Here's a bare-bones version of my XML:

<?xml version="1.0" encoding="UTF-8"?>

<test

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...

Tags:flash AS2

I have populated a comboBox dynamilcally from an xml file. When a user selects an item from the comboBox, I want to search the XML nodes to the node that has the node vlaue "a name" and retrieve all the attributes of that node.  For example, if...

Tags:c#, xml, linq, xmldocument, xmlelement

I have an XML file that I'm trying to load into a Class I have. Those who saw the Class Nesting question I posed earlier will recognise the code.
Anyway I am able to create the XML file from the data held in the class without too much problem....

Tags:selectsinglenode, asp, xpath, classic

Issue is that selectSingleNode returns an answer only if the item I am searching for is the first child.
For example, if I want to know what county "CHARLOTTE" is in, it tells me "MECKLENBURG".
If I ask it what county "CORNELIUS" is in, it...

Tags:2007, excel, xml, save

In MS Excel 2007, how can I take a list (of one or more columns) and save it as an XML file?

Tags:Google Maps API, XHTML, XML

I would like to determine the driving distance between two locations.  I have a vague sense that I might be able to do this with Google Maps API.

I have used zipcode-based geolocation algorithms and determined that the distance between...

Tags:java, xml, ksoap2, ksoap, XmlPullParserException

I am writing a java program to test out the ksoap2 library for use in an android application. It reads in a file as a byte array and then sends it off to my WCF service to be stored as a file. From a standard c# client it works fine, and I had a...

Tags:resolve, cannot, name

Hello experts,
 
   This is actually a follow up question of:
 http://www.experts-exchange.com/Web/Web_Languages/XML/Q_21851472.html

  I am trying to create a schema with concrete type derived from some AbstractType in another xsd.

 The...

Tags:file, java, xml, convert, text

Hello,
I Have written this code in Java Swing, to convert XML-file to Text-file, but I get just an empty text file, why? could you please help me with that!! it is very urgent !!!!!!!!!!!!!!
import javax.swing.*;
import java.io.*;
import...

Tags:xsd, comments

I am creating a simple XSD, and need to add descriptions to the elements.  I've seen that the "official" way is to add an <xs:annotation> to the element and then add a <xs:documentation>, but that seems like a lot of wasted work to simply add a...

Tags:xml, infopath, web service

I have an Infopath webservice data connection that returns a filtered table based upon three parameters; Tablename, Columnname and Searchvalue.  I think I figured out how execute this data connection from the Microsoft.Office.Infopath...

Quick question: How do I take the dynamic variables on my page, and load them into a Flash Player (SWFObject)?

Now, the long version with all the details of what I'm trying to do:


The JW Player...

Tags:declaration, find, element, cannot, xml

I have some xml that s not validating. It returns the following error:

Cannot find the declaration of element 'soap:Envelope'

I've tried stripping out all the xml I can and it still returns the same error.
Here is the basic xml I have:
...

Tags:rename, node, renamenode, xmlnode

I'm trying to figure out the best way to rename an element and all of its children. For example, I would like to prepend or append arbitrary text to distinguish the node (and its children) for use in a DataSet. The code below is in .NET. The...

Tags:XDB, XML Schema, XSD

I am trying to register six (6) schemas in Oracle XDB.  Five have the same tartgetNamespace="urn:us:gov:ic:doc", 1 being the parent and 4 children (includes).  The sixth is an import with its targetNamespace="urn:us:gov:ic:sec" .

Now the...

Tags:XML Java

Hi,

I am sorting a xml using xslt.

It worked fine when my input xml file was in UTF-8 encoding as it has russian charaters.

Now I am trying to transform it without UTF-8 as in my original scenario.
I got the sample file from the source...

Tags:xmlnodelist, sort

I create XMLNodeList from follow nodes:

- <Object Type="0" Left="25" Top="60" Width="84.7" Height="15" StyleID="s3"> </Object>
- <Object Type="3" Left="120" Top="75" Width="250" Height="15" StyleID="s2"> </Object>
- <Object Type="0"...

Tags:XPath

Hi,

I need some help using XPath to retrieve data from an XML file.  A shortened example of the XML is below:

<Date>
  <Year>2008</Year>
  <Month>02</Month>
  <Day>01</Day>
</Date>

I am using VB.NET to execute the XPath, so it will...

hi guys

I have this xml file .

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
                                  ...

Tags:excel, xml, convert, xsl

I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel.

thanks

Tags:xml, asp.net, Reference to undeclared entity 'nbsp'

Hi,
I have inherited some ASP.net code which takes text from textboxes and reads it in to a DB as XML.
Everything is fine when the text is "clean".  However, if I insert "&nbsp;" intot he text box, I get the following error:
Reference to...

Tags:TSQL XML Parse, illegal xml character

I have a column in a table (RawDefinition) that is stored as (text,null) datatype in SQL Server 2008 database.  This column contains the XML and attributes which comprise my form properties.  I need to loop thru each column value and parse out...

Tags:xml, csv, convert

I need to convert an XML file into a CSV file.

If i have an XML file formatted as follows:

<root>
<table1 id="100" description="this is a test" anotherfield="test test" />
<table1 id="101" description="this is a test" anotherfield="test...

Tags:xsd, enum, enumeration

What I want is to use an enum as a restriction on another field e.g
      <xs:simpleType name="FilterType">
            <xs:restriction base="xs:NMTOKEN">
                  <xs:enumeration value="FilePattern"></xs:enumeration>
                  <xs:enumeration...

Tags:utfdataformatexception, byte, 1, invalid

Hi,

On my weblogic server 8.1, I have a small piece of code which reads xml data and generates reports in PDF format.

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import javax.xml.transform.Source;
import...

Tags:web, service, 400, error, malformed

Hello all,

I am trynig to complete a web service call from script in an enterprise application, however I keep getting back a responseCode of 400. I perused the return headers and all that is coming back is:
...

Tags:php, merge, xml, simplexml

Hi,

I'm having trouble trying to merge two SimpleXML objects (user preference settings) in PHP.  It should be simple enough - the objects have the same root element, and I simply want to merge at the top child level.  However, the code I'm...

Loading Advertisement...

Top XML Experts

  1. Gertone

    156,693

    Guru

    1,200 points yesterday

    Profile
    Rank: Genius
  2. Ray_Paseur

    94,525

    Master

    0 points yesterday

    Profile
    Rank: Savant
  3. kaufmed

    25,000

    0 points yesterday

    Profile
    Rank: Genius
  4. zc2

    20,460

    0 points yesterday

    Profile
    Rank: Wizard
  5. for_yan

    14,648

    0 points yesterday

    Profile
    Rank: Genius
  6. TheLearnedOne

    13,400

    0 points yesterday

    Profile
    Rank: Savant
  7. MlandaT

    13,200

    0 points yesterday

    Profile
    Rank: Genius
  8. aikimark

    13,000

    0 points yesterday

    Profile
    Rank: Genius
  9. nepaluz

    11,000

    0 points yesterday

    Profile
    Rank: Sage
  10. mwvisa1

    10,650

    0 points yesterday

    Profile
    Rank: Genius
  11. Dhaest

    10,100

    0 points yesterday

    Profile
    Rank: Genius
  12. BuggyCoder

    9,700

    0 points yesterday

    Profile
    Rank: Sage
  13. leakim971

    8,800

    0 points yesterday

    Profile
    Rank: Genius
  14. mccarl

    8,000

    0 points yesterday

    Profile
    Rank: Wizard
  15. srosebabu

    8,000

    0 points yesterday

    Profile
    Rank: Guru
  16. ahoffmann

    7,600

    0 points yesterday

    Profile
    Rank: Genius
  17. pfrancois

    7,300

    0 points yesterday

    Profile
    Rank: Guru
  18. _agx_

    7,200

    0 points yesterday

    Profile
    Rank: Genius
  19. StingRaY

    7,000

    0 points yesterday

    Profile
    Rank: Wizard
  20. CodeCruiser

    6,975

    0 points yesterday

    Profile
    Rank: Genius
  21. anarki_jimbel

    6,750

    0 points yesterday

    Profile
    Rank: Genius
  22. sdstuber

    6,000

    0 points yesterday

    Profile
    Rank: Genius
  23. girionis

    5,600

    0 points yesterday

    Profile
    Rank: Genius
  24. un1x86

    5,000

    0 points yesterday

    Profile
    Rank: Master
  25. basicinstinct

    4,721

    0 points yesterday

    Profile
    Rank: Genius

Hall Of Fame