Results 1 to 10 of 10

Thread: please help me to remove arabic copyright

  1. #1
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please help me to decode this javascript

    hi

    i need help to decode this file

    i can't decrypt this javascrip

    please help me

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, whoever produced that file probably wanted it to be obfuscated. In addition to packing it, and/or perhaps as part of that process, many variable and function names were abbreviated and/or substituted for.

    However, for what it's worth, here's an unpacked version. See if it still works before proceeding:

    Attachment 4566

    I say "see if it works" because there was no way to know the character encoding used. I chose iso-8859-1, which may or may not be appropriate or even matter. If the script still works, it's fine. If not, perhaps utf-8 would yield better results.

    What exactly are you after?

    Where did you get the code?

    Have you tried to find the home website? If you can, they may very well have a more human readable version of the code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank u jscheuer1

    but its the same problem I can't see the text of copyright in this js

    how i can decode this obfocasted codes

    the codes is in arabic and i search how to remove this copyright from php file

    look in attachment link

    i have decode by my self this file

    please take a look

    --- in wordpress template if i change copyright they will redirect me to designer home page
    Last edited by jscheuer1; 07-28-2012 at 06:37 AM. Reason: Format

  4. #4
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please help me to remove arabic copyright

    hi

    i need help to decode this file to change arabic copyright

    please take a look on footer.php & pretty-lightbox.js

    i can't decode javascript to see copyright

    --- in wordpress template if i change copyright they will redirect me to designer home page

    the files is on attachments
    Last edited by jscheuer1; 07-28-2012 at 06:52 AM. Reason: Format

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Copyright is a matter of law. It's illegal to remove them.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    It is actually illegal for you to remove the copyright, and doing this is actually quite smart of the developers, this is similar to dynamic drive's copyright (although slightly harder to remove). Why do you want to remove it anyway? It won't actually make a difference to the average user.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  7. #7
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no i want to add my copyright with his copyright

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Just put yours outside the code, as ordinary text on the page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    if i add just a word they redirect me again

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm no longer talking about the script. I'm saying that if you want a copyright notice of your own, put it on the page that uses the script. If you cannot modify the page to put your own content on it, it's useless. Get another template.

    You probably also have the option of including a copyright notice in the title/caption of the images, and you certainly could watermark your images with a copyright or other notice.

    I can see no valid reason to alter the script simply to add a copyright or other notice to your page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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