Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello all! Please bump this where it needs to go...

In searching for a solution to cracking the demo protection of Sitegrinder 2 by MediaLab (Sitegrinder is a photoshop plugin that transforms layers into a website), I stumbled upon some archived posts from this board that I can't seem to find any longer. Anyways, they steered me in the right direction, so I thought I'd share some of my results. This is actually a ridiculously simple workaround, and though it doesn't modify any code or require any reversing, I thought you all might appreciate it none-the-less because there is no known crack for this program.

Getting right to it, when you click on "build" in the Sitegrinder interface, the plugin works all sorts of tedious cutting, copying and layering magic, builds the css and vomits out the html. A very handy thing that photoshop does, is record all the steps the plugin took in the History. After setting my history to record 300 history states (my site had a bit of images), I noticed that "New Pattern Fill" was one of the first steps taken by Sitegrinder, in which the watermark layer is created. Digging a little deeper (with the help of previous posts on this board), I discovered that the plugin temporarily creates then deletes a photoshop pattern file called "SGlogo.pat" in the directory of

"C:\Documents and Settings\Administrator\SiteGrinderData". (It happens to be "Administrator" folder on my machine, but it would be in the folder of your windows user name.) It also creates a file called "temp.pat" but that won't concern us.

The simple workaround? In photoshop, create a large transparent canvas (a new file), say 1024x768, and place 1 black pixel in any corner. Turn the opacity of the layer down to 1% and save it as a pattern (look up photoshop tuts on how to do this). Name this pattern "SGlogo.pat" and place it in the abovementioned folder, where Sitegrinder would have created it. Set the file's attributes to Read-only, and you're done! Sitegrinder will use your pattern in place of creating it's own, leaving you with a 100% working website with NO watermark. I forgot to mention that I am using the now current version of Sitegrinder, which is 2.1.1_r942. Undoubtedly, Medialab will curtail this workaround in following releases, so use it while you can.

So, if this was helpful, share it! (I wouldn't mind a mention ;) ), And thanks to all who contributed to finding this solution!

~Gravity Traveler

Edited by Gravity Traveler

Nice thinking.. :)

Not that I use photoshop but it's prolly going to be handy for other people..

PS: Moved it to tutorials..

Edited by quosego

Great work Gravity Traveler. :thumbsup:

I did some work with this plugin a while back now. Perhaps you're referring to this thread?

  • Author
Great work Gravity Traveler. :thumbsup:

I did some work with this plugin a while back now. Perhaps you're referring to this thread?

Yeah, there it is! Couldn't find it again except googling for it. Rock on, thanks for the work you did on it ;)

  • 4 weeks later...

haha nice finding :)

Thank you for this :) .

Wow, I've belabored over a solution for this piece of software for many months without results. Thanks for enlightening all of us over how simple the solution can actually be, once we look at things from outside the box, so to speak. Great work!

Edited by heavydelta

  • 2 weeks later...
Hello all! Please bump this where it needs to go...

In searching for a solution to cracking the demo protection of Sitegrinder 2 by MediaLab (Sitegrinder is a photoshop plugin that transforms layers into a website), I stumbled upon some archived posts from this board that I can't seem to find any longer. Anyways, they steered me in the right direction, so I thought I'd share some of my results. This is actually a ridiculously simple workaround, and though it doesn't modify any code or require any reversing, I thought you all might appreciate it none-the-less because there is no known crack for this program.

Getting right to it, when you click on "build" in the Sitegrinder interface, the plugin works all sorts of tedious cutting, copying and layering magic, builds the css and vomits out the html. A very handy thing that photoshop does, is record all the steps the plugin took in the History. After setting my history to record 300 history states (my site had a bit of images), I noticed that "New Pattern Fill" was one of the first steps taken by Sitegrinder, in which the watermark layer is created. Digging a little deeper (with the help of previous posts on this board), I discovered that the plugin temporarily creates then deletes a photoshop pattern file called "SGlogo.pat" in the directory of

"C:\Documents and Settings\Administrator\SiteGrinderData". (It happens to be "Administrator" folder on my machine, but it would be in the folder of your windows user name.) It also creates a file called "temp.pat" but that won't concern us.

