• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by DaNcE-eViL

  1. D

    having real hardtime to remove last comma within a loop

    Thanks for your concern regarding SQL injection I knew about it, however above script is for only internal usage which can pass the information between two different function which I'm going to do thatl later on... User will not be able to run the SQL injection...:o Once again thanks for...
  2. D

    having real hardtime to remove last comma within a loop

    thanks guys for advice, i've kind of change the coding to get it working fine.... here is the coding just in case if anyone want to know =) mySQL3 = "SELECT classification " _ & "FROM cartRows " _ & "WHERE idOrder = " & validSQL(idOrder,"I") & " AND Project = 'Image' AND idproduct =...
  3. D

    having real hardtime to remove last comma within a loop

    hey, I was hoping you guys could point me out in right direction or help me with this coding, simply I'm having hard time to get rid of the last comma "," with mark as red eg: "21115","21121","21117", to "21115","21121","21117" if i use this code below it will remove all ","...
  4. D

    confusing about jquery loading in html

    tried that and still doesn't work :confused:
  5. D

    confusing about jquery loading in html

    im bit confuse atm regarding loading .js file see below: in html tag - we use as the following code: code1: <script type="text/javascript" src="<?php echo $ServerURL?>Javascripts/basicgallery.js" charset="UTF-8"></script> but i rather not to load above code1 but i'd like to load...
  6. D

    Im having hard time to figure out sorting files by name and date

    Thanks guys for helping me out by point out some clue - I've managed to figure out by breaking down into 3d array which I can use sort by date,time and filename...work as beautiful... I'm happy at least for now lol...
  7. D

    Im having hard time to figure out sorting files by name and date

    i need latest DSC_number at the top with lower time shot (meaning starting photograph) which i need to get them in order for the slideshow.. Starting shot: DSC_4601.jpg 06:00:48 (Nov) / End of shot: DSC_4655.jpg 06:01:27 (Nov) Starting shot: DSC_3711.jpg 23:49:40 (May) / End of shot...
  8. D

    Im having hard time to figure out sorting files by name and date

    i could get away with 1D array, however since im not running any database so i need to create 2D array which i thought as i could filters out both column (filename and date) with "order by" just like how we use in database... in other hand its much easier to filter out in database but not in...
  9. D

    Im having hard time to figure out sorting files by name and date

    i've tried that too but it doesnt work - what im trying to bring up newest photo at the top and old photo will go at the bottom array_multisort($filesArray,SORT_ASC,$filesArray1,SORT_ASC); outcome is: DSC_3709.jpg - May 02 2011 00:49:24. - DSC_3711.jpg - May 02 2011 00:49:40. -...
  10. D

    Im having hard time to figure out sorting files by name and date

    Dear friends, i hope you can help me with this..i've been trying to figure out all day - even i did search google or check php website - far too confusing for me to understand... $filesArray = array(); $counter = 0; if ($handle = opendir('photo')) { while (false !== ($file =...
  11. D

    iOS 5 Release - Post your location and when it is available to you!!

    latest news: now it is working :D i'm happy for now...whoooo
  12. D

    iOS 5 Release - Post your location and when it is available to you!!

    Not happy here!! location: UK i've got a ipad 2 64gb with wifi - tried to update iOS 5 (took 3 hrs to download) last night - it wont update for some reasons. my ipad is virgin and not even touching jailbreak :D now im gonna try again
  13. D

    Will iCloud require OSX Lion?

    Just to let you know that I'm not against the idea for using icloud - but i'm just saying most people do bend/break the rules or quick peek if you know what i means... for your information - i do not keep any personal or confidential data in my hard-drive mostly they are stored in 3 set of...
  14. D

    Steve Jobs dies RIP my friend

    RIP steve jobs - long life to APPLE....
Back
Top