Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default php.. Am I stuck??

    I purchased a program ( So I thought) that turned out to be just a bunch of
    php scripts put together. I am getting terrible support from the author but
    I am biting my tongue because I don't want to piss him off. My question to
    anyone who knows is, Am I stuck with him for support or can anyone
    qualified in php help me, in other words is it common for php authers to
    encrpt the scripts so others can't see what's in them??

    If I can get support from others (paid of course) I will tell him to take a
    hike... Am I stuck??


    No Guest

  2. Similar Questions and Discussions

    1. CFC Query - stuck, stuck, stuck
      I am once again trying to use Dreamweaver. Here I want to create my first CFC. I'm following the online tutorial Building Your First Database...
    2. Stuck again
      Ok i'm stuck on another one. I have four related tables retailers, products, price and category I need to have a form to add any new retailers....
    3. I'm stuck
      On Fri, Oct 10, 2003 at 01:15:26AM +0900, Friedrich Dominicus wrote: void do_stuff() { char i; VALUE obj; VALUE klass; obj = rb_str_new2("a...
    4. [PHP] Fw: Am stuck
      On Thu, 25 Sep 2003 15:17:26 +0200 "Chris Grigor" <aphrodit@iafrica.com> wrote: Look up str_pad(). ____ Regards, Andu Novac
    5. stuck with SQL
      If you need to use subqueries, you need to upgrage to MySQL 4.1.x. In 4.0.14 you can restructure your query using a LEFT JOIN on the tables. ...
  3. #2

    Default Re: php.. Am I stuck??

    No wrote:
    > If I can get support from others (paid of course) I will tell him to take a
    > hike... Am I stuck??
    There are tools to encrypt PHP scripts, and if he used one of those on
    the program he sold you, your chances for outside help are slim,
    depending on the license agreement. Just open some of the php files in a
    text editor and see if the contents look readable (even if not
    understandable to you as a non-programmer), any decent php programmer
    should be able to maintain it for you. If you're not sure (and your
    license agreement allows it) just send me the files by email and I'll
    have a look for you.

    Jochen

    --
    /**
    * @author Jochen Buennagel <zang at buennagel dot com>
    * @see [url]http://www.sourceforge.net/projects/zang[/url]
    */

    Jochen Buennagel Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139