laser314 wrote:
How do you reset your password if your account isn't linked to scratch?
Um, we haven't thought of a way to do that yet.
However, all new registrations must be linked to Scratch, so it isn't that big a problem.
Offline
XenoK wrote:
So do we get to see the source code?
Yes. It is located at https://www.assembla.com/code/mod-share-iv/git/nodes
I think you need a Git client to check it out. Also, if anyone can figure out how merge requests work, you're welcome to contribute code.
Last edited by jvvg (2012-09-24 14:08:08)
Offline
jvvg wrote:
XenoK wrote:
So do we get to see the source code?
Yes. It is located at https://www.assembla.com/code/mod-share-iv/git/nodes
I think you need a Git client to check it out. Also, if anyone can figure out how merge requests work, you're welcome to contribute code.
Awesome
Ages ago I had an idea to make a site to make collabs easier, and I really hope this can make my dream come true! MOD SHARE IS EPIC!!!!!!!!!!
(Credit will be given )
Last edited by Zeusking19 (2012-09-24 15:05:45)
Offline
Zeusking19 wrote:
jvvg wrote:
XenoK wrote:
So do we get to see the source code?
Yes. It is located at https://www.assembla.com/code/mod-share-iv/git/nodes
I think you need a Git client to check it out. Also, if anyone can figure out how merge requests work, you're welcome to contribute code.Awesome
Ages ago I had an idea to make a site to make collabs easier, and I really hope this can make my dream come true! MOD SHARE IS EPIC!!!!!!!!!!
(Credit will be given )
What exactly do you plan to do with it?
Offline
jvvg wrote:
XenoK wrote:
So do we get to see the source code?
Yes. It is located at https://www.assembla.com/code/mod-share-iv/git/nodes
I think you need a Git client to check it out. Also, if anyone can figure out how merge requests work, you're welcome to contribute code.
you can view the source code right in your browser. I don't know how merge requests work, I'll have to look it up
Edit: found it https://www.assembla.com/spaces/breakou … e_requests
Basically, first you fork the code from the mod share repo. Make your desired changes, then submit a merge request with the official mod share code, which jvvg can then accept/deny, and if accepted, the changes would be imported
Last edited by SJRCS_011 (2012-09-24 15:30:40)
Offline
jvvg wrote:
Zeusking19 wrote:
jvvg wrote:
Yes. It is located at https://www.assembla.com/code/mod-share-iv/git/nodes
I think you need a Git client to check it out. Also, if anyone can figure out how merge requests work, you're welcome to contribute code.Awesome
Ages ago I had an idea to make a site to make collabs easier, and I really hope this can make my dream come true! MOD SHARE IS EPIC!!!!!!!!!!
(Credit will be given )What exactly do you plan to do with it?
It is going to be used as a base for a set of tools to make collaborations easier, such as version control and whatever. The base for uploading projects with support for mods is exactly what I need. As I said, full credit will be given.
Offline
and, uh, there is no index page. And the forum says Unable to fetch guest information. Your database must contain both a guest user and a guest user group.
Default.php in pages says Fatal error: Call to a member function query() on a non-object in /home/u699748979/public_html/pages/default.php on line 8
Last edited by Zeusking19 (2012-09-24 15:27:12)
Offline
Have you download htaccess and dispatcher.php?
They are essential for any page on your website to display!
Offline
Where's the .htaccess file? I can't find it anywhere in the repo
edit @ above: jvvg must not have put the .htaccess file in the repo. It's no where to be found...
Last edited by SJRCS_011 (2012-09-24 15:51:16)
Offline
SJRCS_011 wrote:
Where's the .htaccess file? I can't find it anywhere in the repo
edit @ above: jvvg must not have put the .htaccess file in the repo. It's no where to be found...
Oops. I guess Git doesn't add files beginning with a period by default. Anyway, fixed.
Offline
jvvg wrote:
SJRCS_011 wrote:
Where's the .htaccess file? I can't find it anywhere in the repo
edit @ above: jvvg must not have put the .htaccess file in the repo. It's no where to be found...Oops. I guess Git doesn't add files beginning with a period by default. Anyway, fixed.
unless you forgot to add it to the index before committing?
Last edited by SJRCS_011 (2012-09-24 18:42:26)
Offline
SJRCS_011 wrote:
jvvg wrote:
SJRCS_011 wrote:
Where's the .htaccess file? I can't find it anywhere in the repo
edit @ above: jvvg must not have put the .htaccess file in the repo. It's no where to be found...Oops. I guess Git doesn't add files beginning with a period by default. Anyway, fixed.
unless you forgot to add it to the index before committing?
No, I said "git add *"
Offline
jvvg wrote:
SJRCS_011 wrote:
jvvg wrote:
Oops. I guess Git doesn't add files beginning with a period by default. Anyway, fixed.unless you forgot to add it to the index before committing?
No, I said "git add *"
hmm, i wonder why it didn't add then.
Also, just so you know, I'm working on a collab fork of Modshare IV, and I'll submit a merge request when I'm done with it.
You can view my project just by going to the fork network thing, then going to the Mod Share IV with Collabs project
Offline
SJRCS_011 wrote:
jvvg wrote:
SJRCS_011 wrote:
unless you forgot to add it to the index before committing?No, I said "git add *"
hmm, i wonder why it didn't add then.
Also, just so you know, I'm working on a collab fork of Modshare IV, and I'll submit a merge request when I'm done with it.
You can view my project just by going to the fork network thing, then going to the Mod Share IV with Collabs project
I see it. I'd like to see what you come up with.
Offline
Warning: session_start() [function.session-start]: open(/home/u699748979/public_html/sessions/sess_308832a1845a334b5acee2d176f71c55, O_RDWR) failed: No such file or directory (2) in /home/u699748979/public_html/dispatcher.php on line 31
???
Offline
Well... check line 31...
Offline
Zeusking19 wrote:
Warning: session_start() [function.session-start]: open(/home/u699748979/public_html/sessions/sess_308832a1845a334b5acee2d176f71c55, O_RDWR) failed: No such file or directory (2) in /home/u699748979/public_html/dispatcher.php on line 31
???
Oh, you need to create a sessions directory in the web root.
Offline
Another thing:
our XHTML is completely valid.
(Note: if the validator says HTML 4.01, then refresh it).
Offline
Thank you I now have a fully functional copy of Mod Share installed! The forum stills says about a guest user...
Offline
Zeusking19 wrote:
Thank you I now have a fully functional copy of Mod Share installed! The forum stills says about a guest user...
I'll make a .sql file for that. Hold on...
Offline
Ok, there is another file: db_data_forums.sql
That contains the database data you need.
It is at https://www.assembla.com/code/mod-share … g/database
Offline
jvvg wrote:
laser314 wrote:
How do you reset your password if your account isn't linked to scratch?
Um, we haven't thought of a way to do that yet.
However, all new registrations must be linked to Scratch, so it isn't that big a problem.
Mine isn't connected to scratch, for security reasons.
Offline