Search results

  1. Volkof

    Ensure file integrity between 2 servers

    Hi everyone, I am working on a project that is migrating files from the old server to new server. Note that the old Server runs on Novell while new server runs on Windows Active Directory. I would like to ask if anyone know of any program or algorithm that can loop through all the files in...
  2. Volkof

    ASP.NET C#; Update Database from Comment Box

    I have this Comment Box, whereby the Doctor types in some words, press "Update" and the Comment Box will now show what the Doctor typed. In addition, the Database should be updated with the Doctor's comment. Problem is that the update did not occur. I typed in the Comment, clicked "Update", the...
  3. Volkof

    SAX Parser. An integer exceeded 2147447602 value

    Hi all, I am running an SAX Parser in Netbean to extract 1GB of XML data and write into CSV file. My program is running perfectly when I use test data of less then 1MB. The code runs displaying print outs that I expected and CSV files produced are correct. So next I run my code with the 1GB...
  4. Volkof

    Facebook Connect stores user details to my database?

    Hi there, Is it true that if we incorporate the Facebook Connect into my website, and users register via Facebook, their details can be stored into my database?
  5. Volkof

    Prevent Registered user from registering again

    Hilo~ If a user has already registered to your website, is there any way to prevent him/her from trying to register to your website again? I read somewhere that you have to check ip address or something, but im not sure how to do that. Using PHP by the way
  6. Volkof

    Advise on best Social Networking Framework

    Hello :D Has anybody created their own Social Networking Website like facebook? I would like to ask what framework you use? My friend introduced me to PHPfox. It looks cool, but not free :( I searched for others, but since Im new to this, I have no idea which is the best. So I came here to...
  7. Volkof

    Advise on which Web Hosting Provide to choose

    Hi all, Which Web Hosting Provider would you guys recommend? This includes buying the domain name, uploading into server slot and bandwidth. 1.godaddy 2.Temple Media 3.Others - please state I heard that godaddy takes 5 mins to refresh. My group's website criteria is to store...
  8. Volkof

    How to Sort an Array Object by its attribute

    Hi all, Lets say I have these classes: ====================================================== public class PlaneSeat { //Attributes private int seatId; private int customerId; private boolean assigned; } Every Plane Seat has a seatId, and only 1 customer can be assigned to...
  9. Volkof

    How to store Images in Database

    Hi all, I will be needing this as users will be uploading their profile pics. Basically, how do database store "images". I dont believe there is a "image" datatype in mySQL. How is Facebook able to store pictures? Some of my friends say to convert images into bits (1s and 0s), but that would...
  10. Volkof

    Recommended Languages for Web Development

    Hi all, In the past, I had learnt a variety of languages (HTML, PHP, ASP.NET, python, java, mySQL), but I only learnt them as one language by themselves and not combining them together. Currently, I am working on a website project that holds a database of school modules and allows users to...
  11. Volkof

    How to allow Unity3D to communicate with mySQL

    Hi all, I am working on a Project that requires creating a survey using Unity3D, and uses mySQL to store results. Problem is, Unity3D does not seems to be able to communicate directly with mySQL, and requires a middleman (like PHP) to do so. Is there any way to NOT use a middleman?
  12. Volkof

    Program that can Auto run Applications

    Hi there, I'm wondering if there is a reliable software out there that can run Applications sequentially without having me to monitor. I have 2 applications that need to be run sequentially, but the 2 apps takes very long to run, and while running, they basically hang my PC. So I'm looking...
  13. Volkof

    Which pygame version compatible to python 2.7

    Hi all, Im looking for the pygame version which is compatible to python 2.7 I searched at python.org, but the Python Game Tutorial uses pygame 1.7 which only works in python 2.4. Probably it isnt updated I dont want to downgrade the python. I just need to know th compatible pygame...
  14. Volkof

    University Terms

    Since I will be entering University soon, I came across some terms that wasn't quite sure what they mean. Can anyone enlighten me? Honours Master
  15. Volkof

    Trigger Question - Why only 1 unit affected by Aerial Shackles instead of all?

    Hi all. Its been a while since I posted a thread, but I needed a problem with a trigger that I couldnt solve. Here is the spell description. Iron Cuffs Summons an Iron Ball that chains all nearby enemy units to it. Chained units can neither move nor attack. Lasts 10 seconds. Level 1...
  16. Volkof

    Upgrading Graphics for Windows 98

    Hello all. I am currently creating another desktop with windows 98 as OS for testing purpose. The motherboard is VIA (pretty new for an old OS). I tried to install most of the drivers, but the graphics driver cant be install because it is not supported by the OS. So is there any other...
  17. Volkof

    Allow Host to skip Cinematic

    Hello all, Through searching, I have learned how to detect the Host player, and store in the variable Host (type=player). Now I want only the Host to be able to skip cinematic. But the Event does not allow me to do so. Skip Intro Events Player - Player 1 (Red) skips a...
  18. Volkof

    Check Movement Speed of Selected Unit

    Hello all, How do I use the -ms command to check the movement speed of the Selected Unit Check Movement Speed Events Player - Player 1 (Red) types a chat message containing -ms as An exact match Conditions A Unit is Selected = True Actions Game...
  19. Volkof

    Item combination question - If need 2 same minor items

    hello all, I have an item, where one of its ingredient items require 2 of them. Like its needs 2 Orb of Brutality. How does the trigger go? Merge Valgus Viligance Events Unit - A unit Acquires an item Conditions ((Triggering unit) has an item of type Ring of...
  20. Volkof

    Damage Event should not work for spell damage

    hello everyone, I have this trigger which detects that when a hero with the item Lightning Spear attacks a target, that target will be chain lightninged. It works if the Hero attacks, but it also fires when the Hero cast a damaging spell. Is there any way to make it only work for attacks...
Top