durangod
- Total activity 912
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 56
- Subscriptions 192
Comments
Recent activity by durangod-
Hi sure, open file manager and choose any file php or html or whatever, Then click on Edit (not the HTML editor, just Edit) and then try to highlight something, anything. You will see that ther...
-
Thanks, yeah i have heard that the closure compiler is good but i get a error on advanced usage. I used to do modules for WHMCS so i know that they use IonCube which is great. I have also edited pa...
-
Thanks, i was trying to use a local dir file and in myscript and trying to not hardcode the full url... Dont forget that i added ! before the mod_ and changed the text comment to if mod rewrite...
-
I never could get redirect to work, stupid half witted worthless apache instructions lol But i tested and this works.. #only check this 1 time #before all the other rewrites in your htaccess f...
-
Ok thanks, what happens if that subdomain is removed, does it automatically change and fall back on the main domain, do you know? I am asking because im thinking what if a user just removes the ...
-
Thanks for the link im sure it should help... appreciate that very much.. I upload my repo using githubs desktop application. I cant use the cpanel github deal because it means i have to enable ...
-
Thanks for the replies.... turns out after some testing its not a cpanel issue. I sent two archives to the user, one tar and one zip via email, they both uploaded correctly as 755 folders. Now...
-
Hi, thanks for your reply.... no i am downloading the zip file from cpanel to my pc, then the file gets unzipped to my pc and the folder gets put into github, then the user gets it from github. Ho...
-
Also an update... the solutions are you can either turn off warnings on error reporting or you can remove the sqlite feature via cpanel php options. I read about sqlite and it sounds to me that ...
-
Actually i just found that i was still getting the error even after commenting out the filematch code. So i checked my php.ini and found that this was causing the error. Seems that redirecting ...