梦殇国际

标题: 【教程】黑网站意淫版 [打印本页]

作者: 阿星    时间: 2014-1-6 13:52
标题: 【教程】黑网站意淫版
我是看到这个帖子才发的教程:https://www.714.hk/msi-2621-1-1.html

首先欢迎大家观看本地黑站意淫版
首先我们准备一个黑页复制下面源码修改信息另存为 index.html
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="Generator" content="EditPlus®">
  6.   <meta name="Author" content="">
  7.   <meta name="Keywords" content="">
  8.   <meta name="Description" content="">
  9. </head>
  10. <body>
  11. <script language="Javascript" >
  12.     var msg1 = "吃舔屎战团 - 全宇宙吃屎能手的聚集地 - ";
  13.     var speed=100;

  14.     function ScrollTitle() {
  15.         document.title=msg1;
  16.         msg1=msg1.substring(1,msg1.length)+msg1.charAt(0);
  17.         setTimeout("ScrollTitle()",speed);
  18.     }
  19.     ScrollTitle();


  20. </script>
  21. <body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
  22. onselectstart="return false" oncontextmenu="return false">
  23. <head>

  24.    
  25. <style type="text/css">
  26. #outerCircleText {
  27. font-style: italic;
  28. font-weight: bold;
  29. font-family: 'comic sans ms', verdana, arial;
  30. color: #800000;

  31. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  32. #outerCircleText div {position: relative;}
  33. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  34. </style>
  35. <script type="text/javascript">


  36. ;(function(){

  37. // Your message here (QUOTED STRING)
  38. var msg = "mix QQ 61783753";


  39. // Set font's style size for calculating dimensions
  40. // Set to number of desired pixels font size (decimal and negative numbers not allowed)
  41. var size = 24;

  42. // Set both to 1 for plain circle, set one of them to 2 for oval
  43. // Other numbers & decimals can have interesting effects, keep these low (0 to 3)
  44. var circleY = 0.75; var circleX = 2;

  45. // The larger this divisor, the smaller the spaces between letters
  46. // (decimals allowed, not negative numbers)
  47. var letter_spacing = 5;

  48. // The larger this multiplier, the bigger the circle/oval
  49. // (decimals allowed, not negative numbers, some rounding is applied)
  50. var diameter = 10;

  51. // Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
  52. var rotation = 0.2;

  53. // This is not the rotation speed, its the reaction speed, keep low!
  54. // Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
  55. var speed = 0.3;

  56. ////////////////////// Stop Editing //////////////////////

  57. if (!window.addEventListener && !window.attachEvent || !document_createElement_x) return;

  58. msg = msg.split('');
  59. var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
  60. ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
  61. o = document_createElement_x('div'), oi = document_createElement_x('div'),
  62. b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,

  63. mouse = function(e){
  64. e = e || window.event;
  65. ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
  66. xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
  67. },

  68. makecircle = function(){ // rotation/positioning
  69. if(init.nopy){
  70.   o.style.top = (b || document.body).scrollTop + 'px';
  71.   o.style.left = (b || document.body).scrollLeft + 'px';
  72. };
  73. currStep -= rotation;
  74. for (var d, i = n; i > -1; --i){ // makes the circle
  75.   d = document.getElementByIdx_x('iemsg' + i).style;
  76.   d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  77.   d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
  78. };
  79. },

  80. drag = function(){ // makes the resistance
  81. y[0] = Y[0] += (ymouse - Y[0]) * speed;
  82. x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
  83. for (var i = n; i > 0; --i){
  84.   y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  85.   x[i] = X[i] += (x[i-1] - X[i]) * speed;
  86. };
  87. makecircle();
  88. },

  89. init = function(){ // appends message divs, & sets initial values for positioning arrays
  90. if(!isNaN(window.pageYOffset)){
  91.   ymouse += window.pageYOffset;
  92.   xmouse += window.pageXOffset;
  93. } else init.nopy = true;
  94. for (var d, i = n; i > -1; --i){
  95.   d = document_createElement_x('div'); d.id = 'iemsg' + i;
  96.   d.style.height = d.style.width = a + 'px';
  97.   d.a(document_createTextNode(msg[i]));
  98.   oi.a(d); y[i] = x[i] = Y[i] = X[i] = 0;
  99. };
  100. o.a(oi); document.body.a(o);
  101. setInterval(drag, 25);
  102. },

  103. ascroll = function(){
  104. ymouse += window.pageYOffset;
  105. xmouse += window.pageXOffset;
  106. window.removeEventListener('scroll', ascroll, false);
  107. };

  108. o.id = 'outerCircleText'; o.style.fontSize = size + 'px';

  109. if (window.addEventListener){
  110. window.addEventListener('load', init, false);






  111. document.addEventListener('mouseover', mouse, false);
  112. document.addEventListener('mousemove', mouse, false);
  113.   if (/Apple/.test(navigator.vendor))
  114.    window.addEventListener('scroll', ascroll, false);
  115. }
  116. else if (window.attachEvent){
  117. window.attachEvent('onload', init);
  118. document.attachEvent('onmousemove', mouse);
  119. };

  120. })();

  121. </script>

  122. </head>


  123. <head>
  124. <style type="text/css">
  125. #outerCircleText {
  126. font-style: italic;
  127. font-weight: bold;
  128. font-family: 'comic sans ms', verdana, arial;
  129. color: #800000;

  130. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  131. #outerCircleText div {position: relative;}
  132. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  133. </style>
  134. <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title></title>
  135. </head>

  136. <body bgcolor="#000000">

  137. <p align="center">
  138. <img border="0" src="http://im33.gulfup.com/ilGUJ.jpg" width="710" height="567"><html><body bgcolor="black"><font

  139. color="white"><br>
  140. </p>
  141. <center>
  142. <script language="JavaScript">




  143. TypingText = function(element, interval, cursor, finishedCallback) {

  144.   if((typeof document.getElementByIdx_x == "undefined") || (typeof element.innerHTML == "undefined")) {

  145.     this.running = true; // Never run.

  146.     return;

  147.   }

  148.   this.element = element;

  149.   this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });

  150.   this.interval = (typeof interval == "undefined" ? 20 : interval);

  151.   this.origText = this.element.innerHTML;

  152.   this.unparsedOrigText = this.origText;

  153.   this.cursor = (cursor ? cursor : "");

  154.   this.currentText = "";

  155.   this.currentChar = 0;

  156.   this.element.typingText = this;

  157.   if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;

  158.   TypingText.all.push(this);

  159.   this.running = false;

  160.   this.inTag = false;

  161.   this.tagBuffer = "";

  162.   this.inHTMLEntity = false;

  163.   this.HTMLEntityBuffer = "";

  164. }

  165. TypingText.all = new Array();

  166. TypingText.currentIndex = 0;

  167. TypingText.runAll = function() {

  168.   for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();

  169. }

  170. TypingText.prototype.run = function() {

  171.   if(this.running) return;

  172.   if(typeof this.origText == "undefined") {

  173.     setTimeout("document.getElementByIdx_x('" + this.element.id + "').typingText.run()", this.interval); // We

  174. haven't finished loading yet.  Have patience.

  175.     return;

  176.   }

  177.   if(this.currentText == "") this.element.innerHTML = "";

  178. //  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.

  179.   if(this.currentChar < this.origText.length) {

  180.     if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {

  181.       this.tagBuffer = "<";

  182.       this.inTag = true;

  183.       this.currentChar++;

  184.       this.run();

  185.       return;

  186.     } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {

  187.       this.tagBuffer += ">";

  188.       this.inTag = false;

  189.       this.currentText += this.tagBuffer;

  190.       this.currentChar++;

  191.       this.run();

  192.       return;

  193.     } else if(this.inTag) {

  194.       this.tagBuffer += this.origText.charAt(this.currentChar);

  195.       this.currentChar++;

  196.       this.run();

  197.       return;

  198.     } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {

  199.       this.HTMLEntityBuffer = "&";

  200.       this.inHTMLEntity = true;

  201.       this.currentChar++;

  202.       this.run();

  203.       return;

  204.     } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {

  205.       this.HTMLEntityBuffer += ";";

  206.       this.inHTMLEntity = false;

  207.       this.currentText += this.HTMLEntityBuffer;

  208.       this.currentChar++;

  209.       this.run();

  210.       return;

  211.     } else if(this.inHTMLEntity) {

  212.       this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);

  213.       this.currentChar++;

  214.       this.run();

  215.       return;

  216.     } else {

  217.       this.currentText += this.origText.charAt(this.currentChar);

  218.     }

  219.     this.element.innerHTML = this.currentText;

  220.     this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ?

  221. this.cursor(this.currentText) : this.cursor) : "");

  222.     this.currentChar++;

  223.     setTimeout("document.getElementByIdx_x('" + this.element.id + "').typingText.run()", this.interval);

  224.   } else {

  225. this.currentText = "";

  226. this.currentChar = 0;

  227.         this.running = false;

  228.         this.finishedCallback();

  229.   }

  230. }

  231. </script>
  232. <div id="example1"></div>

  233. </font>

  234. <p id="example2">

  235. <blink>

  236. <span lang="ar-sa"><font align="center" size="5" color="#800000">!</font><font align="center" size="5"

  237. color="#FF0000">~</font></span><font align="center" size="5" color="#800000">HACKED</font><font align="center"

  238. size="5" color="#FF0000"><span lang="ar-sa">~</span></font><font align="center" size="5" color="#800000">
  239. By </font>
  240. <font align="center" size="5" color="#FF0000">M</font><font align="center" size="5" color="#800000">S</font><font

  241. align="center" size="5" color="#FF0000"></font><font align="center" size="5" color="#800000">I<font  
  242. </font>
  243. </blink><font color="#800000"><br>

  244. </font>
  245. <font size="4" color="#FF0000">HI</font><font size="4" color="#800000"> Admin
  246. </font>
  247. <font size="4" color="#FF0000"> And</font><font size="4" color="#800000"> Root
  248. </font>
  249. <font size="4" color="#FF0000"> Server</font><font size="4" color="#800000"> %
  250. </font>
  251. <font size="4" color="#FF0000">I'm</font><font size="4" color="#800000">
  252. Veryy
  253. </font>
  254. <font size="4" color="#FF0000">Sorry</font><font size="4" color="#800000"> I
  255. </font>
  256. <font size="4" color="#FF0000">Haveee</font><font size="4" color="#800000"> Been
  257. </font>
  258. <font size="4" color="#FF0000">Hackeed</font><font size="4" color="#800000"> This</font><font size="4"

  259. color="#FF0000"> Site</font><font size="4" color="#800000"> Too
  260. </font>
  261. <font size="4" color="#FF0000">Test</font><font size="4" color="#800000"> The
  262. </font>
  263. <font size="4" color="#FF0000">Gap</font><font size="4" color="#800000">
  264. Only
  265. </font>
  266. <font size="4" color="#FF0000">In a</font><font size="4" color="#800000"> Certain
  267. </font>
  268. <font size="4" color="#FF0000">Order</font><span lang="ar-sa"> </span>
  269. <font size="4" color="#800000"> <span lang="ar-sa">~</span><br>
  270. I Did
  271. </font>
  272. <font size="4" color="#FF0000">Not</font><font size="4" color="#800000"> Ruin
  273. </font>
  274. <font size="4" color="#FF0000">Anything</font><font size="4" color="#800000"> I just
  275. </font>
  276. <font size="4" color="#FF0000">Change</font><font size="4" color="#800000"> the
  277. </font>
  278. <font size="4" color="#FF0000">index</font><font size="4" color="#800000"> Only
  279. </font>
  280. <font size="4" color="#FF0000">And</font><font size="4" color="#800000"> You
  281. </font>
  282. <font size="4" color="#FF0000">Can</font><font size="4" color="#800000"> Easily
  283. </font>
  284. <font size="4" color="#FF0000">Modify</font><font size="4" color="#800000"> I Am
  285. </font>
  286. <font size="4" color="#FF0000">An</font><font size="4" color="#800000">
  287. <span lang="ar-sa">~</span>Ethical
  288. </font>
  289. <font size="4" color="#FF0000">Hacker<span lang="ar-sa">~</span></font><font size="4" color="#800000"> And
  290. </font>
  291. <font size="4" color="#FF0000">(I Respect)</font><font size="4" color="#800000"> The
  292. </font>
  293. <font size="4" color="#FF0000">Privacy</font><font size="4" color="#800000"> Of
  294. </font>
  295. <font size="4" color="#FF0000">Your</font><font size="4" color="#800000"> Site
  296. </font>
  297. <font size="4" color="#FF0000">So</font><font size="4" color="#800000"> This
  298. </font>
  299. <font size="4" color="#FF0000">Was</font><font size="4" color="#800000"> Too
  300. </font>
  301. <font size="4" color="#FF0000">Test</font><font size="4" color="#800000"> The
  302. </font><font size="4" color="#FF0000">Server</font><font size="4" color="#800000"> Only,
  303. </font><font size="4" color="#FF0000" face="Times New Roman">And</font><font size="4" color="#800000">

  304. Clear</font><font size="4" color="#FF0000"> He</font><font size="4" color="#800000"> Is
  305. </font><font size="4" color="#FF0000">Very</font><font size="4" color="#800000"> Weak
  306. </font><font size="4" color="#FF0000"><span lang="ar-sa">~</span>*</font><font size="4"

  307. color="#800000">_*</font><span lang="ar-sa"><font size="4" color="#FF0000">)</font></span><font size="4"

  308. color="#800000"><br>
  309. <span lang="ar-sa">~</span>.</font><font size="4" color="#FF0000">.</font><font size="4" color="#800000">.
  310. Bye
  311. </font><font size="4" color="#FF0000">Bye</font><font size="4"></font></font></font></font><span lang="ar-sa">
  312. </span><font size="4" color="#800000">.</font><font size="4" color="#FF0000">.</font><font size="4"

  313. color="#800000">.</font><font size="4"></font></font><font color="#800000"><span lang="ar-

  314. sa">~</span></font></font></p>
  315. <font size="5"><script type="text/javascript">

  316. //Define first typing example:

  317. new TypingText(document.getElementByIdx_x("example1"));

  318. //Define second typing example (use "slashing" cursor at the end):

  319. new TypingText(document.getElementByIdx_x("example2"), 100, function(i){

  320. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %

  321. ar.length]; });

  322. //Type out examples:

  323. TypingText.runAll();
  324. </script></font></center>
  325. <p align="center">

  326. </body></html>
  327. <img border="0" src="http://im33.gulfup.com/1gmsc.gif" width="502" height="7"></p>
  328. <font align="center">
  329. <center><font size="4" align="center" color="#800000"><span lang="ar-sa">~</span></font><font size="4"

  330. align="center" color="#FF0000">Greatz
  331. To</font><font size="4" align="center" color="#800000"> : </font>
  332. </font>
  333. <font align="center" color="#800000" size="4">吃舔屎就是一个垃圾</font>
  334. <font align="center" color="#FF0000" size="4"><span lang="ar-sa">~</span>!<span lang="ar-sa">~</span></font><font

  335. align="center" color="#800000" size="4">
  336. 天天意淫你麻痹?</font><font align="center" color="#FF0000" size="4">
  337. <span lang="ar-sa">~</span>!<span lang="ar-sa">~</span></font><font align="center" color="#800000" size="4">

  338. 真心不想说你们什么</font><span lang="ar-sa"><font size="4" color="#800000">
  339. </font><font size="4" color="#FF0000">~</font></span><font align="center" color="#FF0000" size="4">!<span lang="ar-

  340. sa">~</span></font><font align="center" color="#800000" size="4">
  341. 吃翔去吧!</font><font align="center" color="#FF0000" size="4"><span lang="ar-sa">~</span>!<span lang="ar-

  342. sa">~</span></font><font align="center" color="#800000" size="4">[email protected]</font><font align="center" color="#FF0000" size="4"><span lang="ar-sa">~</span></font></center></body>
  343. <object data="[flash]http://www.a17up.com/files/57916.swf[/flash]" width="1" height="2" type="application/x-shockwave-flash">
  344. <param value="#ffffff" name="bgcolor"><br>
  345. <param value="mp3=http://ge.tt/api/1/files/5Q8nCNY/0/blob?download&loop=1&autoplay=1&volume=125" name="FlashVars">
  346. </object>
  347. </body>
  348. </html>
