Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alper

Pages: [1]
1
DNS / Domain not working without www
« on: April 03, 2016, 09:17:50 AM »
Hey,

Idk why, but it is not working. see: www.youtubevideomp3donustur.com see: youtubevideomp3donustur.com

Code: [Select]
"; Panel %version%
; Zone file for www.youtubevideomp3donustur.com
$TTL 14400
www.youtubevideomp3donustur.com.      86400        IN      SOA     ns1.digitalocean.com. alpertenkit.gmail.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

www.youtubevideomp3donustur.com. 86400 IN NS ns1.digitalocean.com.
www.youtubevideomp3donustur.com. 86400 IN NS ns2.digitalocean.com.


www.youtubevideomp3donustur.com. IN A 104.236.188.193
youtubevideomp3donustur.com. IN A 104.236.188.193
cname    www   youtubevideomp3donustur.com.

localhost.www.youtubevideomp3donustur.com. IN A 127.0.0.1

www.youtubevideomp3donustur.com. IN MX 0 www.youtubevideomp3donustur.com.

mail IN CNAME www.youtubevideomp3donustur.com.
www IN CNAME youtubevideomp3donustur.com.
ftp IN CNAME www.youtubevideomp3donustur.com.
; Add additional settings below this line
"

What should i do?

2
PHP / Enable Exec()
« on: April 03, 2016, 03:59:58 AM »
How can i enable php exec() ?

I looked for disable_functions=, but there is nothing is arranged for this i mean it is blank. like this : "disable-functions ="

I thought if i removed "exec()" from there, then i would enable it. But even though there is no "exec" commond in disable functions, i cant run a file.

Pages: [1]