Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
admin panel with no password
  • wTg
    Posts: 38
    while revising i found this haha

    http://www.tutor2u.net/admin/

    it was also on the robots.txt page so it was very easy :L
  • Xin
    Posts: 3,251
    <% Option Explicit %> <% Response.Buffer = True %> <% Dim login Dim pass Dim sysRec Dim seclevel seclevel = 1 Set objConn = Server.CreateObject("ADODB.Connection") Set sysRec = Server.CreateObject("ADODB.Recordset") objConn.Open strConnect %><% objConn.Close Set objConn = Nothing %>

    That appears when i open it
    Xin
  • wTg
    Posts: 38
    i have no idea? it works for me. and it is in the robots.txt page. but i dont know why it says that :(

    Did anyone else get that error ?
  • Sh3llc0d3
    Posts: 1,910
    said:


    <% Option Explicit %> <% Response.Buffer = True %> <% Dim login Dim pass Dim sysRec Dim seclevel seclevel = 1 Set objConn = Server.CreateObject("ADODB.Connection") Set sysRec = Server.CreateObject("ADODB.Recordset") objConn.Open strConnect %><% objConn.Close Set objConn = Nothing %>

    That appears when i open it



    I get the same.
  • wTg
    Posts: 38
    im not really sure. i would put up a screen shot of it if you want but i dont know how to put it in a post.
    im in safari i dont suppose that could have something to do with it ?
  • Xin
    Posts: 3,251
    said:


    im not really sure. i would put up a screen shot of it if you want but i dont know how to put it in a post.
    im in safari i dont suppose that could have something to do with it ?



    Screenshot it upload it, then use the [img] tags
    Xin
  • wTg
    Posts: 38
    Sorry this sounds stupid but how do i upload it. I've done the screenshot but i don't know how to how to upload it.
  • Xin
    Posts: 3,251
    said:


    Sorry this sounds stupid but how do i upload it. I've done the screenshot but i don't know how to how to upload it.



    An image sharing site such as tinypic or imgur, also that site is down for me now
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Go to tinypic.com or another image host. Upload, after the upload has finished get the link with [IMG] tags infront and post it here :)
  • wTg
    Posts: 38
    http://i51.tinypic.com/seln5u.png[hr]
    Sorry about that there it is :)
  • Bursihido
    Posts: 406
    <% Option Explicit %> <% Response.Buffer = True %> <% Dim login Dim pass Dim sysRec Dim seclevel seclevel = 1 Set objConn = Server.CreateObject("ADODB.Connection") Set sysRec = Server.CreateObject("ADODB.Recordset") objConn.Open strConnect %><% objConn.Close Set objConn = Nothing %>