Search results

  1. Porsche_maniak

    I got my PC repaired and WTF ?

    Ok can you tell which motherboard is better ? Foxconn R74-921 or Geforce6100 PM - M2 ? Edit : I didn't found any info in the net about my previous foxconn R74-921
  2. Porsche_maniak

    I got my PC repaired and WTF ?

    thanks for your replies guys. @tmk .. Can you explain ? Thanks EDIT : and this motherboard sucks ?
  3. Porsche_maniak

    I got my PC repaired and WTF ?

    Hi there ! My pc HD got SMART STATUS BAD and used the guarantee. My HD was 500 gb SATA ('bluebird' or something i don't remember :S ) So they just had to change it with the same one. Now that mother fuckers had putted 500 gb samsung 502 HI which is with 5200 rpm. Damn. Also they've...
  4. Porsche_maniak

    Paypal question.. What's cheaper Donation or normal payment?

    woow. 2.0% of the payment up to $1.00 USD - mass payment ? Woow that sounds nice but what is the minus ? Edit : And is it possible to make a button for mass payment ?
  5. Porsche_maniak

    Paypal question.. What's cheaper Donation or normal payment?

    I read somewhere that donations take 2.1% and .30 euro.. The normal transactions take 2.9% and .30 euro. Also i see issue refund button for the donation i got. I don't know if that's true,but it is written in the paypal website. That's why i ask for confirmation.. but thanks for the post...
  6. Porsche_maniak

    Paypal question.. What's cheaper Donation or normal payment?

    Hi there I was wondering when somebody wants to send me money what is the cheaper way ? Donation or normal transaction ? Thanks
  7. Porsche_maniak

    JQuery help

    JmZ is really good coder ! I love using jquery and i became master in it too :)
  8. Porsche_maniak

    Get current upload rate into a .txt file ?

    I don't want a log. The txt file will be overwritten each second,so it will be some bytes. Maybe the loop function will take a bit more cpu.. but i need this
  9. Porsche_maniak

    Get current upload rate into a .txt file ?

    Before i was using batch often but now i've forgot it :O I believe using netstat function will do the trick (in a loop)? Can you do this in batch ? netstat > netstat sent packets (numbers only) into txt file > get txt file we made and compare the numbers with new netstat (execute after 1...
  10. Porsche_maniak

    Get current upload rate into a .txt file ?

    @p2p4ever i guess this is app? @jokerhacker - Global :)
  11. Porsche_maniak

    Get current upload rate into a .txt file ?

    Hi there ! I am hoping that there is a solution to put the current upload speed (in kb/s) to a .txt file ,each second. Maybe some batch code will work (something with netstat?) ? Please don't confuse with maximum upload speed - i don't want speed test <_<
  12. Porsche_maniak

    [JQ]How to detect location inside iframe (remote page)

    Hi ! I am trying to find the window.location inside iframe which is using remote page. I tried : $('#iframe_id').bind('load', function(event) {alert(window.frames["frame"].location);}); but this is for local page. Any help ?
  13. Porsche_maniak

    Calculate MP3 time length with bitrate and file size?

    i just calculated myself before seconds :D Tnx anyways Here is my formula time=bitrate zzzzzzzzzzzzzzzzzzzzzzz ------- zzzzzzzzzzzzzzzzzzzzzzz filesize/8 And btw it is only for constant bitrate :) I calculated it,with the help of the following precise fraze : "1MB per minute at 128Kbps"
  14. Porsche_maniak

    Calculate MP3 time length with bitrate and file size?

    Hi ! I found somewhere using google that you can calculate the mp3 time length by using bitrate and file size.If that's true what's the formula ? :P
  15. Porsche_maniak

    Claw GFX Workshop !!!

    thanks !
  16. Porsche_maniak

    how to... in DLE?

    Does your button supports onclick javascript event ? Do you have jquery ? That meta stuff won't do anything !
  17. Porsche_maniak

    jquery advanced sorting question

    =) Finally. I feel bit relaxed cuz the only thing left to do is to make delete/edit functions to my custom forum :) JQuery is so powerful and it has future ! TNX !
  18. Porsche_maniak

    jquery advanced sorting question

    @JmZ woow man ! You just discovered new jquery function which i bet many people will use ! It is equal to natsort in php ! So many tnx ! I wish i had a paypal to pay you a beer :p Btw how to limit the results to ten ?
  19. Porsche_maniak

    jquery advanced sorting question

    each something is different here's the php code ! function directoryToArray($directory, $recursive) { $array_items = array(); if ($handle = opendir($directory)) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { if (is_dir($directory...
Back
Top