You are viewing our Forum Archives. To view or take place in current topics click here.
[Tut] Create a Custom Version of Gyazo
Posted:
[Tut] Create a Custom Version of GyazoPosted:
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 2,519
Reputation Power: 116
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 2,519
Reputation Power: 116
*I DID NOT MAKE THIS POST, CREDIT AT BOTTOM *
So today we'll be creating a custom version of Gyazo so that the images upload to your own server and you can find them all yourself without buying Gyazo Pro.
What you'll need:
* Microsoft Visual C++ 2008 Express [ Register or Signin to view external links. ]
* Your own server
* A preprepared source for gyazo and the PHP files [ Register or Signin to view external links. ]
1. Editing the Source
Open the 'gyazowin' solution file and fine this area of gyazowin.cpp:
[ Register or Signin to view external links. ]
Replace 'UPLOAD_SERVER' with the web address of your site, and then your done. You can now build 'gyazowin.exe' and put it wherever you want for future use.
If you don't want the gyazo .php file in the root of your web directory then you'll need to edit the 'UPLOAD_PATH' too.
2. Editing the PHP
This PHP was originally made by Ben Alman for his own custom Gyazo with on Mac, but they'll work just the same for us.
Navigate here:
[ Register or Signin to view external links. ]
And change the path and uri to whatever it need be. Path is where the images will be located relative to the script, and uri is the address of the images with out the image file name itself.
3. Uploading and Setup
Uploading the gyazo.php to the root of your web space and make sure the permissions are '777' so it can create and copy the image files.
Then just create the images directory and give it '777' permissions too (not sure if this is necessary, but I did it just in case).
Now feel free to just run your gyazowin.exe anyway you want (mines in my RocketDock) and the pictures will upload! Depending on your own upload speed, the speed of the servers, and the size of the image, your gyazo may be fast or slow, but it should work great.
You can install your own image gallery for finding images quickly (haven't found a perfect one for myself yet, I'll update this when I do), and there you go. Have fun!
*I would like to thank Thor from xboxmb for this post, if you dont no xboxmb is are sister site !, Again thanks for the post just bringing it over. If you need help PM and i will send you the link to the original post*
Last edited by -ClowN- ; edited 1 time in total
So today we'll be creating a custom version of Gyazo so that the images upload to your own server and you can find them all yourself without buying Gyazo Pro.
What you'll need:
* Microsoft Visual C++ 2008 Express [ Register or Signin to view external links. ]
* Your own server
* A preprepared source for gyazo and the PHP files [ Register or Signin to view external links. ]
1. Editing the Source
Open the 'gyazowin' solution file and fine this area of gyazowin.cpp:
[ Register or Signin to view external links. ]
Replace 'UPLOAD_SERVER' with the web address of your site, and then your done. You can now build 'gyazowin.exe' and put it wherever you want for future use.
If you don't want the gyazo .php file in the root of your web directory then you'll need to edit the 'UPLOAD_PATH' too.
2. Editing the PHP
This PHP was originally made by Ben Alman for his own custom Gyazo with on Mac, but they'll work just the same for us.
Navigate here:
[ Register or Signin to view external links. ]
And change the path and uri to whatever it need be. Path is where the images will be located relative to the script, and uri is the address of the images with out the image file name itself.
3. Uploading and Setup
Uploading the gyazo.php to the root of your web space and make sure the permissions are '777' so it can create and copy the image files.
Then just create the images directory and give it '777' permissions too (not sure if this is necessary, but I did it just in case).
Now feel free to just run your gyazowin.exe anyway you want (mines in my RocketDock) and the pictures will upload! Depending on your own upload speed, the speed of the servers, and the size of the image, your gyazo may be fast or slow, but it should work great.
You can install your own image gallery for finding images quickly (haven't found a perfect one for myself yet, I'll update this when I do), and there you go. Have fun!
*I would like to thank Thor from xboxmb for this post, if you dont no xboxmb is are sister site !, Again thanks for the post just bringing it over. If you need help PM and i will send you the link to the original post*
Last edited by -ClowN- ; edited 1 time in total
The following 1 user thanked -ClowN- for this useful post:
z_quickscoper (08-27-2011)
#2. Posted:
Status: Offline
Joined: Jan 22, 201113Year Member
Posts: 2,255
Reputation Power: 94
Status: Offline
Joined: Jan 22, 201113Year Member
Posts: 2,255
Reputation Power: 94
nice post looks like post some pics of your own custom made ones.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 2,519
Reputation Power: 116
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 2,519
Reputation Power: 116
z_quickscoper wrote nice post looks like post some pics of your own custom made ones.
Im working on my own atm, this isnt post just sharing what i found :p
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 11, 201014Year Member
Posts: 1,409
Reputation Power: 61
Status: Offline
Joined: Jul 11, 201014Year Member
Posts: 1,409
Reputation Power: 61
Nice posty Clowny <3 <3
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Nov 21, 201014Year Member
Posts: 1,323
Reputation Power: 52
Why would you need this
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: May 10, 201113Year Member
Posts: 928
Reputation Power: 45
Copy and Paste from Fanboy.
Give Credit
And You Haven't explained half of it.
it is alot more complicated.
Give Credit
And You Haven't explained half of it.
it is alot more complicated.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.