Search:

Type: Posts; User: MrTree

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Never mind I have fixed it.

    Sorry for double post cant edit last one.
  2. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Thank you very much! works like a charm!

    Ok one last thing I promise :p

    I have a link like this:


    Thanks to your help ive got it to:
  3. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Sorry guys aint working im getting "No input file specified. ". When typing this: website.com/members/username it redirects to website.com//members.php/username/?pid=username

    Also this is the...
  4. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Thanks guys, will try this once I get back home.
  5. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Thats perfect theres not many query strings across the whole website, also url bit of the path was the website url.

    Thanks!

    EDIT: Also to allow alphanumeric in the ?pid= do I just change


    ...
  6. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Yes it seems to be working, however I have several things I want to remove, like for example non rewritted url would be: url/members.php?pid=1 and I want that to appear like: url/members/2

    at the...
  7. Replies
    14
    Views
    5,333

    Re: [htaccess] Remove query string?

    Thanks for the reply,

    I cant make much out of that sorry, I am pretty new to this sort of thing, not sure how much of this works.
  8. Replies
    14
    Views
    5,333

    [htaccess] Remove query string?

    Sorry if I posted in the wrong forum I couldnt really find one, anyway.

    I am trying to remove query strings accorss the whole site and replace them with a forward slash and if possible remove the...
  9. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Yes the code does work fully, for example if I navigate to:

    [

    It shows OK since in the database theres a user with test and a password with test, and the BAD also works, for example if you type...
  10. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    <?php

    ?>


    On another note, just noticed the concatination is using +, thanks just fixed it, still not working though.
  11. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Ok ive discovered this code, now for some reason it doesent seem to be working, but it seems quite fine, oh and another thing, ive changed to GET instead of POST because it does not really matter...
  12. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Sorry im really lost here, I have no idea where to start.
  13. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Ok ive read the article, and ive added this code:


    Dim HttpWResp As HttpWebResponse = _
    CType(request.GetResponse(), HttpWebResponse)
    ' Insert code that uses the...
  14. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Ok POST is now sorted and yes its encrypted MD5, now how do I return a value and make vb.Net read it? if possible some code examples would be helpful.

    Thanks
  15. Replies
    14
    Views
    2,973

    VS 2008 Re: Login through VB.net to MySQL through PHP.

    Well the script is going to be externally hosted by the host that has the database, the database can be accessed only by their servers, so the script has access, now instead of GET wouldnt it be more...
  16. Replies
    14
    Views
    2,973

    VS 2008 Login through VB.net to MySQL through PHP.

    Hi, Simple question (I think)
    Is it possible to create a login system interact with a MySQL database through a PHP script? the only tutorial I have found on the web is this, but its not a login and...
  17. Replies
    1
    Views
    868

    VS 2008 Re: Help with RijnDael encryption/decryption

    Bump, need help with this
  18. Replies
    1
    Views
    868

    VS 2008 Help with RijnDael encryption/decryption

    Hey all, now this project is for college, ive looked on MSDN, codeproject and even these forums, but I cannot find a single thing on it that matches what I want to do with windows forms, now what I...
  19. Replies
    3
    Views
    1,060

    VS 2008 Re: Using excel to fill combobox and textboxes

    Just bumping this thread, cause I need it for next week, thanks for any help.
  20. Replies
    3
    Views
    1,060

    VS 2008 Re: Using excel to fill combobox and textboxes

    Ok ive taken a look at that, that helps with some things, now how would I be able to fill the combobox with whats in column A, and when that row in column a is selected, you can edit the stuff in...
  21. Replies
    3
    Views
    1,060

    VS 2008 Using excel to fill combobox and textboxes

    Hey all,

    Just need help with this part of my project for some help on my coursework, ok here goes.

    I need my application to open an excel document and fill in the combo boxes, with whats in...
  22. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    I found that, I cant seem to find how the naming works? does it go within the Create Brackets? for example:
    DirectoryInfo.Create("Folder Name") ?
  23. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    Ok, sorry to revive an old thread, but my question has relevance, is there a way to create a new folder to that directory, by clicking a button, and getting the name of the folder from a textbox? I...
  24. Replies
    41
    Views
    62,092

    Re: [2008] [VB.NET] Winrar DLL Simple Usage

    No but it would be a lot easier to have Rar and zip in one library.
  25. Replies
    41
    Views
    62,092

    Re: [2008] [VB.NET] Winrar DLL Simple Usage

    But does it include RAR and ZIP?
  26. Replies
    6
    Views
    3,447

    VS 2008 Re: Unzipping .zip files with progress bar.

    Ok thats the problem ive got no idea on how to use libraries like that? have you got any examples that have a progress bar?
  27. Replies
    6
    Views
    3,447

    VS 2008 Re: Unzipping .zip files with progress bar.

    Stuck meaning ive got no idea on how to do what im trying to do, and I would like to use something like a Shell command or DotNetZip library. the reason being is I want it in the background, so the...
  28. Replies
    6
    Views
    3,447

    VS 2008 Unzipping .zip files with progress bar.

    Once again, im stuck, ive searched everywher I do not understand at all the zip extraction libraries, so I was hoping a god from this forum would help, I have read documentation, and examples, im...
  29. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    Sorry once again, I have now read the documentation, thanks again jmcilhinney.
  30. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    I have ran into a problem, which I have diagnosed as when I delete something in the listbox it causes an exception if there are subdirectories in what I have selected,

    The error I get is:
    ...
  31. Replies
    41
    Views
    62,092

    Re: [2008] [VB.NET] Winrar DLL Simple Usage

    Is it possible to add to your library to unzip .zip files? since Winrar is capable of unzipping zip files. Thanks
  32. Replies
    4
    Views
    2,489

    VS 2008 Re: Extract RAR files?

    Thank you very much, I do not know how I missed that link you posted :S
  33. Replies
    4
    Views
    2,489

    VS 2008 Re: Extract RAR files?

    How would I do all of that?
  34. Replies
    4
    Views
    2,489

    VS 2008 Extract RAR files?

    1st question:
    Is there a possibility of extracting a rar file using the file specified in a textbox?

    2nd question:
    Is it also possible to show the progress of the extraction on a progress bar?
    ...
  35. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    Ahhh Ok, well thanks for the help :D
  36. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    You are a god thank you very much :D
  37. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    Im not sure how I would go by reloading the listbox? basicly I would like it to refresh automatically while the form is still open.
  38. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    I found the problem, weirdly if you remove the quotation marks from the My.Settings.Directory string it solves the issue :S

    Ok since that is solved, how Would I go to refresh the Listbox...
  39. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    Thats why I am confused, it should work, is there any other method of retrieving the string?

    And another last question, how would I update the contents of the listbox after deleting an item, since...
  40. Replies
    29
    Views
    2,111

    VS 2008 Re: Directory Stucture in Listbox?

    I have seemed to have found that indeed it is using the corrent string, but for some reason when linking it to the My.Settings.Directory it does not seem to work.
Results 1 to 40 of 65
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width