Jump to content
xisto Community

Facebook

Members
  • Content Count

    6
  • Joined

  • Last visited

1 Follower

About Facebook

  • Rank
    Newbie

Contact Methods

  • Website URL
    http://expl0it.org

Profile Information

  • Gender
    Male
  1. eBay loophole-- there is an easy way to win any eBay auction for almost no money. I just had it happen to me, and I'm very unhappy with the results of my lost time, and eBay charging me fees that I now have to try and get retracted. While in my case, I had a reserve, many auctions out there do not, and eBay encourages no reserve with their 'hot item' section. To make matters worse, if you start your item off at a reasonable price, you'll get very few bids, and thus less people watching it during the final minutes of the auction.Normally, on eBay, the process works like this:You place a max bid for the item. Say the item is an antique vase. You like it, think its worth $100. Bidding opens at $2. You place a bid of $100. eBay gives you the opening bid at $2. You are protected up to $100.Another bidder. Bidder 2 comes along and he wants the vase for $50., so he bids that amount. Bidder 1 is still the high bidder, at $55 ($50 + $5 increment). So Bidder 2 comes back and bids again, this time at $105. Viola! Bidder 2 is now winning at $105 (he met your high bid of $100 + the $5 increment.More bids. Bidder 3 thinks the vase is worth $125, and bids that amount. He becomes high bidder with a price of $110. Bidder 4 thinks the vase is worth $130, and becomes high bidder posting that amount. The auction continues in this way until the end. Usually, in the last minutes, the bidding gets very heated, and the vase may end up selling for $600., which is close to what your local antique shop might charge.This is how the scam works:Same vase, opens at $2. Only this time, Bidder 1 bids $1000. The opening bid still shows only $2. He immediately follows with a false identity Bidder 2, at $990. Bidder 1 becomes high bidder at $995. Since this is more than you can get a similar product locally, and in a price range the average user is not going to spend lightly, there are no other bidders.Scam complete. 15 seconds before the auction ends, Bidder 2 rescinds his bid, the "high" price drops back to the opening bid of $2, and Bidder 1 wins at that amount. Unless the seller has a substantial reserve to protect his investment (which is discouraged by eBay) he will be obligated to sell the vase for $2. If he does have a reserve, he doesn't have to sell, but he still owes eBay posting fees and the auction was a waste for him. For those of you who will say that the seller is not obligated to sell -- two things:Seller must first be aware he was scammed.Seller will likely end up getting neg feedback from scammer if he does not sell!
  2. Hey I can be a great Administrator I myself own a website on invisionfree boards and know a lot about it. I can make you a .tk site if you like. My Username is Jeftab.
  3. Uhm there are.. In the main screen you choose the server you want to play in.
  4. Facebook

    Ccleaner

    Well it might slow down your web browsing since you are deleting temporary internet files which are used to speed up web page loading. You get these files every time you visit a web page.
  5. First off you need a source: You can download one of these. Ok now you need JDK 6.2 to compile your server... http://www.oracle.com/technetwork/java/javase/downloads/index.html Download JDK 6 Update 2 and Java Runtime Environment (JRE) 6 Update 2 Now that you have JDK you need to config your server. Open up your server client.java file in notepad and press CTRL + F Now search for the server name for example if you chose PhoneScape search for PhoneScape. Now change every PhoneScape to the name of the server you want. Alright now that your done save and quit. Now to compile! Ok first right click on the compiler and say edit, notepad should pop up: Now Say CTRL + A to select all erase and copy + paste This: //////////////////////////////////////////////////////////////////////////////////////@echo offif exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)set pro=%programfiles%\Java\jdk1.6.0_02set pro2=%programfiles%\Java\jdk1.6.0_02set jac=\bin\javac.exeset jav=\bin\java.exe:co1set b=0set t=7goto co2:co2color %b%%t%:menuclstitle The Perfect Compiler version 2.0echo Please choose an option below to do that function.echo Keep posted on the Moparscape Tutorials section forecho any updates that I post.echo.echo c - Compile your server.echo r - To Run your server.echo e - To exit out of the program.echo color - Change the Text and Backround colors of this compiler.echo reset - Resets your Compiler Logs.echo.echo.set /p c=Option:if %c%==c goto cif %c%==C goto cif %c%==r goto rif %c%==R goto rif %c%==color goto colorif %c%==Color goto colorif %c%==COLOR goto colorif %c%==reset goto resetif %c%==Reset goto resetif %c%==RESET goto resetif %c%==e goto eif %c%==E goto eif %c%==* goto ergoto er:colorclsecho Would you like to change the backround color, changeecho the text color, or reset it to default?echo.echo back - Change the backround color.echo text - Change the text color.echo def - Change all colors back to default.echo.echo.set /p color=Option:if %color%==back goto backif %color%==BACK goto backif %color%==text goto textif %color%==TEXT goto textif %color%==def goto co1if %color%==DEF goto co1if %color%==* goto ergoto er:backclsecho Please select a color to change the backround to:echo.echo blackecho whiteecho redecho yellowecho greenecho blueecho purpleecho.echo.set /p back=Color:if %back%== black (set b=0)if %back%== white (set b=7)if %back%== red (set b=4)if %back%== yellow (set b=6)if %back%== green (set b=2)if %back%== blue (set b=1)if %back%== purple (set b=5)goto co2:textclsecho Please select a color to change the text to:echo.echo blackecho whiteecho redecho yellowecho greenecho blueecho purpleecho.echo.set /p back=Color:if %back%== black (set t=0)if %back%== white (set t=7)if %back%== red (set t=4)if %back%== yellow (set t=6)if %back%== green (set t=2)if %back%== blue (set t=1)if %back%== purple (set t=5)goto co2:cclstitle Compilergoto cjc:c2if exist src (goto cl) else (goto c3):c3if exist *.java (goto cl2) else (goto ce):c4%javac% -cp . *.javaecho Files Compiled Successfully!pauseclsgoto menu:c5%javac% -cp . .\src\*.javaecho Files Compiled Successfully!pausemove .\src\*.class .\classes\clsgoto menu:ceclsecho You need to have Java files for this Compiler to Compile.pauseclsgoto menu:rclstitle Runservergoto cj:r2set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar serverclsgoto r3:r3if exist .\classes\server.class (goto sl2) else (goto r4):r4if exist .\server.class (goto sl) else (goto se):r5%rjava%pauseclsgoto menu:r6set rjava=set rjava=%java% -cp .;./classes; Server%rjava%pauseclsgoto menu:seclstitle Errorecho You do not have a Server.class. Make sure that you have used theecho compiler with your server BEFORE you try runing it.pauseclsgoto menu:erclstitle Errorecho Invalid command. Please make sure the commands you typeecho in are correct.pauseclsgoto menu:eclsexit:cjcif exist "%pro%_06%jac%" (goto sjc) else (goto cjc2):cjc2if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3):cjc3if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4):cjc4if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5):cjc5if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6):cjc6if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7):cjc7if exist "%pro%%jac%" (goto sjc7) else (goto cjc8):cjc8if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9):cjc9if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10):cjc10if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11):cjc11if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12):cjc12if exist "%pro%_05%jac%" (goto sjc12) else (goto je):sjcset javac="%pro%_06%jac%"goto c2:sjc2set javac="%pro%_07%jac%"goto c2:sjc3set javac="%pro%_08%jac%"goto c2:sjc4set javac="%pro%_09%jac%"goto c2:sjc5set javac="%pro%_10%jac%"goto c2:sjc6set javac="%pro2%%jac%"goto c2:sjc7set javac="%pro%%jac%"goto c2:sjc8set javac="%pro%_01%jac%"goto c2:sjc9set javac="%pro%_02%jac%"goto c2:sjc10set javac="%pro%_03%jac%"goto c2:sjc11set javac="%pro%_04%jac%"goto c2:sjc12set javac="%pro%_05%jac%"goto c2:cjif exist "%pro%_06%jav%" (goto sj) else (goto cj2):cj2if exist "%pro%_07%jav%" (goto sj2) else (goto cj3):cj3if exist "%pro%_08%jav%" (goto sj3) else (goto cj4):cj4if exist "%pro%_09%jav%" (goto sj4) else (goto cj5):cj5if exist "%pro%_10%jav%" (goto sj5) else (goto cj6):cj6if exist "%pro2%%jav%" (goto sj6) else (goto cj7):cj7if exist "%pro%%jav%" (goto sj7) else (goto cj8):cj8if exist "%pro%_01%jav%" (goto sj8) else (goto cj9):cj9if exist "%pro%_02%jav%" (goto sj9) else (goto cj10):cj10if exist "%pro%_03%jav%" (goto sj10) else (goto cj11):cj11if exist "%pro%_04%jav%" (goto sj11) else (goto cj12):cj12if exist "%pro%_05%jav%" (goto sj12) else (goto je):sjset java="%pro%_06%jav%"goto r2:sj2set java="%pro%_07%jav%"goto r2:sj3set java="%pro%_08%jav%"goto r2:sj4set java="%pro%_09%jav%"goto r2:sj5set java="%pro%_10%jav%"goto r2:sj6set java="%pro2%%jav%"goto r2:sj7set java="%pro%%jav%"goto r2:sj8set java="%pro%_01%jav%"goto r2:sj9set java="%pro%_02%jav%"goto r2:sj10set java="%pro%_03%jav%"goto r2:sj11set java="%pro%_04%jav%"goto r2:sj12set java="%pro%_05%jav%"goto r2:jeclstitle Errorecho You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorialecho on the moparscape Tuturoials section for step-by-step instructionsecho link to download the newest JDK Update.pauseclsgoto menu:slclsecho Ran Server at %time% and on %date%. >> "Compile Logs.txt"echo Server was run using %java%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto r5:sl2clsecho Ran Server at %time% and on %date%. >> "Compile Logs.txt"echo Server was run using %java%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto r6:clclsecho Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"echo Java files were compiled using %javac%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto c5:cl2clsecho Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"echo Java files were compiled using %javac%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto c4:resetclsecho Resetting the Compiler's Logs...pausedel "Compile Logs.txt"echo ----------Compiler Logs---------- >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto menu/////////////////////////////////////////////////////////////////////////////////// Ok now to compile save your new compiler and run it. You will get a screen type c and ENTER. Now you will start compiling... Press any key to continue.... Now that you have compiled your server you need to know your I.P adress.. Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop called My I.P.txt you'll need this later on.. Now to make a no-ip server... Go to http://www.noip.com/ and make an account Now login and click on add on the left in the Hosts / Redirects section.. In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org Host type leave it. Ip adress go look in your My I.P.txt file if it's not already there.. Leave the mail option blank... So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at https://www.rune-server.org/ go to the server list and say manage server As long as your server is running people can log in.. If you turn off your server then people wont... Btw your server is whatever you called it + the No-ip sub so my example is: JeftabScape.no-ip.org Now to make GP! Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin :XD: anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4. If you have any probs pm me! Have fun Notice from Plenoptic: Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.