upin
Content Type
Profiles
Articles
Updates
Projects
Twitch
Website Bugs/Suggestions
Guides
Newsletters
About GFL
Knowledge Base
Expenses/Hardware
Server Comparisons
Routing
Form Bugs
Community Representative Applications
Development Request
Forums
Events
Posts posted by upin
-
-
10 hours ago, rapperdan said:
tbh now that you mention it. I really want to meet up with @Roy when he turns 21 and just see who can drink more shots of ever clear. But uhh ya it may kill him but hey there is only one way to find out if he can drink more then a Irish german polish mix who is 6'4 and comes in at a whopping 280 lbs. Let's see if he can down more then 10 shots of ever clear ecks dee.
Are you even old enough to drink?
-
I would meet me in the back alley and beat the fk out of me; take all he has!!
-
7 hours ago, EscanorThePrideful said:
By budget i dont mean i have a budget of 10000 dollars i mean i want a cheap laptop
Some considers 9k as pocket change, a wardrobe, or a night out, etc. I thought it was a steal!
-
Acer x gx21 is a decent!
-
1 minute ago, rapperdan said:
Could be cleaner tbh it's pretty dirty for my standards.
I do not have any icons on my desktop, as you can see in the photo above! BTW, that is my linux box!!!
-
1 minute ago, rapperdan said:
Pretty sick right?
Nice and clean!!
-
-
8 hours ago, iPro said:
I mean true, but it's 2017 who doesn't already have a google account anymore lol
I have a few, but I do not always like signing into them just to watch a quick video; clearing history for views in YouTube so I do not get bothered by suggestions, then logging back out. So for me, clicking one button was much easier than keep doing all of that I just listed.
8 hours ago, iPro said:Like I said, I'm not taking anything away from you.
I could try for weeks and not come nearly as close as making 1 line of code.

Why not take my code? I have a break down of how the code works for those that may have a hard time believing !!

This is a lot less terrifying
javascript:var curl=window.location.href.split('=')[1]; nurl = "v/" + curl;window.location.assign(nurl);
than this:
var _0xd333=["\x3D","\x73\x70\x6C\x69\x74","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x76\x2F","\x61\x73\x73\x69\x67\x6E"];javascript:var curl=window[_0xd333[3]][_0xd333[2]][_0xd333[1]](_0xd333[0])[1];nurl= _0xd333[4]+ curl;window[_0xd333[3]][_0xd333[5]](nurl)
this one line of code changing the URL
https://wwww.youtube.com/watch?v="video code" to https://wwww.youtube.com/v/"video code"
-
15 minutes ago, iPro said:
I'm not saying this is bad, I'm sure this will help a lot of people.
But how hard is it to just make a fake age?

Think about what you have to do. You first have to make an email, make a name, go through settings, then join YouTube. All for what? This way, you don't have to bother with none of that. Just copy paste a code in the bookmark and you are done. I just went through the code so people that don't know what it means will understand and know its not going to harm their computers. You don't have to bother with signing into any emails, making fake emails. But to each his own.
-
The Break Down!!!
javascript:var curl=window.location.href.split('=')[1]; nurl = "v/" + curl;window.location.assign(nurl);
We are telling Firefox what our code is.
"javascript:"
Short for variable. var followed by a name will let it be known that the following name is a container for data we will store into it later. Simple
"var"
This is my variable. I just named it "curl" as in current URL. This is the name we will assign data to!
"curl"
Just that.
"="
The first part grabs the current URL from the browser.
"window.location.href" as a whole.
https://www.youtube.com/watch?v=nggQan4XZ1E
The .split, separates the URL in different sections;
https://www. youtube.com/ watch?v= nggQan4XZ1E
We are after everything following the "=", and the 1 lets the script know we are after everything after the "=", if we put a 0 it would grab everything before the "=".
"('=')[1]"
So now our variable "curl" will hold the data following the "=" and in our case, it would be nggQan4XZ1E
Now to get the "full" screen version of a YouTube video, normally we would change the url
from:
www.youtube.com/watch?v="video code"
to
www.youtube.com/v/"video code"
My code will do that for us.
In the next section of code:
nurl = "v/" + curl
I created another variable, I gave it a name, "nurl" new URL, with the following data I want stored which is, v/ and then I wanted to add the data from the first variable that held our video code, next.
So
curl would = "nggQan4XZ1E"
and
nurl would = v/ + curl
which would now give us this:
nurl = https://www.youtube.com/v/nggQan4XZ1E
The next like of code will replace our current URL with our new URL and will redirect us to our "full" screen version of our video!!
window.location.assign(nurl);
-
Few years ago I learned that by changing the URL of YouTube, I could watch age restricted videos without signing in. Overtime, this got tiresome. So I made a JavaScript, that can be placed on your browser bookmarks, and when you visit a YouTube video, simply click the button; the URL will change and you will be sent to the "full" screen version of the same video, bypassing the signing in to verify your age BS.
Note: This may not work on every YouTube video. Tested on Firefox v53
Make a new bookmark in your browser by right clicking on the bookmark toolbar; then "New Bookmark".

In the location section, copy and paste the following code:
javascript:var curl=window.location.href.split('=')[1]; nurl = "v/" + curl;window.location.assign(nurl);

