Ever wonder what goes on behind the scenes on this site? Well, here is a glimpse.
I recently sort-of got ScratchR working on my computer.
I had a lot of trouble getting it working, but I think I finally made myself a full admin.
Anyway, here are a few images:
What a user's profile looks like
The screen to ban a user
The screen to ban an IP
The screen on the bottom of a project
What a gallery looks like
The admin home page (or at least what I have gotten working
The screen to set announcements
Admin notification templates
Send bulk notifications
The flag screen
Last edited by jvvg (2012-08-26 08:53:40)
Offline
I've already seen these, but cool!
Offline
Interesting. How did you do it? Is ScratchR the website software or something, which you got to work?
Offline
ScratchR is the website software, and it requires set-up of various things like CakePHP, database updates, and memcached (plus its associated PHP module). In short, it's a nightmare to set up.
Offline
jvvg wrote:
I recently sort-of got ScratchR working on my computer.
I had a lot of trouble getting it working, and I still haven't gotten everything working, such as giving myself all admin permissions (I can currently just do what is illustrated in the images below).
Anyway, here are a few images:
What a user's profile looks like
http://i.imgur.com/yw03p.png
The screen to ban a user
http://i.imgur.com/GHy7j.png
The screen to ban an IP
http://i.imgur.com/tUVpm.png
The screen on the bottom of a project
http://i.imgur.com/dckgn.png
What a gallery looks like
http://i.imgur.com/Q6hHE.png
If that is real Im telling the scrach Admins (oh wait your one!)
Offline
lallaway12 wrote:
jvvg wrote:
I recently sort-of got ScratchR working on my computer.
I had a lot of trouble getting it working, and I still haven't gotten everything working, such as giving myself all admin permissions (I can currently just do what is illustrated in the images below).
Anyway, here are a few images:
What a user's profile looks like
http://i.imgur.com/yw03p.png
The screen to ban a user
http://i.imgur.com/GHy7j.png
The screen to ban an IP
http://i.imgur.com/tUVpm.png
The screen on the bottom of a project
http://i.imgur.com/dckgn.png
What a gallery looks like
http://i.imgur.com/Q6hHE.pngIf that is real Im telling the scrach Admins (oh wait your one!)
Er... setting up ScratchR is allowed and the pictures are definitely real.
Offline
lallaway12 wrote:
jvvg wrote:
I recently sort-of got ScratchR working on my computer.
I had a lot of trouble getting it working, and I still haven't gotten everything working, such as giving myself all admin permissions (I can currently just do what is illustrated in the images below).
Anyway, here are a few images:
What a user's profile looks like
http://i.imgur.com/yw03p.png
The screen to ban a user
http://i.imgur.com/GHy7j.png
The screen to ban an IP
http://i.imgur.com/tUVpm.png
The screen on the bottom of a project
http://i.imgur.com/dckgn.png
What a gallery looks like
http://i.imgur.com/Q6hHE.pngIf that is real Im telling the scrach Admins (oh wait your one!)
This is real, but on my own copy of ScratchR. I didn't hack the site, don't worry.
Offline
jvvg wrote:
I didn't hack the site, don't worry.
Offline
technoguyx wrote:
Interesting. How did you do it? Is ScratchR the website software or something, which you got to work?
Yeah, ScratchR is the software that runs this site, and I got it working with extensive help from veggieman001.
Offline
jvvg wrote:
technoguyx wrote:
Interesting. How did you do it? Is ScratchR the website software or something, which you got to work?
Yeah, ScratchR is the software that runs this site, and I got it working with extensive help from veggieman001.
The funny part is somehow I broke mine soon after I posted that tutorial and help
Maybe I'll try again on Linux at some point.
Offline
coolhogs wrote:
How??
Can you post a tutorial on how to do it?
Actually, I just used veggieman001's tutorial at monolithic.tk/scratchr.
The only parts I did without the guide are getting memcached working (his guide to getting it working doesn't seem to work) and making myself an admin.
Offline
jvvg wrote:
coolhogs wrote:
How??
Can you post a tutorial on how to do it?Actually, I just used veggieman001's tutorial at monolithic.tk/scratchr.
The only parts I did without the guide are getting memcached working (his guide to getting it working doesn't seem to work) and making myself an admin.
What'd you differently for memcached? I'd love to add it to my guide.
Offline
veggieman001 wrote:
jvvg wrote:
coolhogs wrote:
How??
Can you post a tutorial on how to do it?Actually, I just used veggieman001's tutorial at monolithic.tk/scratchr.
The only parts I did without the guide are getting memcached working (his guide to getting it working doesn't seem to work) and making myself an admin.What'd you differently for memcached? I'd love to add it to my guide.
What I did is ran it on my Mac (which has it built in) and configured ScratchR to use that instead of the local one.
Offline
Nice! ScratchR is way too hard for me to do. But i might try it at some point.
I've always wondered what the admin interface looked like!
I wonder what are shariables, karma, adn the other stuff on a user page...
Offline
Cool, I've always found stuff like this interesting, but what are shariables or karma!?
Offline
veggieman001 wrote:
jvvg wrote:
coolhogs wrote:
How??
Can you post a tutorial on how to do it?Actually, I just used veggieman001's tutorial at monolithic.tk/scratchr.
The only parts I did without the guide are getting memcached working (his guide to getting it working doesn't seem to work) and making myself an admin.What'd you differently for memcached? I'd love to add it to my guide.
I did it differently as well.
I set the directory to C:\xampp\memcached and then ran the cmd 'memcached -d install'. (The same format to start it as well.)
Oh and I also used the win32 binary version from here. I don't know if it made a difference or not, but yeah.
___
I still haven't completely finished though. I still gotta get rid of the last two errors.
Last edited by ProgrammingFreak (2012-08-24 06:52:56)
Offline
ProgrammingFreak wrote:
veggieman001 wrote:
jvvg wrote:
Actually, I just used veggieman001's tutorial at monolithic.tk/scratchr.
The only parts I did without the guide are getting memcached working (his guide to getting it working doesn't seem to work) and making myself an admin.What'd you differently for memcached? I'd love to add it to my guide.
I did it differently as well.
I set the directory to C:\xampp\memcached and then ran the cmd 'memcached -d install'. (The same format to start it as well.)
Oh and I also used the win32 binary version from here. I don't know if it made a difference or not, but yeah.
___
I still haven't completely finished though. I still gotta get rid of the last two errors.
Do you have the view pictured in the screenshots, though?
If not, I posted how to become an admin in the ScratchR thread.
Offline
why is there two "i"s in "notifications" in the first screenshot
(in the past notifications part)
Last edited by puppetadventurer (2012-08-24 16:51:17)
Offline