Seite 1 von 1

Hilfe beim Kleinanzeigen Markt Mod

Verfasst: 17.09.2006 22:02
von 19cyprinus88
Was genau hat das zu bedeuten???

Ich baue den Kleinanzeigen Markt ein.....

Code: Alles auswählen

#
#-----[ COPY ]-------------------------------------------------------
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
#
# Remember to upload all the language files and template files to all your
# language packs and template directories
#
# If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl)
# and BINARY mode for image files (*.jpg, *.gif)
# Fortunately good FTP clients today can auto-detect the mode for your files

copy phpbb_root/*.* to *.*
copy phpbb_root/admin/*.* to admin/*.*
copy phpbb_root/ads_mod/*.* to ads_mod/*.*
copy phpbb_root/language/lang_english/*.* to language/lang_english/*.*
copy phpbb_root/templates/subSilver/*.* to templates/subSilver/*.*
copy phpbb_root/templates/subSilver/admin/*.* to templates/subSilver/admin/*.*
copy phpbb_root/templates/subSilver/images/*.* to templates/subSilver/images/*.*
copy phpbb_root/templates/subSilver/images/lang_english/*.* to templates/subSilver/images/lang_english/*.*

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
Create folder: ads_mod/chasers
Create folder: ads_mod/images
Create folder: ads_mod/payments (if using paid ads)

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
# Required for Unix hosts (you can use your FTP client to do this)
#
CHMOD 777 ads_mod/chasers
CHMOD 777 ads_mod/images
CHMOD 777 ads_mod/payments

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#
This Ads mod will add 10 tables to your database.
It will not alter any existing tables :)

Upload ads_db_install.php and ads_mysql.sql to your phpBB root
directory then run ads_db_install.php by typing the file name on the 
browser. After that, delete both files immediately

If you do not want to run ads_db_install.php you can run the SQL
queries manually in ads_mysql.sql

After installation, go to your Admin Control Panel and customise 
your set-up.

Verfasst: 17.09.2006 22:44
von DreamPromise
Moin moin

hast du schon mal ein MOD eingebaut ??

DP

Verfasst: 17.09.2006 22:57
von 19cyprinus88
ja sicha

Verfasst: 17.09.2006 23:02
von DreamPromise
Moin moin


Diese Ordner sollst du anlegen (im root):
Create folder: ads_mod/chasers
Create folder: ads_mod/images
Create folder: ads_mod/payments

Diese Ordner bekommen dann Schreibrechte:
CHMOD 777 ads_mod/chasers
CHMOD 777 ads_mod/images
CHMOD 777 ads_mod/payments
Kannste im FTP-Programm auf dem Server einstellen

DP

Verfasst: 17.09.2006 23:36
von 19cyprinus88
ok danke