The ctrl+v thread!

  • Thread starter sn00pie
  • 1,567 comments
  • 87,674 views
Status
Not open for further replies.
Die Crazy Savegame 2 Collection ist etwas ganz besonderes! Man hat zu Beginn des Spieles alle erdenklichen Extras, kann jedoch das ganze Spiel noch durchspielen, also ein großer Unterschied zu so genannten ,,Perfekt Savegames". Außerdem wurden noch sehr viele in GTA3 parkende Fahrzeuge durch andere ersetzt und/oder verschoben, dazu kommt noch das ihr wo ihr wollt anfangen könnt! Bei jeder Person! Im Portland findet man nun fasst alle Fahrzeuge! Hier die Features auf einen Blick!
Alle Angaben gelten bereits ab Beginn des Spiels (man startet bei den Luigi Missionen)

- !!!NEU: Man kann wo man will das Spiel starten, aufgrund der vielen Savegames!!!
- Feuerwehrmissionen, Krankenwagenmissionen und Polizeimissionen erledigt, daher alle - Extras im Versteck!
- Alle 100 Päckchen gesammelt, daher alle Waffen im Versteck
- 100 Taxi Missionen erledigt, daher ist nun das Borgnine Taxi verfügbar
- Die in GTA3 parkenden Fahrzeuge wurden durch andere Ersetzt und/oder verschoben, man findet nun in Portland ,,Autoparkplätze"
- Es wurden auch weitere Boote plaziert in Portland, Staunton Island und Shoreside Valé! So wird es auch möglich mit dem ,,Ghost" Boot zu fahren!
- Man ist bis unter die Zähne mit Waffen und Munition bewaffnet!
- In den Garagen des Spielers sind schnelle Fahrzeuge geparkt!

Weitere Downloads und Infos meiner Projekte wie die Crazy Savegame Reihe oder die Crazy Total Car Conversion findet ihr unter http://www.crazygtaworld.de.vu



I was reading a german site earlier. Copied that so i could put it into the altavista translator... :odd:
 
Supra TwinTurbo-R (JZA70) '91

Oh I was copying something from the GT2 carlist on this site for some reason.
 
I just moved 487MB in files from one server to another, using Cut and Paste.

You really don't want me to hit Paste now, do you?
 
No, it wouldn't, you're right.

In fact, when you do a cut/paste like that, all that gets stored is pointers to the original files. Only once you paste do those have any meaning.

But still, that was what my clipboard contained at the time!

What's in it now? Err...
Code:
// Run the image handler for the Category set
switch(strtolower($subcat))
{
	case "film producers":
		$imgname = "film";
		break;
	case "science: chemistry":
		$imgname = "chem";
		break;
	case "science: computing":
		$imgname = "compu";
		break;
	case "science: economics":
		$imgname = "econ";
		break;
	case "science: mathematics":
		$imgname = "math";
		break;
	case "science: medicine":
		$imgname = "medi";
		break;
	case "science: physics":
		$imgname = "phys";
		break;	
	case "science: psychology":
		$imgname = "psych";
		break;
	case "sportsmen/women":
		$imgname = "sports";
		break;
	default:
		$imgname = stripslashes($subcat);
		break;
}

Well, you did ask!
 
Originally posted by Basic Viper Account
Whats that?
It looks very 1337?
Is it Java? HTML?

:lol:

It's PHP. It's part of a routine that I was running on lots of pages. I decided to strip it out of the pages, and make it an include file, so that then if I needed to change that routine (which I do, from time to time), I only have to change it once.
 
Yeah, vB is written in PHP. It's a great language by and large. I used it to write my own forums from scratch, which was a good project, and although they're quiet, I've got a great sense of achievement from having done it, especially as I'm not much of a programmer either.

PHP is a very poor acronym: PHP Hypertext Preprocessor. Why it's not HPP I don't really know.

Anyway, it's two main strengths are:
1. It's free
2. It has strong connectivity with MySQL, which is a free version of the SQL database system.

Its main weaknesses are:
1. Improper trapping of SQL errors (it's difficult to stop the errors before they get to the client).
2. Weak typing means you don't have strict control over your variables.
 
Your loooosing me!
Sql is Selective Query Language?

I need to learn some sort of programming language, but I cant seem to pick it up by myself. Most of the IT stuff ive learnt, I have self taught myself.
 
PHP? No. It's basically C, so if you know any of that you're laughing. But if you get a decent book it's quite simple. Try this one, which worked for me!
 
I dont know any c :(

Thats a big book!
Mind you I have a set of 4 Mcse books they weigh a flippin ton. Although I only reads one at a time.
 
Originally posted by Race Idiot
I dont know any c :(

Thats a big book!
Mind you I have a set of 4 Mcse books they weigh a flippin ton. Although I only reads one at a time.

Yeah, but it's a really good pace. It starts off with a programming chapter, which you read if you know nothing about programming. Then there's a crash course, which allows you to go from the first chapter, or your own knowledge, to being able to do basic stuff in PHP.

Then there's a databases crash course, which you read if you don't know anything about databases, and then you're into the MySQL stuff. All the time they're walking you through it. It's a top book. I still use it for reference.
 
A. The chief wants as near full perimeter access as he can get. The grade around the building is very steep at points, and prohibit us from full access, which the chief understood.

B. The Chief stated that there will be a second access to the site and it will be 18 feet wide.

C. The Chain link fence opposite Naquag needs to have a gate installed.
 
Status
Not open for further replies.

Latest Posts

Back