| Önceki başlık :: Sonraki başlık |
| Yazar |
Mesaj |
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 01 Nisan 2004, 19:19 Mesaj konusu: Registration? |
|
UFFFFFF kac gundur sunla ugrasiyorum arkadaslar hani register ederken isim yazmayi nasil yapabilirim. bir file indirdim hemen hemen yaptim bir tane sey kaldi bi onu yapamadim register critical error veriyor.
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
CREATE TABLE `phpbb_profile_config` (
`config_name` varchar(255) NOT NULL default '',
`config_value` varchar(255) NOT NULL default '',
PRIMARY KEY (`config_name`)
) TYPE=MyISAM;
#
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_profile_config` VALUES ('user_email', '1');
INSERT INTO `phpbb_profile_config` VALUES ('user_icq', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_website', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_from', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_sig', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_aim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_yim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_msnm', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_occ', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_interests', '0');
Ilkinciyi yaptim ama insert into yu yani ikinci bolumleri yapamadim. Bu 1470 nolu phpbbhack.com daki file. Eger sizler baska kullaniyorsaniz luften yardimci olun bi bu kaldi bende rahatliyim esqarede :lol: :lol: Bu arada yardimlariniz icin cok tesekkur ederim. Onemli olan istemek bilmeyede bilebilirsiniz :D |
|
|
| Başa dön |
|
taNGo
Kayıt: 23 Haziran 2003
Mesajlar: 2602
Nerden: Geriden
|
| Tarih: 01 Nisan 2004, 20:17 Mesaj konusu: |
|
phpbbhacks.com daki 1470 nolu hack Who voted(Oy veren nickler) modu.Dediklerinden bir şey anlamadım ayrıca ? |
|
|
|
| Başa dön |
|
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 01 Nisan 2004, 22:17 Mesaj konusu: |
|
Hani foruma register yaparken isim ve soyad sorulmuyoya onu nasil yaparim. O yukaridaki 2inci kodu yapamadim bir tek o kaldi. VEya sizlerin bir bildigi baska mod filan varsada kullanirim. Kodun ilk kitasini yaptim yani ustteki bide simdi altaki kaldi yani bu
#
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_profile_config` VALUES ('user_email', '1');
INSERT INTO `phpbb_profile_config` VALUES ('user_icq', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_website', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_from', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_sig', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_aim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_yim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_msnm', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_occ', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_interests', '0');
Bunu nerde nasil yapabilirim. SQLde phpbb profile config i actim ama bu valluelari nasil koyarim problemorda oluyor bunlari koymazsam critacal error veriyor bende profile config i siliyorum error vermiyor. |
|
|
|
| Başa dön |
|
taNGo
Kayıt: 23 Haziran 2003
Mesajlar: 2602
Nerden: Geriden
|
| Tarih: 01 Nisan 2004, 22:37 Mesaj konusu: |
|
PhpMyAdmin kullanıyorsan phpbb tablolarının olduğu ana sayfada sql sorgusuna aynen bu satırı kopyalayıp "git" yada "ok" butonuna tıklayacaksın.Daha sonra sana "sql sorgusu başarıyla çalıştırılmıştır" şeklinde bilgi verecektir. |
|
|
|
| Başa dön |
|
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 01 Nisan 2004, 23:11 Mesaj konusu: |
|
Yardimlarin icin tekrar tsklurler esqare kardes. Simdide register yaparken phpBB : Critical Error
Could not query profile field required status
DEBUG MODE
SQL Error : 1146 Table 'dailytalks_com_-_phpbb.profile_config' doesn't exist
SELECT * FROM profile_config
Line : 240
File : /var/www/html/forum/includes/usercp_register.php bu erroru verdi |
|
|
|
| Başa dön |
|
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 01 Nisan 2004, 23:21 Mesaj konusu: |
|
mySQLdede bunlari yapinca
SQL-query :
INSERT INTO `profile_config`
VALUES (
'user_website', '0'
)
MySQL said:
#1062 - Duplicate entry 'user_website' for key 1
[Documentation] · [Back] |
|
|
|
| Başa dön |
|
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 01 Nisan 2004, 23:52 Mesaj konusu: |
|
registrationa bi isim ekliyemedim gitti :oops: :cry: :blink: :book: :dload: |
|
|
|
| Başa dön |
|
taNGo
Kayıt: 23 Haziran 2003
Mesajlar: 2602
Nerden: Geriden
|
| Tarih: 02 Nisan 2004, 00:16 Mesaj konusu: |
|
Alttaki dosyayı indir root dizinine at.Sonra www.siteadı.com/db_update.php satırına git.İlk önce admin girişi yapmayı unutma.
Romulus demiş ki:
#
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_profile_config` VALUES ('user_email', '1');
INSERT INTO `phpbb_profile_config` VALUES ('user_icq', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_website', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_from', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_sig', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_aim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_yim', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_msnm', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_occ', '0');
INSERT INTO `phpbb_profile_config` VALUES ('user_interests', '0');
Bu satırları otomatik olarak veritabanına ekleyecektir.Yazdığın mysql satırlarında yanlışlık varsa sorumluluk kabul etmem. |
|
|
|
| Başa dön |
|
Romulus
Kayıt: 23 Mart 2004
Mesajlar: 784
Nerden: Chicago
|
| Tarih: 02 Nisan 2004, 00:31 Mesaj konusu: |
|
linke gittikten sonra mi hemen admin girisi yapiyim? |
|
|
|
| Başa dön |
|
taNGo
Kayıt: 23 Haziran 2003
Mesajlar: 2602
Nerden: Geriden
|
| Tarih: 02 Nisan 2004, 00:35 Mesaj konusu: |
|
hayır önce admin girişi yap sonra linke git. |
|
|
|
| Başa dön |
|
| |