In the name section, feel free to name it anything you want. Something that will remind you of what this button if for!!
The other three boxes, Tags, Keyword, and Description can be left blank.
Once the Name and Location have been filled in as instructed earlier on, click on the "Add" button to save it.
Now you are ready to try it out. Visit YouTube, find a video, click on that video to watch it, and then click on the newly installed bookmark button we just added. You should be redirected to the "full" screen version of the same video! Enjoy!
In my next post, I will breakdown the code and explain each part! Maybe with images!!
-
Razer DeathAdder Chroma ‑ USB Optical Mouse
Razer BlackWidow Ultimate 2016 USB Mechanical Keyboard
-
9 hours ago, Bae said:
@upin Lol, sorry that is gone. It's some erotic game on steam, like it looks like I'm watching bondage roleplay games.
The giveaway has been updated. Coupons expired so it's just CS:GO game giveaway. The date has been changed to May 28th, reason being was lack of participants.
I'm crushed.

-
-
What are bloody boobs? No, I am not asking what boobs are with an English accent. I am genuinely asking what "bloody boobs" are. I'm intrigued.

-
Pineapple on ham, sure. ham on bread, oh yes. Makes since to have pineapple and ham on pizza!
-
45 minutes ago, Baked said:
Look, Im not the one to do all of this.
I just don't like people that disrepect people that have NO idea what is going on or simply can't do something you are expecting.Yes I know it is their server to take care of but thats the reason for admins and operators.
Thank you for going out of your way to report a problem just don't be RUDE about it.
End of conversation.
It is funny since you come in here and disrespected me. This has nothing to do with you or the server you play on. You throwing your "whining" childish insults and you think just because I am stating a problem with the server is being disrespectful? My constructive criticism about a problem I see and see often is not being disrespectful. You joining a conversation on a server forum you have nothing do to with, insulting faithful players just because you feel you have an entitlement, is disrespectful. Maybe you should know what the deal is before asserting your unwanted opinions.
-
I voted on Dan because it was a funny shot. Not something that can be created so easily. I do not understand why others are judging so hard on the technicalities. If the lack of creativity is something that people are displeased with, then I think the rules needs to be more clearer on what is acceptable is what is not. Something that is clear before the voting starts. I think once the voting has started, then photos that were entered should stay. I find it unfair to state ones displeasure after voting has started and people can see the results. That is like losing and wanting a do over.
Define art.
-
12 minutes ago, Baked said:
I personally play on the CSGO RPG surf server but that makes no diffrence.
Servers are sometimes run diffrently and sometimes are run the same. I do not know how YOUR RPG server is managed but all the same it is no excuse to be a pain in the butt and keep complaining about something that the managers are un aware of or simply cannot reach his or her PC at the moment.
You obvious do not know what is going on, so I think you should just stick with GO and leave this conversation to those that actually do play on this server and are being affected by what is going on. We have had players lose their levels, credits, then having to earn them back to just having them gone again. No, management is not the same across the board. Stop giving excuses for someone on something you lack knowledge of. I have every right to state my thesis on a server I spend my time and give my support on. If I do not take the initiative then whom will?
-
3 minutes ago, Baked said:
Servers dont die as often, especially when a manager or admin is just gone for a few because they have something to take care of.
How often do you play RPG surf? I have been play since last year and I have see it to almost full to 0 players after the massive overhaul. I have talked to the "OG" players, to the new players to players that are trying to stick around, and they want to leave. GFL is not the only rpg surf server and there are others with more daily players. They have the mods that players want to see on gfl servers, but its taking too long. Like I said, I have been admin on servers before, modding and making maps, it should not be taking so long to fix a server, when I say for so long, I am talking about since the overhaul was implemented.
-
3 minutes ago, Baked said:
Still, no need to be rude. If you were a server manager you would know that they have a busy job.
I was never rude. I know they have "jobs", but playing other games while the server is having trouble is not responsible, would you agree? If the servers are down, I would expect they would be working on them an not playing other games. If the responsibility is too much, then I think the job needs to be handed over to someone that can give the server the attention or at least add more people that can.
-
1 hour ago, Unknown said:
I think it might be best if you stop responding.
Most of the time the manager will keep a server closed even with no players or work being done on it to check it's stability.
If it can't run with the new updates for a day with no players on, something is wrong.
I have been playing on this server for days on end. I have many hours timed played. I have seen the number of people leaving the server to go somewhere else. I have talked to other, people with rep with the server talking about leaving. Everything that people would like to see in this server is being done on other servers. If it takes so long to get anything working, then for them the choice is clear. I do not want to see more people walk away and see this server close like zm did.
-
17 minutes ago, Baked said:
Managers and admins work hard everyday to keep a server clean and safe. Sometimes they don't have the time to do something right away,the most you can do is not be whining because they can't fix a problem or they're away.
I have been playing on this server for a while to know what is going on with it. I have run my own servers before, I am a computer programmer and study computer science in college so I do know a bit of what I am talking about when it comes to it should not be taking so long. I do keep a watch out of what admin are doing since I do have them on my list of friends. You can keep the childish "insults" in grade school. As far as working on the servers everyday, no. That's why I made an application to help out. The problems we are having on the server is not something that just started, it has been months. So again, if you don't know the deal, then keep your 2 cents to yourself.
-
31 minutes ago, BLAZE said:
Stop whining just be happy it isn't being taken down (plus you get some shop points for this)
I am not whining, and the way it is going, it will be taken down. Since I have been playing I have seen a steady decline of players after all of these unnecessary changes and I have talk to other players that feel the same as I do. We are losing more and more players because of the server not getting the adequate attention it needs, ie changes being made that players do not like, the changes not being made or being stuck in limbo. So unless you play on this server and actually know what the deal is, keep moving.
So why should a hurting server be locked while nothing is being to it for the time being?
Playing other games while this server is locked and in trouble is totally irresponsible.





I Need a Good Gaming Laptop
in Solved
Posted
http://www.tech1xpert.com/turn-your-ordinary-laptop-into-gaming-laptop-using-exp-gdc/
Here, just do this!! Save your money for a hotdog.