Hoşgeldin Misafir

Yeni Dijital Ürün Satış Scripti (İngilizce, Türkçe)

Zenas

8 Mar 2023
14 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
hocam 7.2 ye çektiğinizde htcasse yansımıyor olabilir anydesk iletin bakalm
.htaccess:


Kod:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^([a-z]+)\/?$ $1.php [NC] 
</IfModule>


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

RewriteRule ^anasayfa/? index.php [NC,L]
RewriteRule ^urun/([0-9a-zA-Z-_]+)/([0-9]+)? urun.php?id=$2 [L,QSA]
RewriteRule ^proje/([0-9a-zA-Z-_]+)/([0-9]+)? proje.php?id=$2 [L,QSA]
RewriteRule ^view/([0-9a-zA-Z-_]+)/([0-9]+)? view.php?id=$2 [L,QSA]
RewriteRule ^lisans/([0-9a-zA-Z-_]+)/([0-9]+)? lisans-duzenle.php?id=$2 [L,QSA]


ErrorDocument 404 https://%{SERVER_NAME}%{REQUEST_URI}/404.php

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors On
   php_value max_execution_time 1200
   php_value max_input_time 300
   php_value max_input_vars 1000
   php_value memory_limit 768M
   php_value post_max_size 512M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php74"
   php_value upload_max_filesize 512M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors On
   php_value max_execution_time 1200
   php_value max_input_time 300
   php_value max_input_vars 1000
   php_value memory_limit 768M
   php_value post_max_size 512M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php74"
   php_value upload_max_filesize 512M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 

LozanDijital

8 Mar 2023
20 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
.htaccess:


Kod:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^([a-z]+)\/?$ $1.php [NC]
</IfModule>


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

RewriteRule ^anasayfa/? index.php [NC,L]
RewriteRule ^urun/([0-9a-zA-Z-_]+)/([0-9]+)? urun.php?id=$2 [L,QSA]
RewriteRule ^proje/([0-9a-zA-Z-_]+)/([0-9]+)? proje.php?id=$2 [L,QSA]
RewriteRule ^view/([0-9a-zA-Z-_]+)/([0-9]+)? view.php?id=$2 [L,QSA]
RewriteRule ^lisans/([0-9a-zA-Z-_]+)/([0-9]+)? lisans-duzenle.php?id=$2 [L,QSA]


ErrorDocument 404 https://%{SERVER_NAME}%{REQUEST_URI}/404.php

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors On
   php_value max_execution_time 1200
   php_value max_input_time 300
   php_value max_input_vars 1000
   php_value memory_limit 768M
   php_value post_max_size 512M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php74"
   php_value upload_max_filesize 512M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors On
   php_value max_execution_time 1200
   php_value max_input_time 300
   php_value max_input_vars 1000
   php_value memory_limit 768M
   php_value post_max_size 512M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php74"
   php_value upload_max_filesize 512M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
bunun ile değişin.
Kod:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^([a-z]+)\/?$ $1.php [NC]
</IfModule>


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

RewriteRule ^anasayfa/? index.php [NC,L]
RewriteRule ^urun/([0-9a-zA-Z-_]+)/([0-9]+)? urun.php?id=$2 [L,QSA]
RewriteRule ^proje/([0-9a-zA-Z-_]+)/([0-9]+)? proje.php?id=$2 [L,QSA]
RewriteRule ^view/([0-9a-zA-Z-_]+)/([0-9]+)? view.php?id=$2 [L,QSA]
RewriteRule ^lisans/([0-9a-zA-Z-_]+)/([0-9]+)? lisans-duzenle.php?id=$2 [L,QSA]


ErrorDocument 404 https://%{SERVER_NAME}%{REQUEST_URI}/404.php
 

Zenas

8 Mar 2023
14 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
bunun ile değişin.
Kod:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^([a-z]+)\/?$ $1.php [NC]
</IfModule>


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

RewriteRule ^anasayfa/? index.php [NC,L]
RewriteRule ^urun/([0-9a-zA-Z-_]+)/([0-9]+)? urun.php?id=$2 [L,QSA]
RewriteRule ^proje/([0-9a-zA-Z-_]+)/([0-9]+)? proje.php?id=$2 [L,QSA]
RewriteRule ^view/([0-9a-zA-Z-_]+)/([0-9]+)? view.php?id=$2 [L,QSA]
RewriteRule ^lisans/([0-9a-zA-Z-_]+)/([0-9]+)? lisans-duzenle.php?id=$2 [L,QSA]


ErrorDocument 404 https://%{SERVER_NAME}%{REQUEST_URI}/404.php
Aynı.
 

lanq067

5 Mar 2023
23 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
script çalışıyor ama yönetim paneline girince şöyle bir ekran geliyor

Internal Server Error​

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@siteismi.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
 

LozanDijital

8 Mar 2023
20 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
script çalışıyor ama yönetim paneline girince şöyle bir ekran geliyor

Internal Server Error​

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@siteismi.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
anydesk iletin sizinkini kontrol edelim
 

death2323

15 Eyl 2022
519 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:

Full Açık Kaynak Ayrıca Denedim THS Ailesine Özel Atılmıştır,

İNDİR:

*** Gizli metin: alıntı yapılamaz. ***


Kurulum:
1- veritabanı oluşturun.
2-bTITUSQL.sql isimli dosyayı veritabanına import edin.
3- baglan.php dosyasını duzenleyin.
4-PHP Sürümü 7.2 Yapıyoruz.
işlem tamam.

Giriş Bilgileri:

[email protected]
123456
mpsm977.jpg

Teşekkür ederim.
 

ibocftc_

13 Nis 2020
335 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:

Full Açık Kaynak Ayrıca Denedim THS Ailesine Özel Atılmıştır,

İNDİR:

*** Gizli metin: alıntı yapılamaz. ***


Kurulum:
1- veritabanı oluşturun.
2-bTITUSQL.sql isimli dosyayı veritabanına import edin.
3- baglan.php dosyasını duzenleyin.
4-PHP Sürümü 7.2 Yapıyoruz.
işlem tamam.

Giriş Bilgileri:

[email protected]
123456
mpsm977.jpg

Ellerine Sağlık
 

ibocftc_

13 Nis 2020
335 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
script çalışıyor ama yönetim paneline girince şöyle bir ekran geliyor

Internal Server Error​

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@siteismi.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
.htthaces düzenleme yapılması gerekiyor
 

Buzadam

21 Eki 2018
382 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:

Full Açık Kaynak Ayrıca Denedim THS Ailesine Özel Atılmıştır,

İNDİR:

*** Gizli metin: alıntı yapılamaz. ***


Kurulum:
1- veritabanı oluşturun.
2-bTITUSQL.sql isimli dosyayı veritabanına import edin.
3- baglan.php dosyasını duzenleyin.
4-PHP Sürümü 7.2 Yapıyoruz.
işlem tamam.

Giriş Bilgileri:

[email protected]
123456
mpsm977.jpg

güzel gibi deneylim