The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 19 of 19
Search took
0.00
seconds.
Search:
Posts Made By:
omardealo
Forum:
vB4 General Discussions
11-07-2016, 12:16 PM
Replies:
8
[SOLVED] Add css code in additional.css Template by plugin
Views:
601
Posted By
omardealo
Okay bro it is works good now thanks alot...
Okay bro it is works good now
thanks alot :up::up:
Forum:
vB4 Design and Graphics Discussions
11-06-2016, 03:54 PM
Replies:
6
[SOLVED] Add New Column On ForumDisplay Template
Views:
1,094
Posted By
omardealo
okay i edit it <ul class="threadstats td alt">...
okay i edit it
<ul class="threadstats td alt"> TO <ul class="threadstats td">
thanks again bro :up:
Forum:
vB4 General Discussions
11-02-2016, 03:48 AM
Replies:
2
[SOLVED] Exception forum condition code dose not working
Views:
387
Posted By
omardealo
i already try it global $db ,$vbulletin...
i already try it
global $db ,$vbulletin ,$foruminfo;
but now is working , I discovered that the problem from another plugin in same Mod
Thanks Bro :up:
Forum:
vB3 Programming Discussions
03-29-2015, 05:08 PM
Replies:
4
[SOLVED] security token problem with a form in my plugin
Views:
1,874
Posted By
omardealo
thanks brother , Do you think is very logical,...
thanks brother , Do you think is very logical, but unfortunately it did not work.
Do you have other suggestions?
And Do not worry about $_REQUEST['do'] code, I'm quite sure that there's no problem...
Forum:
vB3 Programming Discussions
11-26-2014, 06:18 PM
Replies:
8
[SOLVED] hide the full post for a specific post for a specific user
Views:
1,151
Posted By
omardealo
okay ... you have a very good help here :up:...
okay ...
you have a very good help here :up: thank you anyway
--------------- Added 1417103600 at 1417103600 ---------------
okay , Simple solution , if you want hide a post by a plugin...
Forum:
vB3 Programming Discussions
11-16-2014, 02:15 PM
Replies:
4
[SOLVED] Arabic encoding with preg_match_all
Views:
1,287
Posted By
omardealo
yeah I also looked very much on google, thank you...
yeah I also looked very much on google, thank you
But I do not think this is the reason [php versions] , because the code work well in an external file on the same site withot encoding it but on vb...
Forum:
vB3 Programming Discussions
11-07-2014, 03:10 PM
Replies:
7
[SOLVED] Where are stored "Browsing Options" on database
Views:
1,347
Posted By
omardealo
thnx brother , yeah that's what i want to do ...
thnx brother , yeah that's what i want to do
now everything is good
Thank you for your understanding of my request kh99
if ($_REQUEST['do'] == 'editemailadmin')
{
$user =...
Forum:
vB3 General Discussions
07-24-2014, 01:49 AM
Replies:
2
How to add Google AdSense code?
Views:
877
Posted By
omardealo
on top in all pages: - open header template...
on top in all pages:
- open header template , put code In the end
OR
- open navbar template , put code In the end or at the top
Note :
* If you understand Arabic, use this hack it a...
Forum:
vB3 General Discussions
07-14-2014, 06:32 PM
Replies:
24
[SOLVED] update forum and thread counters
Views:
2,001
Posted By
omardealo
Well I'm going to test both :up:
Well I'm going to test both :up:
Forum:
vB3 General Discussions
07-14-2014, 01:15 AM
Replies:
1
how to show number of viwes+replays inside thread
Views:
506
Posted By
omardealo
okay , 1 - for show table inside thread ,...
okay ,
1 - for show table inside thread , put it on template SHOWTHREAD
2 - variables of views + replays
$thread[views]
$thread[replycount]
Forum:
vB3 General Discussions
07-13-2014, 06:49 PM
Replies:
24
[SOLVED] update forum and thread counters
Views:
2,001
Posted By
omardealo
thnx for your help , it's working .. but This...
thnx for your help , it's working .. but This file must be called functions_databuild.php
require_once(DIR . '/includes/functions_databuild.php');
build_forum_counters($forumid);...
Forum:
vB3 General Discussions
06-07-2014, 04:38 PM
Replies:
0
[solved] How to Generate password hash+salt to new user
Views:
1,405
Posted By
omardealo
[solved] How to Generate password hash+salt to new user
Hello ,
i make plug to add new user , user can register Directly from a link like this
misc.php?do=register&username=mark&email=mark@yahoo.com&password=67309
i get info from link and insert...
Forum:
vB3 General Discussions
03-01-2014, 04:16 PM
Replies:
2
Site front page not showing up
Views:
484
Posted By
omardealo
open folder WWW and delete this page index.html...
open folder WWW
and delete this page index.html
http://www.hangin-out.net/index.html
after this you will see index.php working good
Forum:
vB3 General Discussions
03-01-2014, 11:22 AM
Replies:
2
HELP for new php page
Views:
739
Posted By
omardealo
Create a new file, whatever you want to call it...
Create a new file, whatever you want to call it (let's say test.php).
Open up test.php and add the following (replace TEST with whatever template you want to show ):
<?php
//...
Forum:
vB3 General Discussions
02-28-2014, 02:26 PM
Replies:
6
Export 420.000 mails
Views:
724
Posted By
omardealo
1- open phpMyAdmin from Cpanel 2 - select your...
1- open phpMyAdmin from Cpanel
2 - select your database
3 - from top click SQL
4 - Run this SQL query
SELECT email
FROM `user`
ORDER BY `user`.`email` ASC
5 - from top click Export
6 -...
Forum:
vB4 General Discussions
01-17-2014, 11:54 PM
Replies:
7
[SOLVED] str_replace issue with rawphrase
Views:
547
Posted By
omardealo
kh99 , Yeah this is worked Good , thnx ozzy,...
kh99 , Yeah this is worked Good , thnx
ozzy, thnx man
Forum:
vB3 General Discussions
11-14-2013, 03:37 AM
Replies:
4
[SOLVED] How to change threads inside box on forumdisplay - example inside
Views:
812
Posted By
omardealo
ozzy47 sorry, this because I thought that the...
ozzy47
sorry, this because I thought that the thread in the wrong place
Forum:
vB4 Programming Discussions
05-06-2013, 07:45 PM
Replies:
7
[Solved] Add Code On Beginning Template newpost_attachment
Views:
571
Posted By
omardealo
i solved it by another way $code = "SOME...
i solved it by another way
$code = "SOME HTML CODE";
$find = '<fieldset class="blockrow" id="attachfiles">';
$vbulletin->templatecache['newpost_attachment'] = str_replace($find, $code.$find ,...
Forum:
vBulletin 4.x Add-ons
02-13-2010, 10:00 PM
Replies:
8
vBulletin CMS Widgets -
Widget:Forums Category names/links in cms for version 4.0.1 - omardealo
Views:
4,171
Posted By
omardealo
Widget:Forums Category names/links in cms for version 4.0.1 - omardealo
Peace and mercy of God be upon you
Code:
Widget:Forums Category names/links in cms for version 4.0.1
by:
omardealo
http://www.7-secret.org/style.php?language=en
photo:
Showing results 1 to 19 of 19
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:44 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01502 seconds
Memory Usage
1,996KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(19)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(6)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0006
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi