-
Posts
573 -
Joined
Content Type
Forums
Downloads
Blogs
Events
Gallery
Articles
Everything posted by TehByte
-
They look nice; can you get me a pair too? <3
-
Ahhh, thank you Dan
-
Okay, so firstly to code CSS we need to open up the CSS tags <br /> <br /> In between the tags we can now start styling our web pages Firstly, to style a certain part of the website you need it's ID or Name. If we are editing for example a div that uses ID="Main" we would have to write the code like this #Main { } But if we are using the name="Main" tag we would write the code like this .Main { } To style anything else like the body of the page you would write the code like this body { } Our styling codes then go in between the { and }. So I will now write a list of different definitions Styling fonts font-family: FONTNAME; font-size: 12px; color: HEX/COLOURNAME; font-weight: bold/none; text-decoration: underline/none; Adding a border border: 1px solid #000000; Backgrounds background-color: HEX/COLOURNAME; Links a:link { } a:visited { } a:active { } a:hover { } I shall add more as they come to my mind, if you know any more please reply and I shall add. Sorry for the bad grammar, I'm tired, I'll correct when I wake up if I have time...
-
I used w3schools.org to learn PHP, but I also learnt a few other languages first, such as HTML and CSS. And it took me around a month to become familiar with PHP, Dan learnt it a bit quicker.
-
The while loop executes a block of code while a condition is true. $i=0; while($i < 3) { echo "Your number is: " .$i. " "; $i++; } ?> In this code, while the variable $i is less than 3 the while loop shall run, and the output shall be: Your number is 0 Your number is 1 Your number is 2 Your number is 3 The for loop is used when you know how many times your script should run. for($i=0; $i<=5; $i++) { echo "Your number is: " .$i. " "; $i++; } ?> This example defines a loop with the variable $i=0. The loop shall continue to run as long as $i is less than or equal to 5. Output: Your number is 0 Your number is 1 Your number is 2 Your number is 3 Your number is 4 Your number is 5 Sources: w3schools.com
-
How do I echo the time/date to a console with Java? I want the format to be [dd-mm-yyyy ss:hh]
-
Hopefully all the redirects and reinstalls will stop now? XD
-
That's freaky..
-
Aha, yeah I had those features in mind to add; add/remove donator wont be needed as they will be automated; but I shall be creating server and web logs and then allowing Administrators to view and edit the logs.
-
Aha, I shall be creating a housekeeping panel like AJ has but not as advanced because I'm not a pro coder like him; hopefully the housekeeping should have a few features like RageScapes one does. But I hope to get most of the server being controlled via the housekeeping panel. If you want any more information feel free to contact me and I'll try and answer your questions :)
-
trolololololollololol0l0l0l0l0l0l0l0ll0l0l0l0l0l0l 0lolololllololololol
TehByte replied to Josh's topic in Video & Pictures
I love it how, no matter how many times you listen to this song, it doesn't get boring.. -
No :( Do you like me? :D
-
@Steve Ah right, soon I'l open the website up so users can register/login on it and I'll add a web client so users can play if my PCs on and the source is on. @Jordan Thank you for the support! @djaka djaka, let me get an image of everything else loaded from the database. Edit okay, http://i306.photobucket.com/albums/nn267/matthewcarter123/EvolutionScape/database-1.png This is the current database for EvolutionScape, so currently we have chatlogs, world information, connection logs, npc spawn, player banks, player information (anything with the p_ prefix holds character information) after this we have the s_ prefix for the site s_news holds news s_sidedata holds the side data then we have 'version' which holds version data about the server, client, website, database etc. @Josh Beta testers may be recruited, it depends, we were thinking of creating a "live beta"
-
That's if I release the server, it's unlikely that it shall be released, and if I do release I will eed to find funding.
-
Please note: this server shall NOT be released as a download, EvolutionScape shall be released as a server to play. EvolutionScape EvolutionScape is a 508 server being developed by me (TehByte) and Wouter; we are aiming to create a stable, fun server. We hope that the server shall have a stable economy, generous training rates, and that it shall be fun! We have been developing the server for quite a while, but it's really starting to move on quickly through development stages. So without further ado, lets explore the server features. Server features MySQL saving/loading Server images Website features Register system - Adding AJAX soon Login system (Credits to GhostSnyper for help with the query) Rights detection system Website images *More information shall be added as development continues
-
trolololololollololol0l0l0l0l0l0l0l0ll0l0l0l0l0l0l 0lolololllololololol
TehByte replied to Josh's topic in Video & Pictures
Amazing! Just, amazing :D -
One immense song :D
-
Yes Do you like beef?
-
What's that coming over the hill is it a monster? Owait, it's just NLStyle. Hehehehe :) only joking, great song!
-
Thanks guys, lets hope I do a good job?
-
http://i34.tinypic.com/33uq0ow.png Moved to correct section ~TehByte I've seen the website already and registered, it's coming along quite nicely. Good luck with the rest of the project Mike!
-
SHEARK
-
No o.O or at least, I don't think so? Did you watch x factor?
-
It would be quite nice to see more sections within there, but it's what else to include.
-
Quite nice updates :) And thank you for the promotion <3