#1
|
||||
|
||||
Cool code bits
First and foremost, I don't own these codes! They were all found through google searches. All I did was make it workable with the mysidia script.
(More to come. I'm working on getting an avatar customization thing working next, I just need to get the layers to appear correctly)
__________________
Last edited by Dinocanid; 02-06-2017 at 07:54 PM. |
#2
|
||||
|
||||
Awesome! Thank you for sharing, this is great!
I think for avatar customization you will need to employ the use of a GD Library, which will be needed to save dynamic images, which are what you'd use to create an avatar customization system.
__________________
My Mods Site (1.3.4, 2020 Mods) Last edited by Abronsyth; 02-02-2017 at 01:06 PM. |
#3
|
||||
|
||||
I'm having a small issue with this- I copied the code and did what you said- but the questions arent appearing in the trivia box... it simply says "question here"
Instead of any questions or answers.. |
#4
|
||||
|
||||
I'm having the same issue, Ittermat. Though I'm holding off on testing it more while I look into the sendscore function.
__________________
My Mods Site (1.3.4, 2020 Mods) |
#5
|
||||
|
||||
I went through it myself and ran into the issue. Something was up with the javascript code, but I don't know what since I couldn't spot what was different from the one on my site. I replaced it so it should work fine now.
__________________
|
#6
|
||||
|
||||
Now i must figure out how to make the questions
__________________
https://www.viagrasansordonnancefr.c...-en-pharmacie/ |
#7
|
||||
|
||||
The questions can be changed like this:
Code:
"question" : "Question goes here", "choices" : [ "answer" ], "correct" : "correct answer", "explanation" : "explain why that's the answer", }, Code:
"question" : "What's my favorite ice cream?", "choices" : [ "vanilla", "strawberry", "chocolate", "banana" ], "correct" : "vanilla", "explanation" : "I like vanilla because it tasted good!", }
__________________
|
#8
|
||||
|
||||
Oh
I'll try it out. Then i'll make an arcade machine to this because on every game my site haves, an arcade machine will be added with the game link.
__________________
https://www.viagrasansordonnancefr.c...-en-pharmacie/ |
#9
|
||||
|
||||
I'm too lazy to explain the issue so i quoted someone:
What to do?
__________________
https://www.viagrasansordonnancefr.c...-en-pharmacie/ |
#10
|
||||
|
||||
That's because the php file (the one located in public_html/games/trivia), has the wrong paths in it if you named the files anything else:
PHP Code:
EDIT: Also, good news! I've actually wrapped my head around GD libraries and I'm figuring out how to get avatar customization to work.
__________________
Last edited by Dinocanid; 07-23-2017 at 04:03 PM. |
|
|
What's New? |
What's Hot? |
What's Popular? |