The simple workaround? In photoshop, create a large transparent canvas (a new file), say 1024x768, and place 1 black pixel in any corner. Turn the opacity of the layer down to 1% and save it as a pattern (look up photoshop tuts on how to do this). Name this pattern "SGlogo.pat" and place it in the abovementioned folder, where Sitegrinder would have created it. Set the file's attributes to Read-only, and you're done! Sitegrinder will use your pattern in place of creating it's own, leaving you with a 100% working website with NO watermark. I forgot to mention that I am using the now current version of Sitegrinder, which is 2.1.1_r942. Undoubtedly, Medialab will curtail this workaround in following releases, so use it while you can.

So, if this was helpful, share it! (I wouldn't mind a mention ;) ), And thanks to all who contributed to finding this solution!

~Gravity Traveler

I tried the new 2.1.2 update to Sitegrinder today. It appears that MediaLab has "fixed" this little workaround by creating a random .pat instead of the SGlogo.pat of previous versions, but it still works with 2.1.1.

Edited by heavydelta

  • 2 weeks later...
  • Author

New it would happen eventually... I'll bet you can find a solution though playing with usage rights to the "patterns" folder, maybe making the folder read-only so it can't create the patterns? I dunno, but it's a starting point. Maybe there's a way to make a photoshop script hook that automatically replaces the pattern when the sitegrinder program is running? Alternately, a GREAT way to fix this is to compare the new version with the old, find the new bit of code that generates the random .pat, and create a simple patch ;) Well, it's constant adventure! Happy cracking :)

Edited by Gravity Traveler

I just downloaded sitegrinder because it sounds the exact thing I need and would come in very useful, I will try out your ideas once installed, If anyone finds a solution to this please post it here, and ill do the same if I find something...

  • 6 months later...

Hello all! Please bump this where it needs to go...

In searching for a solution to cracking the demo protection of Sitegrinder 2 by MediaLab (Sitegrinder is a photoshop plugin that transforms layers into a website), I stumbled upon some archived posts from this board that I can't seem to find any longer. Anyways, they steered me in the right direction, so I thought I'd share some of my results. This is actually a ridiculously simple workaround, and though it doesn't modify any code or require any reversing, I thought you all might appreciate it none-the-less because there is no known crack for this program.

Getting right to it, when you click on "build" in the Sitegrinder interface, the plugin works all sorts of tedious cutting, copying and layering magic, builds the css and vomits out the html. A very handy thing that photoshop does, is record all the steps the plugin took in the History. After setting my history to record 300 history states (my site had a bit of images), I noticed that "New Pattern Fill" was one of the first steps taken by Sitegrinder, in which the watermark layer is created. Digging a little deeper (with the help of previous posts on this board), I discovered that the plugin temporarily creates then deletes a photoshop pattern file called "SGlogo.pat" in the directory of

"C:\Documents and Settings\Administrator\SiteGrinderData". (It happens to be "Administrator" folder on my machine, but it would be in the folder of your windows user name.) It also creates a file called "temp.pat" but that won't concern us.

The simple workaround? In photoshop, create a large transparent canvas (a new file), say 1024x768, and place 1 black pixel in any corner. Turn the opacity of the layer down to 1% and save it as a pattern (look up photoshop tuts on how to do this). Name this pattern "SGlogo.pat" and place it in the abovementioned folder, where Sitegrinder would have created it. Set the file's attributes to Read-only, and you're done! Sitegrinder will use your pattern in place of creating it's own, leaving you with a 100% working website with NO watermark. I forgot to mention that I am using the now current version of Sitegrinder, which is 2.1.1_r942. Undoubtedly, Medialab will curtail this workaround in following releases, so use it while you can.

So, if this was helpful, share it! (I wouldn't mind a mention ;) ), And thanks to all who contributed to finding this solution!

~Gravity Traveler

Any one know where this file lives on a mac?

  • 5 months later...
:thumbsup: it seems you find "the way". :worthy: Anyway.. i find a crack for this awsome plugin in the last days.
  • 4 months later...

:thumbsup: it seems you find "the way". :worthy: Anyway.. i find a crack for this awsome plugin in the last days.

hope you dont mind sharing it!

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.