Uh... how do you log on? I typed in my username and password and then pressed enter, but nothing happened...
Offline
shadow_7283 wrote:
Uh... how do you log on? I typed in my username and password and then pressed enter, but nothing happened...
You have to make sure you put the exact correct characters (uppercase/lowercase), and that your password has no special characters.
Offline
Can you delete, the Ben Kenobi sprite I uploaded? I was right, I got it mixed up.
Offline
fullmoon wrote:
Voila, c'est fait!:
Scraps SR Uploader
It's an Adobe AIR app, so you'll need the runtime if you don't already have it. It's pretty simple, just drag files into it to upload them. You can right-click the widget to sign out and there are more options to be found by clicking the taskbar/dock icon. (Someone with a mac, please test this!) Report all bugs to me!
Documentation coming soon.
Wow, an Adobe AIR app? Great job fullmoon
JSO will want the documentation to make his own tweaks
Offline
Hm... Fullmoon's uploader seems a little messed up to me.
When I start it the whole application appears in the taskbar - probably not what was intended. The button for logging in gets cut off, so I have to stop the whole program.
Offline
ihaveamac wrote:
If someone happens to upload a virus, I can't get infected at all.
Virtual PC FTW
No, VirtualBox FTW
Offline
coolstuff wrote:
Hm... Fullmoon's uploader seems a little messed up to me.
When I start it the whole application appears in the taskbar - probably not what was intended. The button for logging in gets cut off, so I have to stop the whole program.
same actually xD
Offline
Here's how things look on my screen. I actually can *just* reach the sign-in button by a margin of two or three pixels, but it's not the most visually appealing thing on Earth:
(That's the bottom-right corner of my screen.)
Offline
I can't log in, even though I have no special characters (besides numbers) in my password. And the log in device is cut off for me too, including the button.
I'm using Windows 7. Why don't you just center it? I don't really mind where it is, as long as it functions...
That's as much as I get.
Last edited by shadow_7283 (2010-07-22 20:06:47)
Offline
shadow_7283 wrote:
I can't log in, even though I have no special characters (besides numbers) in my password. And the log in device is cut off for me too, including the button.
I'm using Windows 7. Why don't you just center it? I don't really mind where it is, as long as it functions...
Same here. Windows 7 user and same problem.
Offline
So, JSO? Have you approved the idea of illusionist and I being upload approvers?
Offline
terminator68 wrote:
So, JSO? Have you approved the idea of illusionist and I being upload approvers?
We already have 4. JSO, adrinigal(???), fg123, and me. :3
Offline
ihaveamac wrote:
terminator68 wrote:
So, JSO? Have you approved the idea of illusionist and I being upload approvers?
We already have 4. JSO, adrinigal(???), fg123, and me. :3
Bummer . I though adriangl said maybe. Oh well...
Offline
terminator68 wrote:
ihaveamac wrote:
terminator68 wrote:
So, JSO? Have you approved the idea of illusionist and I being upload approvers?
We already have 4. JSO, adrinigal(???), fg123, and me. :3
Bummer . I though adriangl said maybe. Oh well...
Maybe soon you can join and others. When we get a truck load of users.
Offline
ihaveamac wrote:
terminator68 wrote:
ihaveamac wrote:
We already have 4. JSO, adrinigal(???), fg123, and me. :3
Bummer . I though adriangl said maybe. Oh well...
Maybe soon you can join and others. When we get a truck load of users.
OK . Thanks.
EDIT: 600th post! Yippee!
Last edited by terminator68 (2010-07-22 20:14:41)
Offline
ihaveamac wrote:
shadow_7283 wrote:
I can't log in, even though I have no special characters (besides numbers) in my password. And the log in device is cut off for me too, including the button.
I'm using Windows 7. Why don't you just center it? I don't really mind where it is, as long as it functions...Same here. Windows 7 user and same problem.
Same here. I used. Tab+Enter. It disappeared...
ihaveamac wrote:
terminator68 wrote:
So, JSO? Have you approved the idea of illusionist and I being upload approvers?
We already have 4. JSO, adrinigal(???), fg123, and me. :3
adrian - g - l
That's how you spell it.
Offline
Thanks everyone for testing the uploader. I tried to make it so it opens in the bottom right-hand corner of the screen based on the user's resolution, but since it's draggable, I guess that doesn't really mean too much anyway.
EDIT:
No way I'm going to be able to scrub data from HTML search pages for a downloader. It's not even valid XHTML, apparently.
Last edited by fullmoon (2010-07-22 22:59:46)
Offline
The dragging didn't work for me...
Offline
shadow_7283 wrote:
The dragging didn't work for me...
Nor me. Why not just make it open around the middle? I also found that the window never fully disappears, it just hides behind the taskbar, as is evident in my post about the ugly orange bar, and that changing the height of the taskbar makes it visible.
Other than that, great work, though - I am truly impressed!
Offline
coolstuff wrote:
shadow_7283 wrote:
The dragging didn't work for me...
Nor me. Why not just make it open around the middle? I also found that the window never fully disappears, it just hides behind the taskbar, as is evident in my post about the ugly orange bar, and that changing the height of the taskbar makes it visible.
Other than that, great work, though - I am truly impressed!
Thanks! Only the "indicator" with the logo (which apparently you can't see) is a drag handle. I'm about to upload a version with this fixed.
SR Team:
If anyone's interested in writing a realllly small API I would really appreciate it. The HTML search pages are proving impossible to scrub. Basically I need to be able to pass the following info to a search script:
search term, resource type, category, start index of searches, end index
And get a list of results in XML something like this:
<results> <result> <name>Boing</name> <type>Sound</type> <comments>BOING!!!</comments> <author>GenericScratcher</author> <category>Effects</category> <size>26000</size> <downloads>27</downloads> </result> <result> ... </result> </results>
POST or GET, I don't care. Also, maybe a login API would be nice, the method I'm using is somewhat unreliable. I would gladly write these functions in PHP myself and hand them off to one of you to merge with your SQL queries. Please let me know
Last edited by fullmoon (2010-07-22 23:12:08)
Offline