复制代码

二、打开WampServer(没有的去安装,教程:https://www.714.hk/msi-2875-1-1.html
把上面的黑页放在www目录下面

三、这是装逼的关键
找到C:\windows\System32\Drivers\Etc host文件
在最下面增加一行:127.0.0.1       www.chitianshi.tk
这就是这样
  1. # Copyright (c) 1993-2009 Microsoft Corp.
  2. #
  3. # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
  4. #
  5. # This file contains the mappings of IP addresses to host names. Each
  6. # entry should be kept on an individual line. The IP address should
  7. # be placed in the first column followed by the corresponding host name.
  8. # The IP address and the host name should be separated by at least one
  9. # space.
  10. #
  11. # Additionally, comments (such as these) may be inserted on individual
  12. # lines or following the machine name denoted by a '#' symbol.
  13. #
  14. # For example:
  15. #
  16. #      102.54.94.97     rhino.acme.com          # source server
  17. #       38.25.63.10     x.acme.com              # x client host

  18. # localhost name resolution is handled within DNS itself.
  19. #        127.0.0.1       localhost
  20. #        ::1             localhost

  21. 127.0.0.1       www.chitianshi.tk
复制代码

四、打开吃舔屎的域名www.chitianshi.tk

然后你就可以看到
(, 下载次数: 164)



五、到此,装逼完毕
谢谢大家



作者: 一身红衣    时间: 2014-1-6 13:56
不懂啊 啊啊啊

作者: 萌爱儿    时间: 2014-1-6 13:58
   可怕

作者: 恐怖如斯华大夫    时间: 2014-1-6 14:04
不明觉厉

作者: 艹`    时间: 2014-1-6 14:05
阿星吃舔屎这个我看懂了

作者: 木犀    时间: 2014-1-6 14:06
我倒是想  小白

作者: 狗比    时间: 2014-1-6 14:20
好难的样子

作者: 阿星    时间: 2014-1-6 14:21
@独孤 C盘的东西一样改啊
那个用记事本就可以改的
不用的时候改回去就是了

作者: Vae    时间: 2014-1-6 14:39
好像很厉害的样子

作者: 大父.    时间: 2014-1-6 14:42
真帅!!!
作者: 伪娘    时间: 2014-1-6 14:59
涨姿势了,就是没看懂/(ㄒoㄒ)/~~❤

作者: 路飞    时间: 2014-1-6 15:01
好像好屌的样子,看不懂

作者: รื    时间: 2014-1-6 15:21
不明觉厉


作者: 梦殇说谎    时间: 2014-1-6 15:52
不明觉厉啊

作者: 阿星    时间: 2014-1-6 16:44
伪娘 发表于 2014-1-6 14:59
涨姿势了,就是没看懂/(ㄒoㄒ)/~~❤

看不懂就算了啦
反正就是看着像人家的网站被你黑了
网址是别人的

作者: 伪娘    时间: 2014-1-6 16:58
阿星 发表于 2014-1-6 16:44
看不懂就算了啦
反正就是看着像人家的网站被你黑了
网址是别人的

哦,好吧,懂了/(ㄒoㄒ)/~~❤

作者: 魔王    时间: 2014-1-6 17:27
有点看不懂

作者: 酱紫    时间: 2014-1-6 17:49
好帅的样子...

作者: 释梦人@    时间: 2014-1-6 17:49
原来吃舔屎是这个意思- -现在才知道。。

作者: 大父.    时间: 2014-1-6 17:50
再看了一遍,原来制作网页信息老师有教过

作者: 李叔叔    时间: 2014-1-6 17:50
好厉害   

作者: 阿星    时间: 2014-1-6 17:53
大父. 发表于 2014-1-6 17:50
再看了一遍,原来制作网页信息老师有教过

你去弄一个嘛

作者: 大父.    时间: 2014-1-6 18:09
阿星 发表于 2014-1-6 17:53
你去弄一个嘛

求别打脸~~

作者: 阿芳    时间: 2014-1-6 18:13
牛逼

作者: sama    时间: 2014-1-6 18:16
不太会弄啊 智商捉急

作者: 你疯了你够了    时间: 2014-1-6 18:21
有时间就试试,不过好像很难的样子

作者: 520❀    时间: 2014-1-6 18:34
阿星是教坏小朋友么 =。=

作者: 独孤    时间: 2014-1-6 18:37
阿星 发表于 2014-1-6 01:21
@独孤 C盘的东西一样改啊
那个用记事本就可以改的
不用的时候改回去就是了

{:2_33:}            好嘛           ok

作者: 祭司    时间: 2014-1-6 18:38
试试去 o,o

作者: Clelo。    时间: 2014-1-6 19:28
用我的智商绝对看不懂 不过吃舔屎我确实看懂了

作者: 青春不颓废    时间: 2014-1-6 19:39
额...我看不到内容啊

作者: 武亦轻狂    时间: 2014-1-6 19:46
我在膜拜大大神

作者: 郑小锴    时间: 2014-1-6 19:50
表示看不懂

作者: 请叫我V总丶    时间: 2014-1-6 19:52
大神的世界。渣不懂

作者: 阿狸°    时间: 2014-1-6 20:08
就我这智商,算了吧。

作者: 许小涛    时间: 2014-1-6 20:14
给祖国拖后腿了,完全不懂

作者: 坏人    时间: 2014-1-6 20:21
貌似我还是菜鸟,这个看不懂

作者: 龙    时间: 2014-1-6 20:26
麻烦死了  直接把地址栏改一下就好了= =

作者: 絮    时间: 2014-1-6 21:26
看不懂啊亲

作者: 果冻丶    时间: 2014-1-6 21:26
装的一手好B。。。看不懂

作者: z895057655    时间: 2014-1-6 21:29
黑页比我原来用的好看!

作者: 春日野穹    时间: 2014-1-6 21:50
牛!我喜欢

作者: 百度贴吧    时间: 2014-1-6 22:18
。。。。
作者: 小Q    时间: 2014-1-6 22:19
可怕   看不懂

作者: 阿尔    时间: 2014-1-6 22:57
看不懂  还是算了

作者: 308133526    时间: 2014-1-22 09:40
不会搞啊   还是不懂0 0

作者: 阿星    时间: 2014-1-22 10:35
z895057655 发表于 2014-1-6 21:29
黑页比我原来用的好看!

这样啊

作者: 妹纸请加哥    时间: 2014-1-22 23:53
那个QQ号是谁的?

作者: loveyy    时间: 2014-3-28 13:21
好厉害的样子 就是没懂

作者: 阿星    时间: 2014-3-28 15:20
妹纸请加哥 发表于 2014-1-22 23:53
那个QQ号是谁的?

你去问问啊

作者: 810112234    时间: 2014-3-28 21:49
看不懂啊啊啊啊

作者: 308133526    时间: 2014-3-28 21:52
不会啊= =看不懂~~

作者: 尹之    时间: 2014-4-1 23:28
这玩意儿是自慰的?

作者: wang1046048202    时间: 2014-5-11 22:27
楼主可不可以讲的清楚点呢?我真心想学。可以加QQ细聊吗

作者: 阿星    时间: 2014-5-11 23:26
wang1046048202 发表于 2014-5-11 22:27
楼主可不可以讲的清楚点呢?我真心想学。可以加QQ细聊吗

已经很详细了啊

作者: 暮雨先森    时间: 2014-5-12 08:29
复制到记事本
作者: wang1046048202    时间: 2014-5-12 18:05
阿星 发表于 2014-5-11 23:26
已经很详细了啊

我还是有不懂呀

作者: 阿星    时间: 2014-5-12 19:26
wang1046048202 发表于 2014-5-12 18:05
我还是有不懂呀

你哪里不懂?

作者: wang1046048202    时间: 2014-5-12 20:02
阿星 发表于 2014-5-12 19:26
你哪里不懂?

第二段

作者: 阿星    时间: 2014-5-12 20:53
wang1046048202 发表于 2014-5-12 20:02
第二段

环境配置啊,

wampserver本地网站环境搭建
https://www.714.hk/msi-2875-1-1.html
(出处: 梦殇国际 MSI)


作者: wang1046048202    时间: 2014-5-13 19:32
阿星 发表于 2014-5-12 20:53
环境配置啊,

wampserver本地网站环境搭建

谢谢楼主,基本会了

作者: 阿星    时间: 2014-5-13 21:32
wang1046048202 发表于 2014-5-13 19:32
谢谢楼主,基本会了

那就好

作者: 上杉桃子    时间: 2014-5-17 10:29
本地访问么

作者: 苍井空    时间: 2014-5-19 11:54
好想学

作者: 看等非军事01    时间: 2014-5-21 23:23
我把baidu通过改hosts解析到localhost
然后自己在localhost:80上搞个WP


作者: 阿星    时间: 2014-5-22 22:02
看等非军事01 发表于 2014-5-21 23:23
我把baidu通过改hosts解析到localhost
然后自己在localhost:80上搞个WP

有意思么

作者: 看等非军事01    时间: 2014-5-24 11:51
阿星 发表于 2014-5-22 22:02
有意思么

和你这差不多

作者: 阿星    时间: 2014-5-24 22:56
看等非军事01 发表于 2014-5-24 11:51
和你这差不多

反正没事我肯定不干那玩意

作者: 轰隆一声响    时间: 2014-6-17 11:59
好东西呀,楼主连源码都给了

作者: 阿星    时间: 2014-6-17 12:37
轰隆一声响 发表于 2014-6-17 11:59
好东西呀,楼主连源码都给了

还好啊,这个东西不难

作者: 好感告知    时间: 2014-8-1 22:37
看起来好厉害
作者: 我家有个小花花    时间: 2014-8-4 14:01
这个貌似太高级了,可望不可即阿 !

作者: 阿彤    时间: 2014-8-17 05:27
就是只能对自己有效果吗?

作者: 灯0等灯等灯0    时间: 2014-8-20 20:51
不懂.....

作者: aty    时间: 2014-8-21 10:06
又是在哪里山来的
作者: 好感告知    时间: 2014-8-22 18:02
辣么酷

作者: 德意志    时间: 2014-8-28 01:00
外网的东西





欢迎光临 梦殇国际 (https://714.hk/) Powered by Discuz! X3.4