![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on portal creation within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; im creating a new portal dont know what im doing wrone im usingg the web server and the treewalk dns ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
im creating a new portal dont know what im doing wrone im usingg the web server and the treewalk dns software i login to wipeout and the browser stay in a blank screan and after a wile it just come back to the ick conection screan
this is my scea.zone ; BIND db file for scea.com STTL 86400 @ IN SOA scea.com fake.scea.com ( 2005040201 ; serial number YYMMDDNN 28800 ; Refresh 7200 ; Retry 864000 ; Expire 86400 ; Min TTL ) ;This should cover ALL bases: NS psp.jtsecurity.com A psp.jtsecurity.com ingame A psp.jtsecurity.com webcluster A psp.jtsecurity.com $ORIGIN scea.com this is my named.conf /* ** TreeWalk master config */ controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; }; // the private (LAN) network space acl "privlan" { 127.0.0.0/8; 10.0.0.0/8; 169.254.0.0/16; 192.168.0.0/16; 172.16.0.0/20; }; // our own private subnets acl "private" { 127.0.0.0/24; 192.168.0.0/16; }; options { directory "C:\WINDOWS\system32\dns\ etc"; cache-file "named.cache"; version "TWDNS"; hostname none; server-id none; dialup no; interface-interval 0; listen-on port 53 { 127.0.0.1; 192.168.2.156; }; listen-on-v6 { none; }; // query-source address * port 5353; // query-source-v6 address * port 5354; recursion yes; allow-query { "private"; }; allow-recursion { "private"; }; blackhole { "bogons"; }; // forward first; // forwarders { 4.2.2.2; 4.2.2.1; }; auth-nxdomain no; minimal-responses yes; transfer-format many-answers; // edns-udp-size 512; max-transfer-time-in 60; request-ixfr yes; provide-ixfr yes; recursive-clients 2000; tcp-clients 500; max-cache-size 4m; max-ncache-ttl 30; lame-ttl 100; zone-statistics no; cleaning-interval 240; }; // the bogon list include "bogons.conf"; include "logs.conf"; include "rndc.key"; include "root.conf"; include "local.conf"; include "extra.conf"; zone "scea.com" { type master; file "scea.zone"; }; and this is a tempary website <html> <body> <a href="http://www.andrew.cmu.edu/~jterlesk/psp/portal/index2.html"> <img src="http://www.jtsecurity.com/back.jpg"></a> </body> </html> what do im doing wrone my firewall is off ~~~~ some help |
|
|
|
|
![]() |
| Tags |
| creation , portal |
| Thread Tools | |
|
|