Search results

  1. O

    Best way to get clients local time.

    Ya thats what I am doing exactly, I am taking users local time through ajax and doing the processings but I am still in doubt over whether this is the correct method. I dont think orkut and facebook use this methodology for this. And what if user doesnt have javascript enabled ??
  2. O

    Best way to get clients local time.

    Ya but what in case of sites like orkut, facebook. They never took our time zone entries but still r able to show the correct times. Do they link directly with country ??
  3. O

    Best way to get clients local time.

    Hi I have a kindda forum and chat room, where users can poll thr messages etc etc. However I don't know what is the best way to manage time. I mean suppose we have 2 users, one in US and one in India. Now both messages in the chat room and there messages gets saved in the database tables. Now...
  4. O

    .htaccess mod_rewrite help

    Thanks a lot, have it solved now :)
  5. O

    .htaccess mod_rewrite help

    Thanks a lot for sharing the knowledge...however now i think if this can be done the following way it will look much better: http://mysite.com/users/username?p=message turns to http://mysite.com/users/profile.php?q=username&p=message Can you help me for this too, I will be highly obliged if...
  6. O

    .htaccess mod_rewrite help

    Hello All, I am currently using something like this in my .htaccess file: RewriteRule ^users/([a-zA-Z0-9_-]+)$ users/profile.php?q=$1 RewriteRule ^users/([a-zA-Z0-9_-]+)/$ users/profile.php?q=$1 I actually copied this from somewhere and doesn't really know why they wrote almost the same thing...
  7. O

    Help with Pay Pal integration.

    Ya i will use PHP for this surely to be more on a safer side. Lemme try and test it once [:)] Will be back in a day with the results
  8. O

    Help with Pay Pal integration.

    I already have a premier account. I tried upgrading to business but it said that you already have a premier account. Also can you brief me the steps i need to follow to make this integration happen. I am just too confused by seeing so many options in paypal. Probably if you can tell in brief...
  9. O

    Help with Pay Pal integration.

    Hello All, Here I need some help with my pay pal integration. I am ready to donate 200-300 credits for the same. I have following things to do: 1. Will my customer needs to have a paypal account to pay me ? 2. I have a page where customer generates coupons. Now he can set a few parameters...
  10. O

    Upload progress monitor

    But unfortunately, the thread didnt got me to a solution :( If you fortunately get to it, be kind enough to share the same here
  11. O

    How to get number of uploaded bytes in php

    I guess you didnt get my point correctly or infact i wasnt able to put it clearly. I dont want the file size of the final upload file, but i need the file size of intermediate file, while uploading. This file usually lies in the tmp directory.
  12. O

    How to get number of uploaded bytes in php

    I didnt get you what do you mean by your post ?? Can you elaborate ?
  13. O

    How to get number of uploaded bytes in php

    unfortunately I dont :( Also I dont want to put myself in danger, when a user tried to upload a file and his browser doesnt have flash.... :( This is quite disappointing that we just cant do anything about it :(
  14. O

    How to get number of uploaded bytes in php

    Yeah I know the process of how exactly it is done, just that I am unable to figure out how to get the size of remaining upload file.... This is what I am unable to figure out. If someone can help me with this, I will be able to figure out the rest easily. Lemme look at the first link by you...
  15. O

    How to get number of uploaded bytes in php

    Yeah surely it will be ajax, but then again you have posted an already made script for the same. I just want to know the method in PHP through which I can get the % upload and then I know how to use that. The site you gave is giving me 501 error , can you attach the codes if you have them?
  16. O

    How to get number of uploaded bytes in php

    I think you got it wrong.... I want to show a upload progress meter... I know there are many out there in the market but I want to build my own custom one. As I think it isnt a big issue in making one, so I dont consider it as reinventing the wheel :) Your given link doesnt show anything which...
  17. O

    How to get number of uploaded bytes in php

    Hello All, I know there exists a few upload progress showing scripts, but I wanted to know for knowledge sake how do I get to know how many bytes have been uploaded till now. move_uploaded_file($FileTemp,$FileUploadLocation) after giving this command how do I know how many bytes have been...
  18. O

    How to charge my customers using Credit cards and debit card

    alright but wat if I convert my email address to admin@mycompany.com etc....will that then look professional.....I guess there is an option for changing the email if for which you want to accept your money.... Anyways I will try to investigate with that and cme back here.....
  19. O

    How to charge my customers using Credit cards and debit card

    Thanks let me see and get a business recommended account there....and I will get back to this post if needed :) Thanks again Edit: I have a premier account...will that work ??
  20. O

    How to charge my customers using Credit cards and debit card

    Hello All, I have to charge my customers for the service I provide. They currently use PayPal, but many complaints of why do I dont have a payment option directly using banking gateways. Can someone share some knowledge as to how can I achieve doing this? Is there any sort of API etc for this...
Top