Gogeta70's Coding Project

Questions about programming languages and debugging
User avatar
n3rd
Staff Member
Staff Member
Posts: 1474
Joined: 15 Nov 2005, 17:00
18
Location: my own perfect world in ma head :)
Contact:

Post by n3rd »

Gogeta, look in this topic for some links I posted with the graphix I designed, just grab em and use them if u want them other wise let me know if U want something else, due note that I am busy currently with my fucking internship and thus dont have that much spare time XD.
[img]http://img580.imageshack.us/img580/8009/userbar2k.png[/img]

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

I know you made a navigation and banner, but it's pointless to put those in the design without the rest of the template.
¯\_(ツ)_/¯ It works on my machine...

User avatar
n3rd
Staff Member
Staff Member
Posts: 1474
Joined: 15 Nov 2005, 17:00
18
Location: my own perfect world in ma head :)
Contact:

Post by n3rd »

can you make a dummy? so I can see what it looks like and addapt the rest of the template?.
[img]http://img580.imageshack.us/img580/8009/userbar2k.png[/img]

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Image
¯\_(ツ)_/¯ It works on my machine...

User avatar
t3st
forum buddy
forum buddy
Posts: 13
Joined: 18 Apr 2008, 16:00
16

Post by t3st »

is this project still alive?...

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Yes, i'm working on it in my free time, but i'm mostly the only one working on it at the moment.

If you're interested in helping, read the info in the first post. ;)
¯\_(ツ)_/¯ It works on my machine...

User avatar
Producted
On the way to fame!
On the way to fame!
Posts: 26
Joined: 13 Oct 2008, 16:00
15
Contact:

Post by Producted »

I won't mind to join the team. PHP is my thingy :roll:
PM me for some examples, they are private :oops:

(Because i'm new i don't have to be a newb)

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

Hey I can appreciate your helpfulness.
but check the header of the last reply : Mon Apr 21, 2008 5:32 am
Since you are new here, I'll just get to the point. Gog is now in the service and will probably get shipped to trashcanistan.
Go into IRC and see Biggie or Cats, they have been involved in the bot program as well as various other unfinished projects around here.

I got a feeling you will be a very useful person, welcome to the forum neophyte.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Surprisingly enough, the project is still alive, just in a coma :lol:

It's one of the few things i saved from my hard drive being completely erased for certain reasons before i left...

I plan to start it back up from where i left off when i get back home.
¯\_(ツ)_/¯ It works on my machine...

User avatar
lars
Newbie
Newbie
Posts: 3
Joined: 30 Oct 2008, 17:00
15

Post by lars »

Out of curiosity, why do you want a flat file?

What about using SQLite?

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

hey lars,
welcome to the forum.
Gog is in the military service now, so just give him time to reply to you between gunfire and grenades.

You also want to go meet maboroshi - he is our chief coder. You two code freaks will probably like each other :wink: Myself, I am more of a net tech, with a slant on insecurities too.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

I never updated the first post. The reason i wanted to use a flat file was because at the time, i didn't much like sql, or know how to use it. After coding the project for a while, however, i did implement mysql in place of the flat file db.

Uh-oh, gotta go, grenade... :!:
¯\_(ツ)_/¯ It works on my machine...

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, I am doing something similar at the moment....instead of using a database I use PHP to write to a XML file. but ok, in my case it makes really sense because I create playlists for a online TV station that way, the player reads from xml files anyway so I got rid of the man in the middle (sql).

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

bad_brain wrote:well, I am doing something similar at the moment....instead of using a database I use PHP to write to a XML file. but ok, in my case it makes really sense because I create playlists for a online TV station that way, the player reads from xml files anyway so I got rid of the man in the middle (sql).
I did the same thing with a mp3 podcast and XML worked great, very easy to edit the playlist in XML also.

Post Reply