Jump to content

Jimmy-526

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Jimmy-526

  1. You can use the Easy Script Switcher to switch and convert saves between v1 and v2. You can use the Easy Script Switcher to switch and convert saves between v1 and v2.
  2. The save file you downloaded must of a different version or that of a Modded main.scm. I think I will post a guide to identify V1 and V2.
  3. MAKE YOUR OWN ROTATING SIGNATURE! Since the collapse of the rotating signature site Clintonio.com there have been a few bemused members asking how they can get their rotating signatures online. Well you could always use another host, but that would still be relying on other people. Your images will still be subject to various potential problems such as hacking attacks, site closedowns etc. So I thought that I'd compile an easy to follow guide, below are the 5 steps which you can follow to get your own rotating signature. Step 1: Get your own web host For this step you need an actual webhosting service that supports the use of the PHP language. If you already have your website set up then you can skip this step. Some free webhosts are available in the WD&P Mega Topic which is pinned at the top of this forum. However these sites need to have support for PHP. I'll post a few sites which definitely support PHP in the second post. Once you've set up your site (it shouldn't take too long, you normally just have to provide a username, password, website name and a contact email address for yourself. Personal details are sometimes required, but you can sometimes skip that part.) you can move on to step number 2. Step 2: Create your directory Once your site is set up and is running, you can create a new directory (folder) on the root of your site and call it "rotate.jpg." Actually you can call it whatever you like but remember to change the referenced names at the end. And yes you can create directories which have dots in them followed by extensions. Step 3: Upload your files Upload all of the images which you want to be in your rotator to the "rotate.jpg" directory. Make sure that they all adhere to the signature size rules, you will have to make sure that they are all a maximum of 150x500 pixels in size, and that none of them exceed the filesize limit which stands at 80kb at the moment. If your signature is disabled, then that is why. Also, make sure that the files which you upload are only files with the following extensions: .jpg .jpeg .png .gif The script won't be able to read any other filetypes. Now you can move on to the meaty part, the coding itself. Step 4: Make the index.php file Open up notepad, wordpad or an equivalent plain text editor, it doesn't really matter which. Then copy and paste the following code into your document. For easy copy and pasting, Ctrl + Click in the white box, then press Ctrl + C. <?php // This script randomly selects and displays images from the current directory // It is a stripped-down version of the Automatic Image Rotator script by Dan P. Benjamin. // Set image filename extensions $extList = array(); $extList['gif'] = 'image/gif'; $extList['jpg'] = 'image/jpg'; $extList['jpeg'] = 'image/jpeg'; $extList['png'] = 'image/png'; // Get contents of current directory $fileList = array(); $handle = opendir("./"); while ( false !== ( $file = readdir($handle) ) ) { $file_info = pathinfo($file); if ( isset( $extList[ strtolower( $file_info['extension'] ) ] ) ) { $fileList[] = $file; } } closedir($handle); if (count($fileList) > 0) { $imageNumber = time() % count($fileList); $img = $fileList[$imageNumber]; } if ($img!=null) { $imageInfo = pathinfo($img); $contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ]; header ($contentType); readfile($img); } else { if ( function_exists('imagecreate') ) { header ("Content-type: image/png"); $im = @imagecreate (100, 100) or die ("Cannot initialize new GD image stream"); $background_color = imagecolorallocate ($im, 255, 255, 255); $text_color = imagecolorallocate ($im, 0,0,0); imagestring ($im, 2, 5, 5, "IMAGE ERROR", $text_color); imagepng ($im); imagedestroy($im); } } ?> Save this file as index.php and upload it into the "rotate.jpg" directory which you created in step 2. Step 5: Get your rotator Create an tag which links to your rotate.jpg directory. An example is below. [img=http://goatse.110mb.com/rotate.jpg] Add that to your sig to see a very boring rotator signature which I knocked up in my spare time a week or so ago. You will get a message which states that couldn't check the filesize of your images because you are using a rotator, but as long as you don't click the back button on your browser your sig will be saved and it will be updated. ASSORTED LINKS Free PHP webhosts: 000webhost.com batcave.net 110mb.com Rotating signature hosts: I only know of one, located at kzemo.com. The signup process is easy, just enter a username, and confirm a password. Then add the links to your images and make your own rotator. A direct link is provided and you have the option to edit or delete your rotators at a later date. Image hosts: If you want to use kzemo.com's option then you'll need an image hosting site. ASSORTED LINKS Free PHP webhosts: 000webhost.com batcave.net 110mb.com Rotating signature hosts: I only know of one, located at kzemo.com. The signup process is easy, just enter a username, and confirm a password. Then add the links to your images and make your own rotator. A direct link is provided and you have the option to edit or delete your rotators at a later date. Image hosts: If you want to use kzemo.com's option then you'll need an image hosting site.
  4. Chris, hope you got the suggestions I sent you. Good luck with this.
  5. Yeah, I did. I think you should change yours too and that dumb avatar too. I changed it back to JimmyT.
  6. This Mod Includes HD Texturing/Mapping/Modelling And Scripting To Fit The Autumn Season. It Also Includes Special Features Like, crouching, spawning bodygaurds, allowing the player to change to any player model from gta 3 to gta 4 tlad (including gta lcs, gta vcs, gta ctw) as a reward after collecting all the packages, buying properties, buying cars, police busting and even wasting other peds if they do some thing wrong etc... etc.... This mod includes ALMOST all gta Tbogt weapon models And Even 3D Grass The following images are Low Quality Ones with and without enb. And the updates will be a little slow because of my school. ......................................................................................................................................... ______________________________________________________________________________ ______________________________________________________________________________ STORYLINE: The story is that Claude returns to LC after 2002 and where Salvatore is already dead and Joey has left for Europe and TONY is now the boss of Mafia. Things are in turmoil. Will Claude be able to take over the Leone control and influence over the city? Further will be revealed in the updates which follow. ______________________________________________________________________________ IMAGES: http://yfrog.com/2tbricksajx ______________________________________________________________________________ LEGEND: PURPLE - Almost Completed. BLUE - Yet To Complete/Just Started. GREEN - COMPLETED. RED - Didn't Start Yet. ______________________________________________________________________________ SEASONS: 1) PORTLAND: Autumn - 100% 2) STAUNTON: Autumn - 70% 3) SSV: Autumn, Wintery - 0% 4) Ghost Town: Autumn - 0% ______________________________________________________________________________ BUILDINGS/MISC: 1) PORTLAND: 30% 2) STAUNTON: 10% 3) SSV : 0% 4) GHOST TOWN : 0% ______________________________________________________________________________ CREDITS: Pearcyp -- Inspiration To Start The Mod Dimzet13 -- Weapon Models And Snow Textures DK22Pac -- Gta4 HUD OnePiece -- HD Claude And HD Cars kowal125xr -- Grass. Secretagents1 -- PEDs Fireburns -- HD Gta4 Textures Ms.cooldude -- Scripts rmws. -- Scripts frank.s -- Scripts ______________________________________________________________________________ TEAM: m.luqman -- Mapper, Modeler, Texture Artist, Converter [leader] JimmyT -- Mapper, Modeler, Converter, Scripter [Co-leader] The-Prince -- Modeler, Texturer ______________________________________________________________________________ Any Help Will Be Appreciated ______________________________________________________________________________ ______________________________________________________________________________ .........................................................................................................................................
  7. I won't mind to keep it as "Jimmy." or "Jimmy".
  8. Why can't I put spaces in between the username?
  9. Merry Christmas to all. Where are my presents? [me]calls the santa[/me] [me]:"oh no! The Goddamn Batman again.[/me]
  10. I cannot end my name with a fullstop. Can anyone do it?
  11. I am asking to change my Display name to Josh. He's not that active. He has only posts with no guareentee to return. Please change his name to Josh. and change mine to Josh, if possible.
  12. I wanted to change my username to Josh but it's already taken. I searched and found the guy. He's not even active and no guarentee that he will log in again. Can I be given the name or my name can be changed to "Josh."? Waiting for a reply.
  13. I want to make this quick. And my Group of friends run a GTA NETWORK called "GTA Chronicles". The site url is www.gtachronicles.com/ It so happened that one of our Staff betrayed us by trying to delete the board. Hopefully we were able to recover our latest archived database i.e June 2011. But at that time me and some regular staff weren't promoted and the ones who were are on a leave we were able to fix up atleast to some extent. To my horror the Forum Index www.gtachronicles.com/forums shows a SQL ERROR. I don't know how to fix this. You can visit the Forums. The subforums are working though. Help needed.
  14. Thanks for correcting me out. I was just trying to help. And thanks for reminding me about the backup thing.
  15. The Mod is for VC. It makes the textures look like Sims3.
  16. Not the correct section but let me help you out. 1) Download REspawn's IMG TOOL From GTAGARAGE. 2) Use it to open your GTASA ROOT DIR\MODELS\PLAYER.IMG and search for the dff and txd files you want to replace, delete them. 3) Rename the downloaded files to the file name which you want to be replaced with. 4) Select add option from option menu and put the downloaded files. 5) Rebuild the archive. 6) Test the model ingame and you are done.
  17. Huh? Yes there is a mod by this name. The author is called freshest prince.
  18. Congrats Chris for keeping this up in last 9 years. Great start. The journey from a fansite till what it is today. I would like to volunteer to be an area mod if you think me able enought. And hey decorate your house not bedroom.
  19. There is a mod called Real Effect Mod and there is a more better mod called The Sims 3 conversion Mod which is just Mindblowing. Just Google for them.
  20. Same here. Ned Luke is the only guy who comes to my mind at this point. After a lot of sketching and photo finding via flickr we were able to find a match of Ned Luke's photo with the balcony guy. It has been posted on www.gtav.net and pinned. So it maybe possible that Ned Luke maybe one of the main Protagonists.
  21. Sweet! Just wanted to inform that I got a problem with Gerard's profile. Hope its not with the new server. When I try to view his profile the page scrollings slows down as if the amount of data is out of cache memory.
  22. Surely they can't. All we can expect is an American city.
  23. Only god knows. GTAF is a well the organised place but some members make it a hell to live.
×
×
  • Create New...