Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Galandros

Pages: 1 ... 60 61 [62] 63 64 ... 84
916
News / Re: Forum statistic page update
« on: December 17, 2009, 04:16:28 pm »
I like the new mod :)

I'm just throwing this out here, and hoping that it isn't necessary ;): please don't post just for the sake of being on the "top 10 ___ today" lists.
I just don't need pushing posts, to get there. :P Wait maybe I am pushing now. joking...
And we should prefer quality over quantity. (I am not saying that the posts don't have quality nowadays, just we should have this in mind)

917
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 17, 2009, 04:13:02 pm »
Would it be possible to eventually add a full disassembler?  I'll see if I can find a good unix compatible one, and if not we can always bug Mapar to finish (or start?) the one he was talking about a while ago.
I can provide with the front-end in PHP as usual, if you wish. :) tr1p1ea disassembler could be supported... Although it is not the best, we (community) can do.
I can get back to "it", if you like your Omnimaga RPG class character. ;D

I noticed the upload system of Omnimaga have started being very glitchy lately. When I tried to upload a gif file once, it took me at least 4 tries until it accepts it and idk why.
Hmmm, could be from your Internet connection? I ask because mine is unstable sometimes. :P From the server, I don't know much to give an answer.

918
Pokémon Purple / Re: Pokemon Purple
« on: December 17, 2009, 08:56:41 am »
Didn't Andree Chear (the Rom8x author) do a good linking routine for BASIC coders? It was called ZCOM or something

EDIT: Nvm it was a different person and the program is there:

http://www.ticalc.org/archives/files/fileinfo/368/36828.html
I thought there wasn't something similar.

I am thinking why not add linking to CelticIII?

919
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 17, 2009, 08:41:29 am »
Ok, updated the server and see the attach for source code.

I am having some difficulties with the server to get the online assembler working. :( On Revsoft topic, I am being aided by Spencer on Revsoft topic. I am starting to think, I will need a server from other site.
MANY EDITS: finaly the download works... SMF has a problem with .zip extension?
I found the additional options :-X

920
Other Calc-Related Projects and Ideas / Re: Anti-RPG RPG
« on: December 16, 2009, 04:14:53 pm »
I saw in the calcs around the class and the lcd's contrast changes in some calculators. Like mine is 1 year older than my friends and some have 1 year younger. My is somewhat darker, other medium and the latest very light.

921
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 16, 2009, 03:04:37 pm »
i checked with this code the other day and it said PHP 4.4.9 but some people said they tried PHP5 scripts and they worked fine. Weird.
That seems the latest PHP 4 version... Weird, I hope the script works, though.

I have the assembly code counter working in my computer (xampp in Windows). But the server is Linux, so I have to install properly spasm there, I think.

I hope to get this working soon...

922
TI Z80 / Re: Fall
« on: December 16, 2009, 09:20:11 am »
Great quality game. How big is it?

923
Humour and Jokes / Re: Funny #omnimaga quotes
« on: December 16, 2009, 04:26:38 am »
Nah that's in X-Chat, if you do /mick as op it kicks an entire channel in one hit. Don't use this, though x.x
/me run away from kicks.

924
Other Calculators / Re: History of the TI community
« on: December 16, 2009, 04:24:38 am »
Spam bots are now deleted and stopped as they appear. And brandonw updates the wikimedia which helps a lot.

Sicode can be added as a programming team. And their archive site provides enough information. But better someone that saw their presence in first person add/correct something to the page. I will do that.

What other teams should be added? Remember the WikiTI is related to 68k calculators besides it has very few content about it.

925
News / Re: Online Hex Disassembler revived and old #omnimaga logs online
« on: December 16, 2009, 04:15:58 am »
Cool stuff.  ;)

926
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 16, 2009, 04:15:28 am »
DP... hmm someone just told me 1and1 actually had PHP5 support... strange. He actually told me it had both 4 and 5 installed at once. Weird, maybe it might work anyway. I guess once the script is done and it works on your host, maybe I could try on mine too?
I saw a host that you could switch between PHP4 and PHP5.

To see your working version save this code has a "name.php" file using some text editor like Notepad or Wordpad.
Code: [Select]
<?php
 phpinfo
();
?>

Then send to the site (anywhere) and visit it. It will show in the first lines your PHP version.

EDIT: I have searched the available functions and there is a not much harder way to make the script PHP4 compatible. But only unsquish around 8000 bytes of maximum. I have to search more to avoid the limit.

Also today I can have a functional assembly code counter. It will not be yet very friendly to many uses but I will work for that once I get it working right. I don't have much experience with PHP, hence the difficulty to add early friendliness.

927
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 15, 2009, 02:41:10 pm »
That and if your host goes down, then this part of Omnimaga would not be avaliable.

Back then, Omnimaga forums had all its images stored on United-TI while the forums was hosted on Invisionfree. When UTI went down (which happened at least 3 times per week sometimes), all forum skin images and button were down, making the forums impossible to browse
That can happen and you need to update links every time I change things...
The source will be available and others can host themselves.

Could the ROM be stored in a cookie on the person's computer?  It would be a huge one (a few megs), but I think it would technically be legal ;)
Cookies can't be that large.

928
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 15, 2009, 09:32:36 am »
aah ok then

Also I think you'll have to keep it hosted yourself, because my server only supports PHP 4.4.9, so there are big chances it will not work. :(
The hex disassembler I am sure it doesn't work. It relies on a feature of PHP 5.1.0.

But the assembler and code counter I don't know.
But we can always put the HTML front here in Omnimaga and it directs action to the PHP scripts in my host. The only problem would be bandwidth in future.

929
TI Z80 / Re: Someone should revive the Online Hex Disassembler...
« on: December 14, 2009, 04:43:25 pm »
well my issue is that if the tool has way too many stuff and features, it will make it no longer fit in one forum post and have scroll bars. Of course, though, if you can separate each tools into different pages and have no GUI/navbar/banner, it might be easier, though.
It is pretty simple and small. I will try to come up with a beta of the assembler to show.

930
Humour and Jokes / Re: [NSFW] The Quadratic Solver Liberation Front
« on: December 14, 2009, 12:44:14 pm »
Radical Pi had some fun in the forum alone O_o

Pages: 1 ... 60 61 [62] 63 64 ... 84