Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next
 
Reply with quote Download Post 
Post Respuesta: Cannot See The Post? 
 
But I think it's quite clear... isn't it?

1) open the file called common.php with your favourite editor (notepad, wordpad...) better if it's a php editor like Zend or something like that. It depends on you.

2) Save it like common-backup.php

2) Inside that file use the search function of the editor to find this code:

Code: [Download] [Hide] [Select]
if ( !defined('IN_PHPBB') )
{
    die("Hacking attempt");
}


3) when you find it, right after that code copy-paste the following line:

Code: [Download] [Hide] [Select]
ini_set("memory_limit","12M");


4) Save the file again, now like common.php, and overwrite the existing one.

5) Upload the file to your hosting

6) Try again!!

Do you understand now?
 




____________
Icy Phoenix Latest 2.0 (working pending)
Style: Aphrodite and MG_Themes
Site: Spanish Stephen King fan forum
Mods: Medal System Mod. BBAntispam 1.2. Several own BBcodes.
 
XusquiSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
If i modify this file after i rename common-backup?
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Respuesta: Cannot See The Post? 
 
ffff....

You make a backup copy of your common.php to make sure if something is wrong, you can go back; you call the copy common-bakcup.php or anything you like!!!

Then you save the modifyed file as common.php!!!

If, after modifications the problems are the same ones, you restore you backup copy...
 




____________
Icy Phoenix Latest 2.0 (working pending)
Style: Aphrodite and MG_Themes
Site: Spanish Stephen King fan forum
Mods: Medal System Mod. BBAntispam 1.2. Several own BBcodes.
 
XusquiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
ok i dont have say that i dont have activate CHMOD777 and CHMOD666

This is here the problem? plz reply ty
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Help help help HEEELP!! I have follow your council! and he always dont work!!
 



 
Last edited by Noted_DrAgOn on Sun 01 Oct, 2006 21:57; edited 1 time in total 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Yes, that is the problem... apply CHMOD to the files listed in the readme file in docs folder.

Please, do not bump your topics and be kind, otherwise you'll collect some other cards...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
MG!! thank you for this reply i have activated CHMODS but the problem persist

You can give me download for the files posting.php and common.php in this website?

Thank you

Here my website www.noted-clan.13.fr register or guest post a message if you submit he appear a blank page

Plz MG my hero ( ) Help mee
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
1. Why do you think you need another posting.php and common.php? If you haven't managed to edit the files, there should be no difference to the standard xs 058 release files. If you want common.php to have ini_set("memory_limit","12M"); as Xusqui suggests, then just open common.php, and insert the line. For this, it doesn't really matter if you put it before or after
Quote:
if ( !defined('IN_PHPBB') )
{
    die("Hacking attempt");
}
, so to make it easier, just put it straight after <?php, for example:
Code: [Download] [Hide] [Select]
<?php
ini_set("memory_limit","12M");


Upload it and replace the existing common.php. Its such a simple change, that don't even bother to do a backup the existing file. If you want to go back a step, you only need to delete this simple line.

If you have made changes, and you've lost track / don't have backups, then just download a fresh copy of XS and start again. You could replace the current directory on your server with a fresh copy. To do that, you must remove /install and /contrib (as per install) and copy across your config.php. Rename the curent XS directory (e.g. apend its name with _old), and rename new directory to whatever the current directory is. Having said that, it looks like you've installed it all in your public_html directory, which makes it more difficult   In which case, rename current config.php to something else (e.g. config_old.php) delete everything else related to XS, then unzip a fresh install. Delete the new config.php (and also /install and contrib directories), and rename config_old.php back to config.php. AND DON'T FORGET TO CHMOD as per the install notes in the docs directory! This at least should guarantee you are starting on a clean install, although doesn't mean the problem is solved - it could be an issue with your SQL configuration. However, before reinstalling a fresh copy, I would take the next step.

2. Using an ethernet packet sniffer, I see that gzip is enabled - this could be obscurring any error mesages, and resulting in the blank page. Go into ACP>>Board (General Configuration) 13th item down is "enable gzip". Ensure it is set to no. It could even be an error inserting into SQL, but because the page is gzipped, the error doesn't display (I've found error codes generated from the php server are not always gzip compressed, and because the browser is told to expect a compressed stream of data, when it receives uncompressed data and tries to decompress it, the result is nothing. This is because the gzip function is called within XS, to compress data generated from XS, whilst the error codes are generated outside of XS, and thus occur before/outside the compression). If doing this enables you to see an error message, tell us what it says here.

3.I am not convinced that chmodding of the files are the main problem here, because normally you wouldn't be able to view the main index page, let alone this error (/cache being the critical directory). Hopefully if you follow 2, the problem should be clearer.

4.
Noted_DrAgOn wrote: [View Post]
Répondez saleté d'anglais!                   
Are you saying your English is dirty, or that the English langauge is dirty?

If you don't want to use English, try writing everything in Francais. I doubt though, that anyone else here understands. Thats just the luck of the draw, get over it.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
I have do this code and he dont wOoOoOork! see the screenshot:

postingmf7

Bon si vous comprenez le français voila Dis a l'administrateur de me donner common.php et posting.php de ce site


