Jump to content
  • Sign Up

nomorekillz

Apprentice
  • Posts

    73
  • Joined

  • Last visited

Everything posted by nomorekillz

  1. Its weard, when I select default, it moves it to the custom skin selected. Edit: Problem solver, permission were annoying me.
  2. Hey there, I recently installed IPS4 and after chosing the skin, it affected to admin panel, Maybe there is a way to keep the default theme on Admin panel however using the chosed one at site ? Thanks for your time, regards.
  3. I fixed my problem adding a new shoutbox. Thanks for your time. Regards.
  4. I did it but It didnt work. I still getting this message https://webflake.sx/applications/core/interface/imageproxy/imageproxy.php?img=http%3A%2F%2Fpuu.sh%2FobLNM%2Fd57f0172eb.png&key=74e9450978d9720e44e4c9a18d16b643df07f90d3aa482fe88aa5cbd61627539 Regards.
  5. Well, these are the following stepts that I did. My skin is selected. (This doesnt matters) System/Support/Support/Something isn't working correctly/The problem is not resolved. Later, after it, I enabled again Shoutbox, portal and those 2 plugins. I set my skin again. Then I want to shout at shoutbox, and it drops a message saying: Are you sure ? If I dont get the message are you sure, I can create topics correctly. This: When I want to create a topic. Regards.
  6. EDIT: After doing it, I get that annoying message which say: Are you sure ? And I cant shout
  7. Ye, I think the probelm was solved, thanks so much. Regards.
  8. I did System/support/support/something isn't working correctly. That should be enought after doing the rest of stepts ? Regards.
  9. I have to keep disabled shoutbox always ? Then the members wont be able to use it anymore ?
  10. Hey dear guys, few days ago I upgrade my forum to IPS4 Welll, some guys are experimenting problems creating topics. I got this problem too, but idk the reason. The code that it drops me is: I hope you can help me, thanks and regards.
  11. Hey dear guys, I have installed on my localhost IPB 3.4.6 Nulled, however, I want to upgrade it to 4.x (I downloaded 4.1.8.1 Nulled). I removed all my files except -conf_global.php -uploads -public and I uploaded the files from 4.x Well, now, when Im upgrading it, it request me to insert a License key, I tried to follow this tutorial: But it didnt work for me. I hope u can help me. Thanks & regards.
  12. Hey dear community, I started to learn somethings about mysql and php today. Im trying to use a custom url to unzip x file. for example: http://www.Whateverwebsite.com/uploads/unzip.php?file=FILENAME The reason of this is because Im using a remote connection from a game to download x files to the server. but I cant find a away to to that. I have found this little code ... <?php $zip = new ZipArchive; $res = $zip->open(''); if ($res === TRUE) { $zip->extractTo(''); $zip->close(); echo 'ok'; } else { echo 'failed'; } ?> I would like to unzip it in a folder with the same name. I hope u can help me with this little problem. Thanks and regards.
  13. Oh, I see, anyways, thanks for all. #Request To Close.
  14. I think you didn't understand me. I mean that I have 20 choises and users are allowed to vote all of them, well, I would like to limit it to "3" Following this method, you can't limit it. Regards.
  15. Hey guys, Im here with a simple question. I have done a poll. Well, I have a lot of choises (15 more less) and I would like to limit to users, to mark as max (3 Choises) I hope you can help me with this. IPB Version: 3.4.6 Regards.
  16. I'm using an html code to redirect. .htaccess gave me some problems too, that is the reason why Im using HTML. <!DOCTYPE HTML> <html> <meta http-equiv="refresh" content="0; url=http://yourwebsite.asdasd" /> </html>
  17. Flag mod contain a folder that you have to upload on your webserver. Then, when u are creating the field, it says http://youwebsite.web (or something similar), just set the url where the you have uploaded the flags(images). Regards.
  18. Hey dear guys, I hope you can help me. I want to block the downloads from an specific URL. if the people know the URL they will have access to download all files that I have there. I have seen some info about .htaccess but it didnt work for me. I have the folder -777 due to it is a file uploader. which read the name of the file ...etc Regards. I could fix the problem setting this in my .htaccess <FilesMatch ".*"> Order Allow,Deny Deny from All </FilesMatch>and setting folder rights to: 771 #Request to close.
  19. What exactly do u mean ? the same thing i was saying, the php.ini is a file found on the server, usually the host doesnt give access to the main php.ini file hence why i told u to contact ur host, but if its a dedicated server i think u can create ur own php.ini in the folder and it should override the main php.ini file settings (tho im unsure about it ur host will know if u can create a php.ini in the folder and the settings from it will override the main one), tho i still suggest u talk to ur host before u do anything, they will tell u where to find the main php.ini file on ur dedicated server so u can edit the values of those two things i highlighted earlier upload_max_filesize and post_max_size once u set those two u should get the amount u specified 16mb Thanks man, as you told me, I needen to modidy php.ini. I didnt understand it but I searched some info about it in google. Newly, thanks for all ^^ #Request to close.
  20. Im using my a dedicated server, the uploader folder has 777 rights
  21. Already tried, I modify that value to 16000000 and it didnt work.
  22. hey dear guys, Im trying to use a file uploader that i found in internet Is this one: http://blueimp.github.io/jQuery-File-Upload/ Well, I could change the file type allowed, but I have a problem, Im trying to change the max file size to = 15 MB I tried a lot of things, but I couldnt. It drops me this message - IMG: http://puu.sh/jJuPr/2f9accc5ed.jpg I hope you can help me. Thanks and Regards.
×
×
  • Create New...