Search:

Type: Posts; User: chunk

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    5,595

    Php curl to https soap web service

    Im tring to call a dot net https soap web service with my curl code but im always getting incorrect soap header error.

    Strange thing is in soapUI soap request works fine with

    Username...
  2. Thread: PHP CURL Cookies

    by chunk
    Replies
    0
    Views
    668

    PHP CURL Cookies

    i need to scrape news from this URL



    http://www.ad.nl/buitenland/vader-21-slaat-baby-schedelbreuk-omdat-hij-huilde-tijdens-fifa-spelletje~acdcf1b4/


    but when i use file_get_contents()
    ...
  3. Replies
    2
    Views
    965

    Full outer join in mysql

    i have this sql query, i know this query is written in bad way, anyone can refine this sql query?



    SELECT column, ship, column, column, column, column FROM tbl_W WHERE id = id AND mid = '' ...
  4. Replies
    1
    Views
    823

    Left outer join in mysql

    i have this sql query, i know this query is written in bad way, anyone can refine this sql query?



    SELECT column, ship, column, column, column, column FROM tbl_W WHERE id = id AND mid = '' ...
  5. sql query needed to display products for webshop

    im working on a core PHP project to develop online shop

    category depth is category->sub_Category->sub_sub_Category

    my category table structure is like

    id
    parent_id
    category_name
  6. Re: printer printed pages count [ Windows XP ]

    Thank you so much for the help :-)
  7. [RESOLVED] printer printed pages count [ Windows XP ]

    Windows XP
    i want to view everything that is being printed by the printer and i can view it with this command



    cscript c:\WINDOWS\system32\eventquery.vbs


    but i have following questions
  8. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    Its simple project that calculate price with quantity and generate report with total price.

    This report is generated by computer operator in shop. If total sale of the day is 500 then they change...
  9. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    I tried it and it works for me.

    :-)

    But if text is larger in width then it cuts the text from right :-(
  10. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    PDF will be better option if convert HTML into PDF.
    but i think PDF text also can be copied? or we can block selecting and coping text into PDF?
  11. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    it could be jpg or bmp whatever
    but how we can print in form in tabular format?

    also what will happen if there are more than 1 page to print
    ?
  12. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    <body oncopy="return false" oncut="return false" onpaste="return false">


    this could be an option but users can still remove this code from file and can copy the contents :-(
  13. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    yes you are right, but how can i convert text into image? and this should be like a HTML table text that need to be converted into image.
    do you have any idea?

    i have attached image again
  14. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    So what other method could be to protect text?
    if we skip html file generation then what to do and display data in tabular format?
  15. Replies
    19
    Views
    1,886

    Re: Protect text from being copied

    yes im saving HTML files in a folder. Not using browser control
  16. Replies
    19
    Views
    1,886

    Protect text from being copied

    i have written a small program which generate .html report in <table> it contain price calculation.

    Problem is users copy this report text into MS WORD and change price.

    Please help me to...
  17. Replies
    0
    Views
    547

    anyone can help me with curl output in pm?

    script works fine but need to grab output in variable.

    can i PM you code?
  18. Replies
    8
    Views
    3,945

    Re: google authenticator 2fa

    for numeric OTP only this authenticator is good? If client accept it with numbers only then this is OK?

    Do you know any other easy authenticator for alphanumeric?
  19. Replies
    8
    Views
    3,945

    Re: google authenticator 2fa

    It is working fine. But client is now saying he want alphabatic code not numeric :-(

    With numbers it is very good.

    Im using it for otp one time password
  20. Replies
    8
    Views
    3,945

    Re: google authenticator 2fa

    Yes you are right but he want me to use any existing library for this. Not to create own code
  21. Replies
    8
    Views
    3,945

    Re: google authenticator 2fa

    Very sad :-(

    But is it possible to add some code into it and get it done? Or is there any other library that can do same task with alphanumeric code?
  22. Replies
    8
    Views
    3,945

    google authenticator 2fa

    im using GoogleAuthenticator from this URL


    https://github.com/PHPGangsta/GoogleAuthenticator


    when i run its example. i get following output
  23. Replies
    2
    Views
    2,431

    display data with ajax or what?

    i have a script which asks for a URL and when submitted it executes for 10 to 30 minutes. And save the data into .txt file also echo the data on web page

    But the result is displayed when execution...
  24. Re: PHP Fatal error: Allowed memory size of 134217728

    U


    Script actually asks for any website url amd look for all <a> tags into its source code.

    And dk the same same for all available anchor tags. But do not repeat same for duplicate urls...
    ...
  25. Re: PHP Fatal error: Allowed memory size of 134217728

    I already had it to -1 but it was crashed
  26. PHP Fatal error: Allowed memory size of 134217728

    what is the solution to this error?



    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes)


    i was using following two lines when i got this error
  27. Replies
    1
    Views
    921

    relative to absolute URL

    is there any function around that convert relative URL into absolute URL?
  28. Replies
    13
    Views
    6,431

    Re: [RESOLVED] google MAP question

    Thanks a lot for these kind words
  29. Replies
    13
    Views
    6,431

    Re: [RESOLVED] google MAP question

    hi coothead

    i have found the solution.

    thank you :-)
  30. Replies
    13
    Views
    6,431

    Re: [RESOLVED] google MAP question

    hi coothead

    why title is not working in the code you provided



    title:'This is Iraq!'


    also is there a way to display same text as title when marker is clicked. But in the same code if...
  31. Replies
    4
    Views
    3,287

    Re: webbrowser control is not opening https sites

    There is actually no error. Browser launch default IE page. which read this page can not be displayed.

    if i change URL from https to http then it works.

    This is the problem i faced first time...
  32. Replies
    4
    Views
    3,287

    webbrowser control is not opening https sites

    im tring to navigate https websites with webBroser control but its not working.

    im using this code



    Private Sub Command1_Click()
    WebBrowser1.Silent = True

    WebBrowser1.Navigate...
  33. Replies
    2
    Views
    2,121

    Re: regex date time from string

    it works :-) thanks a lot
  34. Replies
    2
    Views
    2,121

    [RESOLVED] regex date time from string

    i have string that contain time and date.. But this string can have anything and can have date and time anywhere in the string...

    How can i get date and time only in such cases?

    Example...
  35. Replies
    13
    Views
    6,431

    Re: google MAP question

    yes i noticed it :-)
    and this solved my problems :-)

    thanks a lot for your time my friend :-)
  36. Replies
    13
    Views
    6,431

    Re: google MAP question

    thanks a lot :-)

    my problem seems to be resolved now :-)

    if still i get any problem i will get back to you here :-)
  37. Replies
    13
    Views
    6,431

    Re: google MAP question

    code works exactly how i need it...

    but can you please tell me how can i get 34.957995,-36.210937 LAT LNG values for USA and Canada and any other countries?
  38. Replies
    13
    Views
    6,431

    [RESOLVED] google MAP question

    i want to know how is it possible to display google map same like this attached image?

    Display that line from source country to destination country?

    126559
  39. Replies
    9
    Views
    1,658

    VS 2010 Re: 64 bit exe on 32 bit

    still same problem after upgrading to SP3
  40. Replies
    9
    Views
    1,658

    VS 2010 Re: 64 bit exe on 32 bit

    i changed .net version and used x86 and AnyCPU but nothing worked for me :(

    also i have installed .net framework 4.0 but when i open application it crashes and ask for Send / Dont send to microsoft
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width