Translate in voila.fr
 



 
Last edited by Noted_DrAgOn on Sun 01 Oct, 2006 22:43; edited 1 time in total 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Which code? Please try to be specific.

Have you tried my suggestion in point 2 above? Because I still see that gzip is enabled, and this is obscurring any error essages that might be generated.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Raah! Voila mon site

Here my site web

www.noted-clan.13.fr

Man! Answer! plz
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Gzip encoding. Read my previous posts.

I have already seen for myself what is happening, as I have tried to post on your site. This is the header information sent from your site when trying to submit a post:
Quote:

HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Sun, 01 Oct 2006 21:11:39 GMT
Content-Type: text/html
Server: Apache/1.3.33 (Unix) mod_gzip/1.3.19.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
Set-Cookie: phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; expires=Mon, 01 Oct 2007 21:11:44 GMT; path=/
Set-Cookie: phpbb2mysql_sid=12e690ca4499195c51b180359564fcb2; path=/

0



Type information received on a normal, working page:

Quote:

HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Sun, 01 Oct 2006 21:15:21 GMT
Content-Type: text/html
Expires: Sun, 01 Oct 2006 21:15:21 GMT
Cache-Control: private, pre-check=0, post-check=0, max-age=0
Server: Apache/1.3.33 (Unix) mod_gzip/1.3.19.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
Set-Cookie: phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; expires=Mon, 01 Oct 2007 21:15:25 GMT; path=/
Set-Cookie: phpbb2mysql_sid=12e690ca4499195c51b180359564fcb2; path=/
Pragma: no-cache
Content-Encoding: gzip
Vary: Accept-Encoding

21aa
.‹........ì=ksÛ¶²Ÿ­_0sb¹¶žŽD¶”q.§Í9y5vÛÓ›Éh(.’ØðU‚´¬>~Ðý—ww.‚àC²]%÷Þ3Sw.‘x,.‹Åbw±.O.‰ï±kß.ÄÐZ$I4èt–Ëe{yØ.ãy§÷äÉ“Î5–±˜ãÆCËKbkÔ8]pہ.Ÿ'6ÃZ-þkê^
­çað i]®"n±©|.Z.¿N:.å„M.v,x2tEØzüøèI«g±Î&P.ÉÊãµ.§B.u.Ûçá&žYð'îMCŸ³$dÑ"zö¬õï.Ö¯Ô²Ód.ÆF5*Ë ìEbÏfl0`.m s2¹.mžv*¦a´ŠÝù"1€5§{¬ßíö[ðÏ1+‚®.øÌWË0v„QŸ_Û~äñ..…"9`Ô¼þq.‘Øžg'n..0‡{<’I.¹Ó.6.ãÔ?`Â
¦È¯x¼J.n0‡$Î}qÀ ©Ïô¾”tR`ÙµPOú.~bÝ.@Í÷ÓÀM.t#Q.."‡pÈ.L„iŒíf¥W...@n¡?v«Ãçp1Ý.;c.`.€œÐ·Ý
°p4.¹HØ.@ÌÃxÅz:é%â"ßo7ò..£µ9.xl{•¢q8..sÜÀá×ØÏ.—²¸ç.ŸYÌ=`Ä0²Ø"泡Õî.‰o,F.:´.Ñr.ÁíxºÈ«É÷B½.U¤XqÁ=³5û×b[gß—+d.ŸUñ¹?á±çŠ¤PóN..Hu{0ŒI‹:Øêµ®f½¶”.
‚9*.$¼„Ç...”†é
.Qä¹SbåN,Äþµ.èÃÅEÖ¢1.ƒ0áNkêÙA»wØžÅXMöà.MÙIè.Ú:ƒ„;4öÔ¦òØâ½Vë+.–ú™QÏä7J”ÛT[ÃîŠÛGVkÔhœ.ÅFµðN;2³Àá@dš&̝b?2ös}{Î.0î.¦·á.«X
×.±à<ɹN‰ÎÔ.ÛÑ"..7á.*8žxöôs›–.9ÚÅåB.’Á8ÎShwhýÓ¾²/(±Pá.H.*YÄSXüT.>Œy0‡™±èL&ÓÉØŸ·.Öè´#+Ôµb‚ÛÔÊš®ý".lqcK·í.,.^
ŒÕIÂù.èæ¸.Z^•à.W³×¸¨={÷odÜ8a8úe€ ..Bš„×_a€Ö7.Åa.bÕ/F¼›†Éž¦^˜â`=õBÛ.òÙŒO“¯Þ¸¦n©Ÿ…1|é.À¹LNaÈùèÎØ<áìÕ9;j.u»ÝO9r·b (˜ÏÜj›.yำOÔŽD.Z€..È‚.³=R
@¸.-.}á.mߝơ.g..÷.ÔQ@nD.)  etc etc etc this is all gzip compressed data


I will not help you any more until you attempt to disable gzip compression.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
i have to disable GZIP?
plz replyyy
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
Yes.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Cannot See The Post? 
 
thanks but i have disabled gZIP and he DONT WOORK!

Plz another tip
 



 
Noted_DrAgOnSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events