Help? *Solved*

Posted by Siert on Aug. 14, 2008, 9:45 p.m.

First of all… 10K!

So my question is whats wrong with this php script?

Quote: highscore.php
<?php

if(isset($_GET["n"]) && isset($_GET["s"]) && isset($_GET["p"]))

{

$file = file("scores.txt");

$higher = 0;

for($f = 0; $f < count($file); $f++)

{

$row = explode("[)><(]",$file[$f]);

$name[] = $row[0];

$score[] = $row[1];

if ($name[$f] == $_GET["n"] …

Coloraze: Spectrum Server Down

Posted by Siert on Aug. 5, 2008, 10:18 p.m.

I apologize if somebody is still playing Coloraze: Spectrum, but the level hosting system is currently down.

I did not plan this, I think it was an accident on "buster2Xk"s part. (not that he meant to) This means I will be closing the server until the game is complete. You …

Suggestions?

Posted by Siert on Aug. 2, 2008, 5:24 p.m.

Coloraze: Spectrum is almost finished, well kind of…

For now I am on vacation, but when I get back I'll be working on fitting 39dll into the game, adding level ratings, possible download counts, redoing the main menu, adding some graphical touches and adding sounds and music.

That is all …

In-Game Online Highscores V2!

Posted by Siert on July 28, 2008, 8:44 p.m.

I just wanted to draw attention to my online highscores example. I have updated it to version two, now it uses 39dll and is super x2!

I thought that with the great reaction from the first version, people would appreciate the second.

If any of you are wondering, I am …

Coloraze Level Contest Results!

Posted by Siert on July 27, 2008, 4:14 p.m.

After a long delay… (sorry about that) …the Level Contest Results are in!

Sadly, I was unable to get a reward to give out. (such as a badge)

Breakthrow by serprex - 6/10

Good idea, but lacks length.

Choose A Path by Nighthawk - 7/10

Colorful and neat, but based …

Coloraze v0.91 Is Out!

Posted by Siert on July 22, 2008, 9:31 p.m.

Coloraze Spectrum v0.9 is OUT!

- a better uploader

- an auto-updater

- files are stored in a folders

- heavy name filtering

- GMBED compatibility

- tutorial

- smaller downloads

- new file format

- level editor scrolls

- smaller initial download size

- security updates

Get It At …

Coloraze v0.90 Question

Posted by Siert on July 20, 2008, 3:21 p.m.

The next version is right around the corner!

A checklist of everything left to do (to complete the game) (red is to version v0.9):

Items will be crossed off when completed.

- client bmp generator (bmp files will no longer be downloaded)

- a better uploader (this should ensure your …

How To Filter A String

Posted by Siert on July 15, 2008, 9:26 p.m.

//starts arguments

var fstring, caps, offensive, filtered;

fstring=argument0

//creates list of offensive words

offensive = ds_list_create()

This is where the offensive words are added.

Example:

ds_list_add(offensive,"wth")

Add as many as you want.

To see my list and save some time, click here.

Save other people some …

Coloraze Apology

Posted by Siert on July 14, 2008, 12:11 p.m.

If any of you have played Coloraze: Spectrum lately, may may have noticed some offensive level names available for download, I apologize. These levels have been removed and a better filter will be made for the next version. Sadly, this may involve filtering numbers and symbols (to avoid spellings such …

Coloraze: Spectrum v0.85

Posted by Siert on July 9, 2008, 8:48 a.m.

Coloraze: Spectrum v0.85 is out and working!

v0.85

fixed finish blocks not flashing

fixed when player falls directly on spike and doesn't die

fixed incorrect test code

fixed random black blocks at 0,0

fixed random picture taking

auto .ccl conversion

background behind menu is darker

room speed is changed to …