Only registered users can see links on this forum! Register or Login on forum!
I checked that page (thank you for looking into it btw), but it's not like it's a problem with Opera only and I'm too stupid to mess with the source codes (meaning it's not telling me anything even when I read through it).
I also checked if something was blocking livejournal domains (I'm sorry if I'm not using proper tech terms since I barely know them in my own language) and it doesn't seem to be the case... And I've said that other pages are fine, but rarely some things look different, like on Aibakaland signature texts are really big sometimes, but I don't know if it has any relation...(now that I check the error console there's a lot of CSS errors).
Anyway, I'll try to search further, it's not really worth of your time, I was just hoping someone might've come across a similar problem (probably there's a simple answer to it too, usually is, it's just that finding it is a real pain xP).
me again...
i just wonder. i know how to get those clubbox points. so when i exchange them how long am i able to download with that speed thing? because i exchanged them and after... a week (?) my coupon isn't there anymore.
so are there time limits i should know?
Joined: 27 Apr 2006 Posts: 7587 Location: Back from hiatus.
Posted: Thu Aug 07, 2008 7:06 pm Post subject:
kamikaze wrote:
me again...
i just wonder. i know how to get those clubbox points. so when i exchange them how long am i able to download with that speed thing? because i exchanged them and after... a week (?) my coupon isn't there anymore.
so are there time limits i should know?
When you exchange them you will see a table that shows what coupon(s) you have and when the coupon will expire. The coupons do expire in a certain period of time.
2GB: 5 days
5GB: 10 days
10GB: 15 days
30GB: 20 days
100GB: 60 days
300GB: 90 days
Hmm.. I have been having problems with downloading from clubbox for some time now. Keep getting this error message:
Only registered users can see links on this forum! Register or Login on forum!
Obviously i can only read "pc" from the message and that won't explain much. I saw other people getting this too recently, but no one seem to have a solution as yet. This is quite a ba ba boom thing since I do get most of my source from CB...
Joined: 27 Apr 2006 Posts: 7587 Location: Back from hiatus.
Posted: Sat Aug 09, 2008 6:25 pm Post subject:
faithez wrote:
hullo~
Hmm.. I have been having problems with downloading from clubbox for some time now. Keep getting this error message:
Only registered users can see links on this forum! Register or Login on forum!
Obviously i can only read "pc" from the message and that won't explain much. I saw other people getting this too recently, but no one seem to have a solution as yet. This is quite a ba ba boom thing since I do get most of my source from CB...
Would you have idea on how to solve this?
i heart aiba wrote:
Jecka555 wrote:
I need help!
I can't download from clubbox since days, every time I try to download I see this
Only registered users can see links on this forum! Register or Login on forum!
Do you know what it could mean?
Try this:
lordbordem @ Soompi wrote:
it looks like there is an issue with clubbox software and website at the moment and its making you manually reinstall the program.
best solution now is to keep re-installing the program every time until clubbox fixes it or until i can try recreate the problem on my computer and see what might be causing it, but strangely i haven't had this problem yet on Windows Vista but im suspecting its got something to do with that Nowcom memory defender thingy that got included in the last update and either windows vista UAC and DEP doesn't like it or its just a temporary website issue with clubbox
Joined: 27 Apr 2006 Posts: 7587 Location: Back from hiatus.
Posted: Sun Aug 10, 2008 1:41 pm Post subject:
faithez wrote:
Thanks, i heart aiba. What I did is go to Start --> Clubbox --> Uninstall. Then reinstall using the .exe file. That's what is suggested right?
Tried a few times but still not working. Will keep trying. Arigatou~
Uninstall it and download the new .exe file from the Clubbox website. Then install that. If it doesn't work uninstall again and install the program you just downloaded. Keep on doing that in case it doesn't start working after first uninstall-install session. I had to do that few times but now it has worked ok.
I'd like to make text sliding for credits in my videos like you did in Tabidachi No Asa.
I just know that in Aegisub I have to use move(..,..,..,..,) but I can't understand what kind of number I have to write
I already saw tha Aegisub guide but It's not very clear
Joined: 27 Apr 2006 Posts: 7587 Location: Back from hiatus.
Posted: Sun Aug 10, 2008 7:04 pm Post subject:
Jecka555 wrote:
Hello again!
New problem!
I'd like to make text sliding for credits in my videos like you did in Tabidachi No Asa.
I just know that in Aegisub I have to use move(..,..,..,..,) but I can't understand what kind of number I have to write
I already saw tha Aegisub guide but It's not very clear
Can you help even this time?
I think the guide is very clear.. Anyways..
\move(x1,y1,x2,y2)
x = x axis
y = y axis
1 = start
2 = end
e.g. \move(320,200,320,400) means the text moves from (320,200) to (320,400) - 320 being coordinate in x axis.
Aegisub Manual wrote:
\move(<x1>,<y1>,<x2>,<y2>[,<t1>,<t2>]) - Move
Moves the text from the original position, defined by x1,y1, to the destination, defined by x2,y2. This means that at the very start of animation, the subtitles will look the same as if you had done a \pos(x1,y1), and, at the very end, the same as \pos(x2,y2). If the parameters t1 and t2 are specified, then the subs will start at x1,y1, but won't start moving to x2,y2 until time reaches t1. At that point, they will start moving, and end at t2. t1 and t2 are specified in milliseconds, relative to the start time of current line. If t1 and t2 are omitted or zero, animation is assumed to last for the whole length of line.
You may only have one \move command in each line. If you have more, only the first one has any effect. e.g.:
Code:
\move(100,150,300,350)
(Moves from 100,150 to 300,350, lasting whole line duration)
Code:
\move(100,150,300,350,500,1500)
(Same as before, but it starts 500 ms (that is, half a second) after line appears, and ends one second later (that is, 1.5 seconds after subtitles started))
Only registered users can see links on this forum! Register or Login on forum!
Uninstall it and download the new .exe file from the Clubbox website. Then install that. If it doesn't work uninstall again and install the program you just downloaded. Keep on doing that in case it doesn't start working after first uninstall-install session. I had to do that few times but now it has worked ok.
THANKS GIRL! i went around to look for new exe file... did the install/uninstall routine and i think it works now! let me go share this with other pple i know who is facing this problem. I knew i could count on you man!
e.g. \move(320,200,320,400) means the text moves from (320,200) to (320,400) - 320 being coordinate in x axis.
Aegisub Manual wrote:
\move(<x1>,<y1>,<x2>,<y2>[,<t1>,<t2>]) - Move
Moves the text from the original position, defined by x1,y1, to the destination, defined by x2,y2. This means that at the very start of animation, the subtitles will look the same as if you had done a \pos(x1,y1), and, at the very end, the same as \pos(x2,y2). If the parameters t1 and t2 are specified, then the subs will start at x1,y1, but won't start moving to x2,y2 until time reaches t1. At that point, they will start moving, and end at t2. t1 and t2 are specified in milliseconds, relative to the start time of current line. If t1 and t2 are omitted or zero, animation is assumed to last for the whole length of line.
You may only have one \move command in each line. If you have more, only the first one has any effect. e.g.:
Code:
\move(100,150,300,350)
(Moves from 100,150 to 300,350, lasting whole line duration)
Code:
\move(100,150,300,350,500,1500)
(Same as before, but it starts 500 ms (that is, half a second) after line appears, and ends one second later (that is, 1.5 seconds after subtitles started))
Only registered users can see links on this forum! Register or Login on forum!
Joined: 05 Mar 2007 Posts: 1482 Location: The Middle Of Nowhere
Posted: Wed Aug 13, 2008 8:18 am Post subject:
I'm going to sound totally stupid and inept, but I really want to know how to figure this out. I don't think it's been asked, but if it has, I apologize whole heartedly.
How do you figure out what your banner size is? I want to make sure mine is acceptable by the rules here.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Aibakaland
DoReMii Fansubs
Forum layout design and banner by Jhc2419
Coding by i heart aiba