Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
08-16-2015, 01:01 AM
Post: #1
|
|||
|
|||
[GET] Codecanyon Social Prank - Latest Purchased Version
Hello,
I saw many peoples are asking to share Social Prank. So here is it: Demo Page: http://codecanyon.net/item/social-prank/11394779 Download Link: http://www54.zippyshare.com/v/sA1X8Z1U/file.html Maximum +REP are appreciated for thanking me. |
|||
08-16-2015, 01:06 AM
(This post was last modified: 08-23-2015 04:11 PM by mdarparvez.)
Post: #2
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
long waited for this, thank u so much, reps added.
max rep added |
|||
08-16-2015, 01:15 AM
Post: #3
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
good share +5 reps added
|
|||
08-16-2015, 04:27 AM
Post: #4
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
Only me get error when i save admin options?
"Notice: Undefined index: btn_admin_panel in /inc/_menu.php on line 57 Notice: Undefined index: btn_purchase in /inc/_menu.php on line 64 Notice: Undefined index: btn_works in /inc/_menu.php on line 67" |
|||
08-16-2015, 04:38 AM
Post: #5
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version | |||
08-16-2015, 05:29 AM
Post: #6
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
(08-16-2015 04:27 AM)patrykos360 Wrote: Only me get error when i save admin options? small bug in last version 2.6 edit file admin/_geniral.php line 80 <input type="text" class="form-control input-lg" id="<?php echo $key?>" name="<?php echo ucfirst(str_replace("_"," ",$key))?>" <?php if($key == 'version'){?> disabled="disabled"<?php }?> value="<?php echo htmlspecialchars(stripcslashes($val))?>"> replace to <input type="text" class="form-control input-lg" id="<?php echo $key?>" name="<?php echo $key?>" <?php if($key == 'version'){?> disabled="disabled"<?php }?> value="<?php echo htmlspecialchars(stripcslashes($val))?>"> |
|||
08-16-2015, 11:06 AM
Post: #7
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
omg this is a funny script... lol I will use it on my friends first hahaha.. thanks for sharing it mate.
|
|||
08-22-2015, 06:43 PM
Post: #8
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
i was testing this script, done everything correctly but when i tried visiting the site it's redirecting me to hosting owners 404 error page.
how do i fix this? any help? |
|||
08-22-2015, 07:00 PM
Post: #9
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version | |||
08-22-2015, 07:33 PM
Post: #10
|
|||
|
|||
RE: [GET] Codecanyon Social Prank - Latest Purchased Version
(08-22-2015 07:00 PM)pankajjangir Wrote:(08-22-2015 06:43 PM)tamzid Wrote: i was testing this script, done everything correctly but when i tried visiting the site it's redirecting me to hosting owners 404 error page. files are uploaded in "public_html" folder, opened the .htaccess file: ""Options -Indexes RewriteEngine On <Files .htaccess> order allow,deny deny from all </Files> RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /redirect.php?$1 [L]"" what i have do now? |
|||